Home
last modified time | relevance | path

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

/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js659 this.getDocumentForStyleSheet=function(styleSheet){while(styleSheet.parentStyleSheet&&!styleSheet.o… function
664 }ownerDocument=ownerDocument||FBL.getDocumentForStyleSheet(styleSheet);
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js1792 this.getDocumentForStyleSheet = function(styleSheet) function
1814 ownerDocument = ownerDocument || FBL.getDocumentForStyleSheet(styleSheet);
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js670 this.getDocumentForStyleSheet=function(styleSheet){while(styleSheet.parentStyleSheet&&!styleSheet.ownerNode){styleSheet=styleSheet.parentStyleSheet function
675 }ownerDocument=ownerDocument||FBL.getDocumentForStyleSheet(styleSheet);