Home
last modified time | relevance | path

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

/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js1785 },addController:function(){for(var i=0,arg; method in FBL.Controller
1823 Firebug.chrome.addController([self.panelMap[name].tabNode,"mousedown",onTabClick])
1867 this.addController([element,"mousedown",this.handlePress]);
2479 }this.addController([$("fbLargeCommandLineIcon"),"click",this.showLargeCommandLine]);
2515 this.addController([fbPanel1,"mousedown",onPanelMouseDown],[fbPanel2,"mousedown",onPanelMouseDown]);
2654 if(!Env.Options.enablePersistent){this.addController([Firebug.browser.window,"unload",Firebug.shutd…
2655 }if(noFixedPosition){this.addController([Firebug.browser.window,"scroll",this.fixIEPosition])
2725 }this.addController([$("fbMiniIcon",doc),"click",onMiniIconClick]);
2726 if(noFixedPosition){this.addController([Firebug.browser.window,"scroll",this.fixIEPosition])
2748 }else{this.addController([Firebug.browser.window,"unload",this.close])
[all …]
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js7620 addController: function() method in FBL.Controller
7911 this.addController(
8251 this.addController(
10255 this.addController(
10432 this.addController(
10888 this.addController(
10900 this.addController(
11110 this.addController(
11116 this.addController(
11180 this.addController(
[all …]
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js1796 },addController:function(){for(var i=0,arg; method in FBL.Controller
1834 Firebug.chrome.addController([self.panelMap[name].tabNode,"mousedown",onTabClick])
1878 this.addController([element,"mousedown",this.handlePress]);
1879 if(this.type=="normal"){this.addController([element,"mouseup",this.handleUnpress],[element,"mouseout",this.handleUnpress],[element,"click",this.handleClick])
1962 this.addController([this.element,"mousedown",this.handleMouseDown],[this.element,"mouseover",this.handleMouseOver])
2490 }this.addController([$("fbLargeCommandLineIcon"),"click",this.showLargeCommandLine]);
2526 this.addController([fbPanel1,"mousedown",onPanelMouseDown],[fbPanel2,"mousedown",onPanelMouseDown]);
2664 this.addController([Firebug.browser.window,"resize",this.resize],[$("fbWindow_btClose"),"click",this.close],[$("fbWindow_btDetach"),"click",this.detach],[$("fbWindow_btDeactivate"),"click",this.deactivate]);
2665 if(!Env.Options.enablePersistent){this.addController([Firebug.browser.window,"unload",Firebug.shutdown])
2666 }if(noFixedPosition){this.addController([Firebu
[all...]