Lines Matching +defs:e +defs:data
969 this.cancelEvent=function(e,preventDefault){if(!e){return argument
1005 this.disableTextSelection=function(e){if(typeof e.onselectstart!="undefined"){this.addEvent(e,"sele… argument
1010 this.restoreTextSelection=function(e){if(typeof e.onselectstart!="undefined"){this.removeEvent(e,"s… argument
1236 function onOperaTabBlur(e){if(this.lastKey==9){this.focus() argument
1237 }}function onOperaTabKeyDown(e){this.lastKey=e.keyCode argument
1238 }function onOperaTabFocus(e){this.lastKey=null argument
1379 }},serialize:function(data){var r=[""],rl=0; argument
2926 }}},data:function(element,name,value){if(value){if(!name){return null method
2951 Firebug.Lite.Proxy._callbacks[uid]=function(data){if(callback){callback(data) argument
2958 this.loadJSONP(yql,function(data){var source=data.results[0]; argument
3521 }},onInspectingClick:function(e){fbInspectFrame.style.display="none"; argument
3529 },onInspecting:function(e){if(new Date().getTime()-lastInspecting>30){fbInspectFrame.style.display=… argument
3547 }},onInspectingBody:function(e){if(new Date().getTime()-lastInspecting>30){var targ=e.target; argument
5058 this.send=function(data){spy.data=data; argument
5083 }:function(a,b,c,d,e){return xhr[name](a,b,c,d,e) argument
5296 },insertParts:function(parentNode,data){if(!data.params||!data.params.length){return argument
5348 },observe:function(subject,topic,data){if(topic!="nsPref:changed"){return argument
5541 }}},isJSON:function(contentType,data){var responseText=data?trim(data):null; argument
5881 },observe:function(subject,topic,data){if(topic!="nsPref:changed"){return argument
6347 },onKeyDown:function(e){e=e||event; argument
6359 },onMultiLineKeyDown:function(e){e=e||event; argument
6512 var selectElement=function selectElement(e){if(e!=selectedElement){if(selectedElement){selectedElem… argument
6533 Firebug.HTML.onTreeClick=function(e){e=e||event; argument
6547 function onListMouseOut(e){e=e||event||window; argument
6556 Firebug.HTML.onListMouseMove=function onListMouseMove(e){try{e=e||event||window; argument