Lines Matching defs:doc

247 }this.createStyleSheet=function(doc,url){var style=this.createElement("link");  argument
255 this.addStyleSheet=function(doc,style){var heads=doc.getElementsByTagName("head"); argument
259 this.appendStylesheet=function(doc,uri){if(this.$(uri,doc)){return argument
264 this.addScript=function(doc,id,src){var element=doc.createElementNS("http://www.w3.org/1999/xhtml",… argument
789 this.$=function(id,doc){if(doc){return doc.getElementById(id) argument
792 this.$$=function(selector,doc){if(doc||!FBL.Firebug.chrome){return FBL.Firebug.Selector(selector,do… argument
839 this.getBody=function(doc){if(doc.body){return doc.body argument
1421 var fixIE6BackgroundImageCache=function(doc){doc=doc||document; argument
1425 var calculatePixelsPerInch=function calculatePixelsPerInch(doc,body){var inch=FBL.createGlobalEleme… argument
1601 …editable:true,order:2147483647,statusSeparator:"<",create:function(context,doc){this.hasSidePanel=… argument
1665 }},reattach:function(doc){if(this.options.innerHTMLSync){this.synchronizeUI() argument
4121 var doc=element.ownerDocument; variable
4370 …N({"class":"objectPropValue"},"$object|getLocation")),getLocation:function(doc){return doc.locatio… argument
4372 },browseObject:function(doc,context){openNewTab(doc.location.href); argument
4374 },persistObject:function(doc,context){return this.persistor argument
4377 },getTooltip:function(doc){return doc.location.href argument
4697 }Firebug.InlineEditor=function(doc){this.initializeInline(doc) argument
4708 },initializeInline:function(doc){if(FBTrace.DBG_EDITOR){FBTrace.sysout("Firebug.InlineEditor initia… argument
6225 ….Module,{element:null,isMultiLine:false,isActive:false,initialize:function(doc){this.clear=bind(th… argument
6232 },shutdown:function(doc){this.deactivate(); argument
6810 CssAnalyzer.processAllStyleSheets=function(doc,styleSheetIterator){try{processAllStyleSheets(doc,st… argument
6830 var processAllStyleSheets=function(doc,styleSheetIterator){styleSheetIterator=styleSheetIterator||p… argument
6869 var processStyleSheet=function(doc,styleSheet){if(styleSheet.restricted){return argument
6907 var loadExternalStylesheet=function(doc,styleSheetIterator,styleSheet){var url=styleSheet.href; argument
7027 this.getElementsByXPath=function(doc,xpath){var nodes=[]; argument
7034 this.getRuleMatchingElements=function(rule,doc){var css=rule.selectorText; argument
7244 CssAnalyzer.processAllStyleSheets(doc,function(doc,styleSheet){var key=StyleSheetCache.key(styleShe… argument
7503 function CSSEditor(doc){this.initializeInline(doc) argument
7534 function CSSRuleEditor(doc){this.initializeInline(doc); argument
7577 function StyleSheetEditor(doc){this.box=this.tag.replace({},doc,this); argument