Lines Matching defs:target

1729 },getContextMenuItems:function(object,target){return[]  argument
1731 },getEditor:function(target,value){},getDefaultSelection:function(){return null argument
1732 },browseObject:function(object){},getPopupObject:function(target){return Firebug.getRepObject(targe… argument
1733 },getTooltipObject:function(target){return Firebug.getRepObject(target) argument
1759 Firebug.MeasureBox={startMeasuring:function(target){if(!this.measureBox){this.measureBox=target.own… argument
1770 },getBox:function(target){var style=this.measureBox.ownerDocument.defaultView.getComputedStyle(this… argument
1785 },getContextMenuItems:function(object,target,context){return[] argument
1994 }},showChildMenu:function(target){var id=target.getAttribute("child"); argument
2417 },onCheck:function(target,value,checked){Firebug.setPref(value,checked) argument
2418 },restorePrefs:function(target){Firebug.erasePrefs(); argument
2420 }},updateMenu:function(target){var options=getElementsByClass(target.parentNode,"fbMenuOption"); argument
4213 },getContextMenuItems:function(fn,target,context,script){if(!script){script=findScriptForFunctionIn… argument
4376 },getContextMenuItems:function(elt,target,context){var monitored=areEventsMonitored(elt,null,contex… argument
4398 },getContextMenuItems:function(styleSheet,target,context){return[{label:"CopyLocation",command:bind… argument
4444 },getContextMenuItems:function(sourceLink,target,context){return[{label:"CopyLocation",command:bind… argument
4481 }},getContextMenuItems:function(frame,target,context){var fn=frame.script.functionObject.getWrapped… argument
4520 },getContextMenuItems:function(error,target,context){var breakOnThisError=this.hasErrorBreak(error); argument
4527 },getContextMenuItems:function(error,target,context){var breakOnThisError=this.hasErrorBreak(error); argument
4572 …ent:true,dispatchName:"editor",tabCharacter:" ",startEditing:function(target,value,editor){this… argument
4697 …asureBox,{getValue:function(){},setValue:function(value){},show:function(target,panel,value,textSi… argument
4702 },beginEditing:function(target,value){},saveEdit:function(target,value,previousValue){},endEditing:… argument
4703 },insertNewRow:function(target,insertWhere){}}); argument
4727 },show:function(target,panel,value,targetSize){this.target=target; argument
4776 },beginEditing:function(target,value){},saveEdit:function(target,value,previousValue){},endEditing:… argument
4777 },insertNewRow:function(target,insertWhere){},advanceToNext:function(target,charCode){return false argument
6689 }},showInfoTip:function(infoTip,panel,target,x,y,rangeParent,rangeOffset){if(!Firebug.showInfoTips)… argument
7323 },getContextMenuItems:function(style,target){var items=[]; argument
7338 }},showInfoTip:function(infoTip,target,x,y){var propValue=getAncestorByClass(target,"cssPropValue"); argument
7362 },getEditor:function(target,value){if(target==this.panelNode||hasClass(target,"cssSelector")||hasCl… argument
7515 }CSSEditor.prototype=domplate(Firebug.InlineEditor.prototype,{insertNewRow:function(target,insertWh… argument
7519 }},saveEdit:function(target,value,previousValue){if(!value){return argument
7537 },advanceToNext:function(target,charCode){if(charCode==58&&hasClass(target,"cssPropName")){return t… argument
7548 CSSRuleEditor.prototype=domplate(Firebug.InlineEditor.prototype,{insertNewRow:function(target,inser… argument
7551 }},saveEdit:function(target,value,previousValue){if(FBTrace.DBG_CSS){FBTrace.sysout("CSSRuleEditor.… argument
7592 },show:function(target,panel,value,textSize,targetSize){this.target=target; argument
7605 },saveEdit:function(target,value,previousValue){Firebug.CSSModule.freeEdit(this.styleSheet,value) argument
8004 }}},selectRow:function(row,target){if(!target){target=row.lastChild.firstChild argument
8128 ….prototype=extend(Firebug.DOMBasePanel.prototype,{selectRow:function(row,target){if(!target){targe… argument