Lines Matching refs:getContextMenuItems

1729 },getContextMenuItems:function(object,target){return[]
1750 },onContextMenu:function(event){if(!this.getContextMenuItems){return
1753 var menu=this.getContextMenuItems(this.selection,target);
1785 },getContextMenuItems:function(object,target,context){return[]
4213 },getContextMenuItems:function(fn,target,context,script){if(!script){script=findScriptForFunctionInContext(context,fn)
4376 },getContextMenuItems:function(elt,target,context){var monitored=areEventsMonitored(elt,null,context);
4398 },getContextMenuItems:function(styleSheet,target,context){return[{label:"CopyLocation",command:bindFixed(this.copyURL,this,styleSheet)},"-",{label:"OpenInTab",command:bindFixed(this.openInTab,this,styleSheet)}]
4444 },getContextMenuItems:function(sourceLink,target,context){return[{label:"CopyLocation",command:bindFixed(this.copyLink,this,sourceLink)},"-",{label:"OpenInTab",command:bindFixed(this.openInTab,this,sourceLink)}]
4481 }},getContextMenuItems:function(frame,target,context){var fn=frame.script.functionObject.getWrappedValue();
4482 return FirebugReps.Func.getContextMenuItems(fn,target,context,frame.script)
4520 },getContextMenuItems:function(error,target,context){var breakOnThisError=this.hasErrorBreak(error);
4527 },getContextMenuItems:function(error,target,context){var breakOnThisError=this.hasErrorBreak(error);
4697 Firebug.BaseEditor=extend(Firebug.MeasureBox,{getValue:function(){},setValue:function(value){},show:function(target,panel,value,textSize,targetSize){},hide:function(){},layout:function(forceAll){},getContextMenuItems:function(target){var items=[];
4824 var menu=this.getContextMenuItems(target);
5492 },getContextMenuItems:function(spy){var items=[{label:"CopyLocation",command:bindFixed(this.copyURL,this,spy)}];
7323 },getContextMenuItems:function(style,target){var items=[];