Searched refs:isSystemURL (Results 1 – 3 of 3) sorted by relevance
1051 this.isSystemURL=function(url){if(!url){return true function1064 }return FBL.isSystemURL(win.location.href)1069 return href&&FBL.isSystemURL(href)6184 }while(frame&&FBL.isSystemURL(frame.filename)){frame=frame.caller7357 return(Firebug.filterSystemURLs&&isSystemURL(getURLForStyleSheet(sheet)))?null:sheet
2923 this.isSystemURL = function(url) function2957 return FBL.isSystemURL(win.location.href);2971 return href && FBL.isSystemURL(href);23596 while (frame && FBL.isSystemURL(frame.filename) )27705 … return (Firebug.filterSystemURLs && isSystemURL(getURLForStyleSheet(sheet))) ? null : sheet;
1062 this.isSystemURL=function(url){if(!url){return true function 1075 }return FBL.isSystemURL(win.location.href)1080 return href&&FBL.isSystemURL(href)6195 }while(frame&&FBL.isSystemURL(frame.filename)){frame=frame.caller7368 return(Firebug.filterSystemURLs&&isSystemURL(getURLForStyleSheet(sheet)))?null:sheet