Searched refs:HTMLBodyElement (Results 1 – 3 of 3) sorted by relevance
/plugin/webcode/vendor/ |
H A D | firebug-lite-1.4.js | 1265 …,HTMLFormElement:{method:"submit",value:{nodeType:1,tagName:"form"}},HTMLBodyElement:{},HTMLHtmlEl… property in instanceCheckMap 1300 }else{if(this.instanceOf(object,"HTMLBodyElement")){return domMemberCache.HTMLBodyElement 1340 domMemberMap.HTMLBodyElement=extendArray(domMemberMap.Element,["aLink","background","bgColor","link…
|
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/ |
H A D | firebug-lite-debug.js | 3625 HTMLBodyElement: property in instanceCheckMap 3759 { return domMemberCache.HTMLBodyElement; } 4506 domMemberMap.HTMLBodyElement = extendArray(domMemberMap.Element,
|
/plugin/combo/resources/firebug/ |
H A D | firebug-lite-1.4.js | 1276 var instanceCheckMap={Window:{property:["window","document"],method:"setTimeout"},Document:{property:["body","cookie"],method:"getElementById"},Node:{property:"ownerDocument",method:"appendChild"},Element:{property:"tagName",value:{nodeType:1}},Location:{property:["hostname","protocol"],method:"assign"},HTMLImageElement:{property:"useMap",value:{nodeType:1,tagName:"img"}},HTMLAnchorElement:{property:"hreflang",value:{nodeType:1,tagName:"a"}},HTMLInputElement:{property:"form",value:{nodeType:1,tagName:"input"}},HTMLButtonElement:{},HTMLFormElement:{method:"submit",value:{nodeType:1,tagName:"form"}},HTMLBodyElement:{},HTMLHtmlElement:{},CSSStyleRule:{property:["selectorText","style"]}}; property in instanceCheckMap 1311 }else{if(this.instanceOf(object,"HTMLBodyElement")){return domMemberCache.HTMLBodyElement 1351 domMemberMap.HTMLBodyElement=extendArray(domMemberMap.Element,["aLink","background","bgColor","link","text","vLink"]);
|