Searched refs:oldChrome (Results 1 – 3 of 3) sorted by relevance
| /plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/ |
| D | firebug-lite-debug.js | 6985 detach: function(oldChrome, newChrome) argument 6987 if (oldChrome && oldChrome.selectedPanel && oldChrome.selectedPanel.name == this.name) 6988 this.lastScrollTop = oldChrome.selectedPanel.containerNode.scrollTop; 9721 var oldChrome = FirebugChrome.chromeMap.frame; 9726 dispatch(newChrome.panelMap, "detach", [oldChrome, newChrome]); 9728 newChrome.reattach(oldChrome, newChrome); 10576 reattach: function(oldChrome, newChrome) argument 10582 var oldPanelMap = oldChrome.panelMap; 10608 Firebug.context.persistedState.selectedPanelName = oldChrome.selectedPanel.name; 10611 dispatch(newPanelMap, "reattach", [oldChrome, newChrome]); [all …]
|
| /plugin/webcode/vendor/ |
| D | firebug-lite-1.4.js | 1664 …ch:function(oldChrome,newChrome){if(oldChrome&&oldChrome.selectedPanel&&oldChrome.selectedPanel.na… argument 2353 }else{if(chrome.type=="popup"){var oldChrome=FirebugChrome.chromeMap.frame; 2355 dispatch(newChrome.panelMap,"detach",[oldChrome,newChrome]); 2356 newChrome.reattach(oldChrome,newChrome) 2562 }},reattach:function(oldChrome,newChrome){Firebug.browser.window.Firebug=Firebug; argument 2564 var oldPanelMap=oldChrome.panelMap; 2570 }else{Firebug.context.persistedState.selectedPanelName=oldChrome.selectedPanel.name 2571 }dispatch(newPanelMap,"reattach",[oldChrome,newChrome]) 7678 },detach:function(oldChrome,newChrome){Firebug.Panel.detach.apply(this,arguments); argument 7679 var oldPanel=oldChrome.getPanel("Script"); [all …]
|
| /plugin/combo/resources/firebug/ |
| H A D | firebug-lite-1.4.js | 1675 …ch:function(oldChrome,newChrome){if(oldChrome&&oldChrome.selectedPanel&&oldChrome.selectedPanel.na… argument 2364 }else{if(chrome.type=="popup"){var oldChrome=FirebugChrome.chromeMap.frame; 2366 dispatch(newChrome.panelMap,"detach",[oldChrome,newChrome]); 2367 newChrome.reattach(oldChrome,newChrome) 2573 }},reattach:function(oldChrome,newChrome){Firebug.browser.window.Firebug=Firebug; argument 2575 var oldPanelMap=oldChrome.panelMap; 2581 }else{Firebug.context.persistedState.selectedPanelName=oldChrome.selectedPanel.name 2582 }dispatch(newPanelMap,"reattach",[oldChrome,newChrome]) 7689 },detach:function(oldChrome,newChrome){Firebug.Panel.detach.apply(this,arguments); argument 7690 var oldPanel=oldChrome.getPanel("Script"); [all …]
|