Home
last modified time | relevance | path

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

/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js1718 },getContextMenuItems:function(object,target){return[] method in Firebug.Panel
1739 },onContextMenu:function(event){if(!this.getContextMenuItems){return
1742 var menu=this.getContextMenuItems(this.selection,target);
1774 },getContextMenuItems:function(object,target,context){return[]
4365 },getContextMenuItems:function(elt,target,context){var monitored=areEventsMonitored(elt,null,contex…
4470 }},getContextMenuItems:function(frame,target,context){var fn=frame.script.functionObject.getWrapped…
4471 return FirebugReps.Func.getContextMenuItems(fn,target,context,frame.script)
4509 },getContextMenuItems:function(error,target,context){var breakOnThisError=this.hasErrorBreak(error);
4516 },getContextMenuItems:function(error,target,context){var breakOnThisError=this.hasErrorBreak(error);
4813 var menu=this.getContextMenuItems(target);
[all …]
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js7239 getContextMenuItems: function(object, target) method in Firebug.Panel
7373 if (!this.getContextMenuItems)
7552 getContextMenuItems: function(object, target, context)
16304 getContextMenuItems: function(elt, target, context)
16834 getContextMenuItems: function(frame, target, context)
16995 getContextMenuItems: function(error, target, context)
17038 getContextMenuItems: function(error, target, context)
17707 getContextMenuItems: function(target)
18206 var menu = this.getContextMenuItems(target);
21137 getContextMenuItems: function(spy)
[all …]
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js1729 },getContextMenuItems:function(object,target){return[] method in Firebug.Panel
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(f
[all...]