Searched refs:getContextMenuItems (Results 1 – 1 of 1) sorted by relevance
| /template/strap/resources/firebug/ |
| H A D | firebug-lite-1.4.js | 1729 },getContextMenuItems:function(object,target){return[] method 1750 },onContextMenu:function(event){if(!this.getContextMenuItems){return 1753 var menu=this.getContextMenuItems(this.selection,target); 1785 },getContextMenuItems:function(object,target,context){return[] method 4213 },getContextMenuItems:function(fn,target,context,script){if(!script){script=findScriptForFunctionIn… method 4376 },getContextMenuItems:function(elt,target,context){var monitored=areEventsMonitored(elt,null,contex… method 4398 },getContextMenuItems:function(styleSheet,target,context){return[{label:"CopyLocation",command:bind… method 4444 },getContextMenuItems:function(sourceLink,target,context){return[{label:"CopyLocation",command:bind… method 4481 }},getContextMenuItems:function(frame,target,context){var fn=frame.script.functionObject.getWrapped… method 4482 return FirebugReps.Func.getContextMenuItems(fn,target,context,frame.script) [all …]
|