Lines Matching defs:target

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
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
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