Home
last modified time | relevance | path

Searched refs:getURLForStyleSheet (Results 1 – 3 of 3) sorted by relevance

/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js657 this.getURLForStyleSheet=function(styleSheet){return(styleSheet.href?styleSheet.href:styleSheet.own… function
7357 return(Firebug.filterSystemURLs&&isSystemURL(getURLForStyleSheet(sheet)))?null:sheet
7359 }}},getObjectDescription:function(styleSheet){var url=getURLForStyleSheet(styleSheet);
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js1786 this.getURLForStyleSheet= function(styleSheet) function
27705 … return (Firebug.filterSystemURLs && isSystemURL(getURLForStyleSheet(sheet))) ? null : sheet;
27717 var url = getURLForStyleSheet(styleSheet);
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js668 this.getURLForStyleSheet=function(styleSheet){return(styleSheet.href?styleSheet.href:styleSheet.ownerNode.ownerDocument.URL) function
7368 return(Firebug.filterSystemURLs&&isSystemURL(getURLForStyleSheet(sheet)))?null:sheet
7370 }}},getObjectDescription:function(styleSheet){var url=getURLForStyleSheet(styleSheet);