Lines Matching +defs:e +defs:target
958 this.cancelEvent=function(e,preventDefault){if(!e){return argument
994 this.disableTextSelection=function(e){if(typeof e.onselectstart!="undefined"){this.addEvent(e,"sele… argument
999 this.restoreTextSelection=function(e){if(typeof e.onselectstart!="undefined"){this.removeEvent(e,"s… argument
1225 function onOperaTabBlur(e){if(this.lastKey==9){this.focus() argument
1226 }}function onOperaTabKeyDown(e){this.lastKey=e.keyCode argument
1227 }function onOperaTabFocus(e){this.lastKey=null argument
1718 },getContextMenuItems:function(object,target){return[] argument
1720 },getEditor:function(target,value){},getDefaultSelection:function(){return null argument
1721 },browseObject:function(object){},getPopupObject:function(target){return Firebug.getRepObject(targe… argument
1722 },getTooltipObject:function(target){return Firebug.getRepObject(target) argument
1748 Firebug.MeasureBox={startMeasuring:function(target){if(!this.measureBox){this.measureBox=target.own… argument
1759 },getBox:function(target){var style=this.measureBox.ownerDocument.defaultView.getComputedStyle(this… argument
1774 },getContextMenuItems:function(object,target,context){return[] argument
1983 }},showChildMenu:function(target){var id=target.getAttribute("child"); argument
2406 },onCheck:function(target,value,checked){Firebug.setPref(value,checked) argument
2407 },restorePrefs:function(target){Firebug.erasePrefs(); argument
2409 }},updateMenu:function(target){var options=getElementsByClass(target.parentNode,"fbMenuOption"); argument
3510 }},onInspectingClick:function(e){fbInspectFrame.style.display="none"; argument
3518 },onInspecting:function(e){if(new Date().getTime()-lastInspecting>30){fbInspectFrame.style.display=… argument
3536 }},onInspectingBody:function(e){if(new Date().getTime()-lastInspecting>30){var targ=e.target; argument
4202 },getContextMenuItems:function(fn,target,context,script){if(!script){script=findScriptForFunctionIn… argument
4365 },getContextMenuItems:function(elt,target,context){var monitored=areEventsMonitored(elt,null,contex… argument
4387 },getContextMenuItems:function(styleSheet,target,context){return[{label:"CopyLocation",command:bind… argument
4433 },getContextMenuItems:function(sourceLink,target,context){return[{label:"CopyLocation",command:bind… argument
4470 }},getContextMenuItems:function(frame,target,context){var fn=frame.script.functionObject.getWrapped… argument
4509 },getContextMenuItems:function(error,target,context){var breakOnThisError=this.hasErrorBreak(error); argument
4516 },getContextMenuItems:function(error,target,context){var breakOnThisError=this.hasErrorBreak(error); argument
4561 …ent:true,dispatchName:"editor",tabCharacter:" ",startEditing:function(target,value,editor){this… argument
4686 …asureBox,{getValue:function(){},setValue:function(value){},show:function(target,panel,value,textSi… argument
4691 },beginEditing:function(target,value){},saveEdit:function(target,value,previousValue){},endEditing:… argument
4692 },insertNewRow:function(target,insertWhere){}}); argument
4716 },show:function(target,panel,value,targetSize){this.target=target; argument
4765 },beginEditing:function(target,value){},saveEdit:function(target,value,previousValue){},endEditing:… argument
4766 },insertNewRow:function(target,insertWhere){},advanceToNext:function(target,charCode){return false argument
5072 }:function(a,b,c,d,e){return xhr[name](a,b,c,d,e) argument
6336 },onKeyDown:function(e){e=e||event; argument
6348 },onMultiLineKeyDown:function(e){e=e||event; argument
6501 var selectElement=function selectElement(e){if(e!=selectedElement){if(selectedElement){selectedElem… argument
6522 Firebug.HTML.onTreeClick=function(e){e=e||event; argument
6536 function onListMouseOut(e){e=e||event||window; argument
6545 Firebug.HTML.onListMouseMove=function onListMouseMove(e){try{e=e||event||window; argument
6678 }},showInfoTip:function(infoTip,panel,target,x,y,rangeParent,rangeOffset){if(!Firebug.showInfoTips)… argument
7312 },getContextMenuItems:function(style,target){var items=[]; argument
7327 }},showInfoTip:function(infoTip,target,x,y){var propValue=getAncestorByClass(target,"cssPropValue"); argument
7351 },getEditor:function(target,value){if(target==this.panelNode||hasClass(target,"cssSelector")||hasCl… argument
7504 }CSSEditor.prototype=domplate(Firebug.InlineEditor.prototype,{insertNewRow:function(target,insertWh… argument
7508 }},saveEdit:function(target,value,previousValue){if(!value){return argument
7526 },advanceToNext:function(target,charCode){if(charCode==58&&hasClass(target,"cssPropName")){return t… argument
7537 CSSRuleEditor.prototype=domplate(Firebug.InlineEditor.prototype,{insertNewRow:function(target,inser… argument
7540 }},saveEdit:function(target,value,previousValue){if(FBTrace.DBG_CSS){FBTrace.sysout("CSSRuleEditor.… argument
7581 },show:function(target,panel,value,textSize,targetSize){this.target=target; argument
7594 },saveEdit:function(target,value,previousValue){Firebug.CSSModule.freeEdit(this.styleSheet,value) argument
7993 }}},selectRow:function(row,target){if(!target){target=row.lastChild.firstChild argument
8117 ….prototype=extend(Firebug.DOMBasePanel.prototype,{selectRow:function(row,target){if(!target){targe… argument