Lines Matching refs:dispatch

991 this.dispatch=function(listeners,name,args){if(!listeners){return  function
1518 dispatch(modules,"initialize",[]);
1525 }dispatch(modules,"shutdown",[]);
2366 dispatch(newChrome.panelMap,"detach",[oldChrome,newChrome]);
2582 }dispatch(newPanelMap,"reattach",[oldChrome,newChrome])
2701 Firebug.GoogleChrome.dispatch("FB_deactivate");
2771 if(frame){dispatch(frame.panelMap,"detach",[this,frame]);
2823 if(Env.isChromeExtension){Firebug.GoogleChrome.dispatch("FB_enableIcon")
4511 dispatch([Firebug.A11yModel],"onLogRowContentCreated",[panel,traceBox])
4640 },setEditTarget:function(element){if(!element){dispatch([Firebug.A11yModel],"onInlineEditorClose",[…
5219 }}}}}}}dispatch(NetInfoBody.fbListeners,"updateTabBody",[netInfoBox,file,context])
5515 dispatch(template.fbListeners,"initTabBody",[netInfoBox,spy]);
5537 }dispatch(this.fbListeners,"onParseJSON",[file]);
5626 },flush:function(){dispatch(this.fbListeners,"flush",[]);
5851 if(!logRow){dispatch([Firebug.A11yModel],"onConsoleSearchMatchFound",[this,text,[]]);
5857 }dispatch([Firebug.A11yModel],"onConsoleSearchMatchFound",[this,text,this.matchSet]);
5960 if(attached){dispatch(Firebug.Console.fbListeners,"onConsoleInjected",[context,win])
7090 }dispatch(this.fbListeners,"onCSSFreeEdit",[styleSheet,value])
7093 dispatch(this.fbListeners,"onCSSInsertRule",[styleSheet,cssText,ruleIndex]);
7096 }dispatch(this.fbListeners,"onCSSDeleteRule",[styleSheet,ruleIndex]);
7105 }if(propName){dispatch(this.fbListeners,"onCSSSetProperty",[style,propName,propValue,propPriority,p…
7112 }if(propName){dispatch(this.fbListeners,"onCSSRemoveProperty",[style,propName,prevValue,prevPriorit…
7217 }}}if(this.name=="stylesheet"){dispatch([Firebug.A11yModel],"onInlineEditorClose",[this,row.firstCh…
7400 dispatch([Firebug.A11yModel],"onCSSSearchMatchFound",[this,text,row]);
7402 }else{dispatch([Firebug.A11yModel],"onCSSSearchMatchFound",[this,text,null]);
8243 dispatch(modules,"initialize",[]);