Lines Matching refs:Panel

6703 Firebug.Panel =  class in Firebug
6768 var options = this.options = extend(Firebug.Panel.options, this.options);
6917 var options = this.options = extend(Firebug.Panel.options, this.options);
7697 if ( // normal Panel of the Chrome's PanelBar
22048 Firebug.ConsolePanel.prototype = extend(Firebug.Panel,
22358 Firebug.Panel.create.apply(this, arguments);
22374 Firebug.Panel.initialize.apply(this, arguments); // loads persisted content
22441 Firebug.Panel.shutdown.apply(this, arguments);
24515 HTMLPanel.prototype = extend(Firebug.Panel,
24528 Firebug.Panel.create.apply(this, arguments);
24550 Firebug.Panel.destroy.apply(this, arguments);
24564 Firebug.Panel.initialize.apply(this, arguments);
24597 Firebug.Panel.shutdown.apply(this, arguments);
26464 Firebug.SourceBoxPanel = Firebug.Panel;
27277 Firebug.Panel.create.apply(this, arguments);
27316 Firebug.Panel.initialize.apply(this, arguments);
27361 Firebug.Panel.shutdown.apply(this, arguments);
27372 Firebug.Panel.destroy.apply(this, arguments);
28844 ScriptPanel.prototype = extend(Firebug.Panel,
28858 Firebug.Panel.create.apply(this, arguments);
28887 Firebug.Panel.initialize.apply(this, arguments);
28896 Firebug.Panel.shutdown.apply(this, arguments);
28901 Firebug.Panel.detach.apply(this, arguments);
29365 Firebug.DOMBasePanel.prototype = extend(Firebug.Panel,
29840 Firebug.Panel.create.apply(this, arguments);
29846 Firebug.Panel.initialize.apply(this, arguments);
29855 Firebug.Panel.shutdown.apply(this, arguments);
31023 TracePanel.prototype = extend(Firebug.Panel,
31034 Firebug.Panel.create.apply(this, arguments);
31045 Firebug.Panel.initialize.apply(this, arguments);
31054 Firebug.Panel.shutdown.apply(this, arguments);