Home
last modified time | relevance | path

Searched refs:getContextMenuItems (Results 1 – 3 of 3) sorted by relevance

/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
Dfirebug-lite-debug.js7239 getContextMenuItems: function(object, target) method
7373 if (!this.getContextMenuItems)
7380 var menu = this.getContextMenuItems(this.selection, target);
7552 getContextMenuItems: function(object, target, context) method
15530 getContextMenuItems: function(fn, target, context, script) method
16304 getContextMenuItems: function(elt, target, context) method
16442 getContextMenuItems: function(styleSheet, target, context) method
16661 getContextMenuItems: function(sourceLink, target, context) method
16834 getContextMenuItems: function(frame, target, context) method
16837 return FirebugReps.Func.getContextMenuItems(fn, target, context, frame.script);
[all …]
/plugin/webcode/vendor/
Dfirebug-lite-1.4.js1718 },getContextMenuItems:function(object,target){return[] method
1739 },onContextMenu:function(event){if(!this.getContextMenuItems){return
1742 var menu=this.getContextMenuItems(this.selection,target);
1774 },getContextMenuItems:function(object,target,context){return[] method
4202 },getContextMenuItems:function(fn,target,context,script){if(!script){script=findScriptForFunctionIn… method
4365 },getContextMenuItems:function(elt,target,context){var monitored=areEventsMonitored(elt,null,contex… method
4387 },getContextMenuItems:function(styleSheet,target,context){return[{label:"CopyLocation",command:bind… method
4433 },getContextMenuItems:function(sourceLink,target,context){return[{label:"CopyLocation",command:bind… method
4470 }},getContextMenuItems:function(frame,target,context){var fn=frame.script.functionObject.getWrapped… method
4471 return FirebugReps.Func.getContextMenuItems(fn,target,context,frame.script)
[all …]
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js1729 },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 …]