Lines Matching defs:doc
258 }this.createStyleSheet=function(doc,url){var style=this.createElement("link"); argument
266 this.addStyleSheet=function(doc,style){var heads=doc.getElementsByTagName("head"); argument
270 this.appendStylesheet=function(doc,uri){if(this.$(uri,doc)){return argument
275 this.addScript=function(doc,id,src){var element=doc.createElementNS("http://www.w3.org/1999/xhtml",… argument
800 this.$=function(id,doc){if(doc){return doc.getElementById(id) argument
803 this.$$=function(selector,doc){if(doc||!FBL.Firebug.chrome){return FBL.Firebug.Selector(selector,do… argument
850 this.getBody=function(doc){if(doc.body){return doc.body argument
1432 var fixIE6BackgroundImageCache=function(doc){doc=doc||document; argument
1436 var calculatePixelsPerInch=function calculatePixelsPerInch(doc,body){var inch=FBL.createGlobalEleme… argument
1612 …editable:true,order:2147483647,statusSeparator:"<",create:function(context,doc){this.hasSidePanel=… argument
1676 }},reattach:function(doc){if(this.options.innerHTMLSync){this.synchronizeUI() argument
4128 },insertNode:function(args,doc,element,isAfter,self){if(!args){args={} argument
4381 …N({"class":"objectPropValue"},"$object|getLocation")),getLocation:function(doc){return doc.locatio… argument
4383 },browseObject:function(doc,context){openNewTab(doc.location.href); argument
4385 },persistObject:function(doc,context){return this.persistor argument
4388 },getTooltip:function(doc){return doc.location.href argument
4708 }Firebug.InlineEditor=function(doc){this.initializeInline(doc) argument
4719 },initializeInline:function(doc){if(FBTrace.DBG_EDITOR){FBTrace.sysout("Firebug.InlineEditor initia… argument
6236 ….Module,{element:null,isMultiLine:false,isActive:false,initialize:function(doc){this.clear=bind(th… argument
6243 },shutdown:function(doc){this.deactivate(); argument
6821 CssAnalyzer.processAllStyleSheets=function(doc,styleSheetIterator){try{processAllStyleSheets(doc,st… argument
6841 var processAllStyleSheets=function(doc,styleSheetIterator){styleSheetIterator=styleSheetIterator||p… argument
6880 var processStyleSheet=function(doc,styleSheet){if(styleSheet.restricted){return argument
6918 var loadExternalStylesheet=function(doc,styleSheetIterator,styleSheet){var url=styleSheet.href; argument
7038 this.getElementsByXPath=function(doc,xpath){var nodes=[]; argument
7045 this.getRuleMatchingElements=function(rule,doc){var css=rule.selectorText; argument
7255 CssAnalyzer.processAllStyleSheets(doc,function(doc,styleSheet){var key=StyleSheetCache.key(styleShe… argument
7514 function CSSEditor(doc){this.initializeInline(doc) argument
7545 function CSSRuleEditor(doc){this.initializeInline(doc); argument
7588 function StyleSheetEditor(doc){this.box=this.tag.replace({},doc,this); argument