Lines Matching refs:clear

1346 …-left-width":["thickness"],bottom:["auto"],"caption-side":["captionSide"],clear:["clear","none"],c…  property in cssInfo
1348 …],auto:["auto"],none:["none"],captionSide:["top","bottom","left","right"],clear:["left","right","b… property in cssKeywords
1518 }}}}Firebug.Lite.Cache.Element.clear();
1519 Firebug.Lite.Cache.StyleSheet.clear();
2920 }},clear:function(){for(var id in map){var element=map[id];
3062 api.clear=function(){};
3084 api.clear=function(){storage.clear()
3093 api.clear=function(){for(var key in storage){delete storage[key]
3113 api.clear=withIEStorage(function(storage){var attributes=storage.XMLDocument.documentElement.attrib…
5118 Firebug.NetMonitor=extend(Firebug.ActivableModule,{dispatchName:"netMonitor",clear:function(context…
5119 if(panel){panel.clear()
5607 },clear:function(context){if(!context){context=Firebug.context method in Firebug.ConsoleBase
5609 if(panel){panel.clear()
5663 this.clear()
5690 }},clear:function(){if(this.panelNode){if(FBTrace.DBG_CONSOLE){FBTrace.sysout("ConsolePanel.clear")
5778 …on=new Button({element:$("fbConsole_btClear"),owner:Firebug.Console,onClick:Firebug.Console.clear})
6135 this.clear=function(){Firebug.Console.clear(context) method in AnonymousFunctionf1d9e84c22d00.FirebugConsoleHandler
6225 …nt:null,isMultiLine:false,isActive:false,initialize:function(doc){this.clear=bind(this.clear,this);
6250 …arButton=new Button({element:$("fbCommand_btClear"),owner:Firebug.CommandLine,onClick:this.clear});
6274 },clear:function(){this.element.value=""
6340 this.clear()
6341 }else{if(code==27){setTimeout(this.clear,0)
8208 },clear:function(){this.getPanel().panelNode.innerHTML=""
8212 …utton({caption:"Clear",title:"Clear FBTrace logs",owner:Firebug.Trace,onClick:Firebug.Trace.clear})