Lines Matching refs:CommandLine

2482 if(Firebug.context.persistedState.selectedPanelName=="Console"&&Firebug.CommandLine){Firebug.chrome…
2603 if(chrome.selectedPanel.options.hasCommandLine){if(Firebug.CommandLine){Firebug.CommandLine.blur()
2612 if(Firebug.CommandLine){Firebug.CommandLine.setMultiLine(true)
2614 if(Firebug.CommandLine){Firebug.CommandLine.setMultiLine(false)
2629 try{if(Firebug.CommandLine){if(panelToSelect=="Console"){Firebug.CommandLine.focus()
2630 }else{Firebug.CommandLine.blur()
2798 if(Firebug.CommandLine){Firebug.CommandLine.activate()
2799 }}else{if(Firebug.CommandLine){Firebug.CommandLine.deactivate()
5624 }else{var r=Firebug.CommandLine.evaluateInWebPage(elementForcer,context,win)
5878 Firebug.CommandLine.setMultiLine(Firebug.largeCommandLine,Firebug.chrome)
5879 }else{Firebug.CommandLine.setMultiLine(false,Firebug.chrome,Firebug.largeCommandLine);
5953 }Firebug.CommandLine.evaluateInWebPage(consoleInjection,context,win);
5970 }else{Firebug.CommandLine.evaluateInWebPage(consoleForcer,context,win)
6001 }if(!Firebug.CommandLine.CommandHandler.handle(event,this,win)){if(FBTrace.DBG_CONSOLE){FBTrace.sys…
6225 Firebug.CommandLine=extend(Firebug.Module,{element:null,isMultiLine:false,isActive:false,initialize…
6248 this.runButton=new Button({element:$("fbCommand_btRun"),owner:Firebug.CommandLine,onClick:onRun});
6250 this.clearButton=new Button({element:$("fbCommand_btClear"),owner:Firebug.CommandLine,onClick:this.…
6352 Firebug.registerModule(Firebug.CommandLine);
6371 var defineCommandLineAPI=function defineCommandLineAPI(){Firebug.CommandLine.API={};
6372 for(var m in CommandLineAPI){if(!Env.browser.window[m]){Firebug.CommandLine.API[m]=CommandLineAPI[m]
6374 if(stack){Firebug.CommandLine.API.$0=stack[0];
6375 Firebug.CommandLine.API.$1=stack[1]