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

Lines Matching refs:contextMenu

1333         this.listItemElement.addEventListener("contextmenu", this._handleContextMenuEvent.bind(this), true);
1353 var contextMenu = new WebInspector.ContextMenu();
1354 contextMenu.appendItem(WebInspector.UIString("Revert to this revision"), this._revision.revertToThis.bind(this._revision));
1355 contextMenu.show(event);