Lines Matching defs:destroy

65 FBL.Env.destroy=destroyEnvironment;
103 if(!FBL.Env.isDevelopmentMode){sharedEnv.destroy();
1524 }if(Firebug.Inspector){Firebug.Inspector.destroy()
1527 for(var name in chromeMap){if(chromeMap.hasOwnProperty(name)){try{chromeMap[name].destroy()
1528 }catch(E){if(FBTrace.DBG_ERRORS){FBTrace.sysout("chrome.destroy() failed to: "+name)
1642 },destroy:function(state){if(FBTrace.DBG_INITIALIZE){FBTrace.sysout("Firebug.Panel.destroy",this.name)
1643 }if(this.hasSidePanel){this.sidePanelBar.destroy();
1822 }}},destroy:function(){PanelBar.shutdown.call(this);
1825 panel.destroy();
1846 if(panel.hasOwnProperty(panelName)){panel.destroy()
1871 Button.prototype=extend(Controller,{type:"normal",caption:"caption",title:null,className:"",baseClassName:"fbButton",pressedClassName:"fbBtnPressed",element:null,container:null,owner:null,state:null,display:null,destroy:function(){this.shutdown();
1954 Menu.prototype=extend(Controller,{destroy:function(){this.hide();
1969 if(oldChildMenu&&oldChildMenu!=this){oldChildMenu.destroy()
1988 if(this.childMenu){this.childMenu.destroy();
2052 childMenu.hideTimeout=Firebug.chrome.window.setTimeout(function(){childMenu.destroy()
2402 }},destroy:function(){if(Firebug.Inspector){this.inspectButton.destroy()
2403 }PanelBar.destroy.call(this);
2651 }},destroy:function(){var size=Firebug.chrome.getWindowSize();
2655 ChromeBase.destroy.call(this);
2756 this.addController([Firebug.chrome.window,"resize",this.resize],[Firebug.chrome.window,"unload",this.destroy]);
2761 },destroy:function(){var chromeWin=Firebug.chrome.window;
2774 }ChromeBase.destroy.apply(this);
2779 Firebug.Inspector.destroy();
2804 },close:function(){this.destroy()
3500 },destroy:function(){destroyBoxModelInspector();
4718 },destroy:function(){this.destroyInput()
5824 }},destroy:function(state){if(this.panelNode.offsetHeight){this.wasScrolledToBottom=isScrolledToBottom(this.panelNode)
5826 }if(FBTrace.DBG_CONSOLE){FBTrace.sysout("console.destroy ------------------ wasScrolledToBottom: "+this.wasScrolledToBottom+", "+this.context.getName())
6275 this.runButton.destroy();
6276 this.clearButton.destroy()
6478 }},destroy:function(){selectedElement=null;
6482 Firebug.Panel.destroy.apply(this,arguments)
7278 },destroy:function(state){Firebug.Panel.destroy.apply(this,arguments)