Lines Matching refs:CommandLine
2493 if(Firebug.context.persistedState.selectedPanelName=="Console"&&Firebug.CommandLine){Firebug.chrome.focusCommandLine()
2614 if(chrome.selectedPanel.options.hasCommandLine){if(Firebug.CommandLine){Firebug.CommandLine.blur()
2623 if(Firebug.CommandLine){Firebug.CommandLine.setMultiLine(true)
2625 if(Firebug.CommandLine){Firebug.CommandLine.setMultiLine(false)
2640 try{if(Firebug.CommandLine){if(panelToSelect=="Console"){Firebug.CommandLine.focus()
2641 }else{Firebug.CommandLine.blur()
2809 if(Firebug.CommandLine){Firebug.CommandLine.activate()
2810 }}else{if(Firebug.CommandLine){Firebug.CommandLine.deactivate()
5635 }else{var r=Firebug.CommandLine.evaluateInWebPage(elementForcer,context,win)
5889 Firebug.CommandLine.setMultiLine(Firebug.largeCommandLine,Firebug.chrome)
5890 }else{Firebug.CommandLine.setMultiLine(false,Firebug.chrome,Firebug.largeCommandLine);
5964 }Firebug.CommandLine.evaluateInWebPage(consoleInjection,context,win);
5981 }else{Firebug.CommandLine.evaluateInWebPage(consoleForcer,context,win)
6012 }if(!Firebug.CommandLine.CommandHandler.handle(event,this,win)){if(FBTrace.DBG_CONSOLE){FBTrace.sysout("FirebugConsoleHandler",this)
6236 Firebug.CommandLine=extend(Firebug.Module,{element:null,isMultiLine:false,isActive:false,initialize:function(doc){this.clear=bind(this.clear,this);
6259 this.runButton=new Button({element:$("fbCommand_btRun"),owner:Firebug.CommandLine,onClick:onRun});
6261 this.clearButton=new Button({element:$("fbCommand_btClear"),owner:Firebug.CommandLine,onClick:this.clear});
6286 },evaluate:function(expr){var api="Firebug.CommandLine.API";
6363 Firebug.registerModule(Firebug.CommandLine);
6382 var defineCommandLineAPI=function defineCommandLineAPI(){Firebug.CommandLine.API={};
6383 for(var m in CommandLineAPI){if(!Env.browser.window[m]){Firebug.CommandLine.API[m]=CommandLineAPI[m]
6385 if(stack){Firebug.CommandLine.API.$0=stack[0];
6386 Firebug.CommandLine.API.$1=stack[1]