Home
last modified time | relevance | path

Searched refs:TracePanel (Results 1 – 3 of 3) sorted by relevance

/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js8211 function TracePanel(){}TracePanel.prototype=extend(Firebug.Panel,{name:"Trace",title:"Trace",option… function
8218 Firebug.registerPanel(TracePanel)
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js31021 function TracePanel(){}; function
31023 TracePanel.prototype = extend(Firebug.Panel, class
31059 Firebug.registerPanel(TracePanel);
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js8222 function TracePanel(){}TracePanel.prototype=extend(Firebug.Panel,{name:"Trace",title:"Trace",options:{hasToolButtons:true,innerHTMLSync:true},create:function(){Firebug.Panel.create.apply(this,arguments); class
8229 Firebug.registerPanel(TracePanel)