Searched refs:isAlwaysEnabled (Results 1 – 1 of 1) sorted by relevance
5426 if(Firebug.showXMLHttpRequests&&Firebug.Console.isAlwaysEnabled()){this.attachObserver(context,cont…5432 …unction(context,win){if(Firebug.showXMLHttpRequests&&Firebug.Console.isAlwaysEnabled()){this.attac…5623 var ActivableConsole=extend(Firebug.ConsoleBase,{isAlwaysEnabled:function(){return true method5651 },enable:function(){if(Firebug.Console.isAlwaysEnabled()){this.watchForErrors()5652 }},disable:function(){if(Firebug.Console.isAlwaysEnabled()){this.unwatchForErrors()5676 }if(Firebug.Console.isAlwaysEnabled()){this.unwatchForErrors()5678 }if(Firebug.Console.isAlwaysEnabled()){this.watchForErrors()5688 }if(this.isAlwaysEnabled()){return Firebug.ConsoleBase.logRow.apply(this,arguments)5791 if(!this.persistedContent&&Firebug.Console.isAlwaysEnabled()){this.insertLogLimit(this.context);5809 }var enabled=Firebug.Console.isAlwaysEnabled();[all …]