Searched refs:_onContextMenu (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
D | ResourceWebSocketFrameView.js | 34 ], undefined, undefined, undefined, this._onContextMenu.bind(this)); 120 _onContextMenu: function(contextMenu, node) method in WebInspector.ResourceWebSocketFrameView
|
D | LayerTree.js | 44 …this._treeOutline.childrenListElement.addEventListener("contextmenu", this._onContextMenu.bind(thi… 155 _onContextMenu: function(event) method in WebInspector.LayerTree
|
D | CookiesTable.js | 60 …umns, undefined, this._onDeleteCookie.bind(this), refreshCallback, this._onContextMenu.bind(this)); 88 _onContextMenu: function(contextMenu, node) method in WebInspector.CookiesTable
|
D | Layers3DView.js | 50 this.element.addEventListener("contextmenu", this._onContextMenu.bind(this), false); 403 _onContextMenu: function(event) method in WebInspector.Layers3DView
|