Home | History | Annotate | Download | only in front-end

Lines Matching refs:contextMenu

50         element.addEventListener("contextmenu", this._contextMenu.bind(this, breakpoint), true);
140 var contextMenu = new WebInspector.ContextMenu();
143 contextMenu.appendItem(WebInspector.UIString("Remove Breakpoint"), removeHandler);
145 contextMenu.show(event);
291 element.addEventListener("contextmenu", this._contextMenu.bind(this, url), true);
336 var contextMenu = new WebInspector.ContextMenu();
342 contextMenu.appendItem(WebInspector.UIString("Remove Breakpoint"), removeBreakpoint.bind(this));
343 contextMenu.show(event);