Lines Matching defs:styleSheet

657 this.getURLForStyleSheet=function(styleSheet){return(styleSheet.href?styleSheet.href:styleSheet.own…  argument
659 this.getDocumentForStyleSheet=function(styleSheet){while(styleSheet.parentStyleSheet&&!styleSheet.o… argument
662 this.getInstanceForStyleSheet=function(styleSheet,ownerDocument){if(FBL.isSystemStyleSheet(styleShe… argument
4379 …class":"objectPropValue"},"$object|getLocation")),getLocation:function(styleSheet){return getFileN… argument
4380 },copyURL:function(styleSheet){copyToClipboard(styleSheet.href) argument
4381 },openInTab:function(styleSheet){openNewTab(styleSheet.href) argument
4383 },browseObject:function(styleSheet,context){openNewTab(styleSheet.href); argument
4385 },persistObject:function(styleSheet,context){return bind(this.persistor,top,styleSheet.href) argument
4386 },getTooltip:function(styleSheet){return styleSheet.href argument
4387 },getContextMenuItems:function(styleSheet,target,context){return[{label:"CopyLocation",command:bind… argument
6869 var processStyleSheet=function(doc,styleSheet){if(styleSheet.restricted){return argument
6907 var loadExternalStylesheet=function(doc,styleSheetIterator,styleSheet){var url=styleSheet.href; argument
7066 Firebug.CSSModule=extend(Firebug.Module,{freeEdit:function(styleSheet,value){if(!styleSheet.editSty… argument
7080 },insertRule:function(styleSheet,cssText,ruleIndex){if(FBTrace.DBG_CSS){FBTrace.sysout("Insert: "+r… argument
7084 },deleteRule:function(styleSheet,ruleIndex){if(FBTrace.DBG_CSS){FBTrace.sysout("deleteRule: "+ruleI… argument
7115 }},getRuleByLine:function(styleSheet,line){if(!domUtils){return null argument
7125 }},getStyleSheetRules:function(context,styleSheet){var isSystemSheet=isSystemStyleSheet(styleSheet); argument
7244 CssAnalyzer.processAllStyleSheets(doc,function(doc,styleSheet){var key=StyleSheetCache.key(styleShe… argument
7284 }}}}},updateLocation:function(styleSheet){if(!styleSheet){return argument
7359 }}},getObjectDescription:function(styleSheet){var url=getURLForStyleSheet(styleSheet); argument
7368 function scanDoc(styleSheet){for(var i=0; argument