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

Lines Matching refs:contextMenu

180         this._dataGrid.element.addEventListener("contextmenu", this._contextMenu.bind(this), true);
997 var contextMenu = new WebInspector.ContextMenu();
1001 contextMenu.appendItem(WebInspector.UIString("Copy entry as HAR"), this._exportResource.bind(this, resource));
1002 contextMenu.appendItem(WebInspector.UIString("Copy network log as HAR"), this._exportAll.bind(this));
1003 contextMenu.show(event);