Lines Matching refs:destroy

54 FBL.Env.destroy=destroyEnvironment;
92 if(!FBL.Env.isDevelopmentMode){sharedEnv.destroy();
1513 }if(Firebug.Inspector){Firebug.Inspector.destroy()
1516 for(var name in chromeMap){if(chromeMap.hasOwnProperty(name)){try{chromeMap[name].destroy()
1631 },destroy:function(state){if(FBTrace.DBG_INITIALIZE){FBTrace.sysout("Firebug.Panel.destroy",this.na… method in Firebug.Panel
1632 }if(this.hasSidePanel){this.sidePanelBar.destroy();
1811 }}},destroy:function(){PanelBar.shutdown.call(this); method in FBL.PanelBar
1814 panel.destroy();
1835 if(panel.hasOwnProperty(panelName)){panel.destroy()
1860 …nPressed",element:null,container:null,owner:null,state:null,display:null,destroy:function(){this.s…
1943 Menu.prototype=extend(Controller,{destroy:function(){this.hide();
1958 if(oldChildMenu&&oldChildMenu!=this){oldChildMenu.destroy()
1977 if(this.childMenu){this.childMenu.destroy();
2041 childMenu.hideTimeout=Firebug.chrome.window.setTimeout(function(){childMenu.destroy()
2391 }},destroy:function(){if(Firebug.Inspector){this.inspectButton.destroy()
2392 }PanelBar.destroy.call(this);
2640 }},destroy:function(){var size=Firebug.chrome.getWindowSize();
2644 ChromeBase.destroy.call(this);
2745 …roller([Firebug.chrome.window,"resize",this.resize],[Firebug.chrome.window,"unload",this.destroy]);
2750 },destroy:function(){var chromeWin=Firebug.chrome.window;
2763 }ChromeBase.destroy.apply(this);
2768 Firebug.Inspector.destroy();
2793 },close:function(){this.destroy()
3489 },destroy:function(){destroyBoxModelInspector(); method in Firebug.Inspector
4707 },destroy:function(){this.destroyInput()
5813 }},destroy:function(state){if(this.panelNode.offsetHeight){this.wasScrolledToBottom=isScrolledToBot…
6264 this.runButton.destroy();
6265 this.clearButton.destroy()
6467 }},destroy:function(){selectedElement=null;
6471 Firebug.Panel.destroy.apply(this,arguments)
7267 },destroy:function(state){Firebug.Panel.destroy.apply(this,arguments)