Home
last modified time | relevance | path

Searched refs:_onContextMenu (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DResourceWebSocketFrameView.js34 ], undefined, undefined, undefined, this._onContextMenu.bind(this));
120 _onContextMenu: function(contextMenu, node) method in WebInspector.ResourceWebSocketFrameView
DLayerTree.js44 …this._treeOutline.childrenListElement.addEventListener("contextmenu", this._onContextMenu.bind(thi…
155 _onContextMenu: function(event) method in WebInspector.LayerTree
DCookiesTable.js60 …umns, undefined, this._onDeleteCookie.bind(this), refreshCallback, this._onContextMenu.bind(this));
88 _onContextMenu: function(contextMenu, node) method in WebInspector.CookiesTable
DLayers3DView.js50 this.element.addEventListener("contextmenu", this._onContextMenu.bind(this), false);
403 _onContextMenu: function(event) method in WebInspector.Layers3DView