Searched refs:isChromeFrame (Results 1 – 5 of 5) sorted by relevance
/plugin/statdisplay/ |
H A D | Browser.php | 328 public function isChromeFrame() { function in Browser
|
/plugin/sentry/ |
H A D | Browser.php | 374 public function isChromeFrame() function in dokuwiki\\plugin\\sentry\\Browser
|
/plugin/webcode/vendor/ |
H A D | firebug-lite-1.4.js | 2273 …er,type=chrome.type=Env.Options.enablePersistent?"popup":options.type,isChromeFrame=type=="frame",… 2305 }else{if(isChromeFrame){var node=chrome.node=createGlobalElement("iframe"); 2325 }}}if(!useLocalSkin){var tpl=getChromeTemplate(!isChromeFrame),doc=isChromeFrame?node.contentWindow… 2328 …isChromeFrame?200:300:100,waitForWindow=function(){if(isChromeFrame&&(win=node.contentWindow)&&nod… 2336 if(/access/i.test(msg)){if(isChromeFrame){body.removeChild(node)
|
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/ |
H A D | firebug-lite-debug.js | 9412 isChromeFrame = type == "frame", 9522 else if (isChromeFrame) 9619 var tpl = getChromeTemplate(!isChromeFrame), 9620 doc = isChromeFrame ? node.contentWindow.document : node.document; 9631 waitDelay = useLocalSkin ? isChromeFrame ? 200 : 300 : 100, 9636 isChromeFrame && (win=node.contentWindow) && 9640 !isChromeFrame && (win=node.window) && node.document && 9667 if (isChromeFrame)
|
/plugin/combo/resources/firebug/ |
H A D | firebug-lite-1.4.js | 2284 var chrome={},context=options.context||Env.browser,type=chrome.type=Env.Options.enablePersistent?"popup":options.type,isChromeFrame=type=="frame",useLocalSkin=Env.useLocalSkin,url=useLocalSkin?Env.Location.skin:"about:blank",body=context.document.getElementsByTagName("body")[0],formatNode=function(node){if(!Env.isDebugMode){node.firebugIgnore=true 2316 }else{if(isChromeFrame){var node=chrome.node=createGlobalElement("iframe"); 2336 }}}if(!useLocalSkin){var tpl=getChromeTemplate(!isChromeFrame),doc=isChromeFrame?node.contentWindow.document:node.document; 2339 }var win,waitDelay=useLocalSkin?isChromeFrame?200:300:100,waitForWindow=function(){if(isChromeFrame&&(win=node.contentWindow)&&node.contentWindow.document.getElementById("fbCommandLine")||!isChromeFrame&&(win=node.window)&&node.document&&node.document.getElementById("fbCommandLine")){chrome.window=win.window; 2347 if(/access/i.test(msg)){if(isChromeFrame){body.removeChild(node)
|