Searched refs:showContextMenuAtPoint (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorFrontendHost.idl49 [Custom] void showContextMenuAtPoint(float x, float y, any items);
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DContextMenuController.h60 void showContextMenuAtPoint(LocalFrame*, float x, float y, PassRefPtr<ContextMenuProvider>);
H A DContextMenuController.cpp132 void ContextMenuController::showContextMenuAtPoint(LocalFrame* frame, float x, float y, PassRefPtr<ContextMenuProvider> menuProvider) function in class:blink::ContextMenuController
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/host/
H A DInspectorFrontendHost.js274 showContextMenuAtPoint: function(x, y, items) { },
584 showContextMenuAtPoint: function(x, y, items)
/external/chromium_org/third_party/WebKit/Source/web/
H A DInspectorClientImpl.cpp160 m_inspectedWebView->showContextMenuAtPoint(x, y, menuProvider);
H A DWebViewImpl.h353 void showContextMenuAtPoint(float x, float y, PassRefPtr<ContextMenuProvider>);
H A DWebViewImpl.cpp1422 void WebViewImpl::showContextMenuAtPoint(float x, float y, PassRefPtr<ContextMenuProvider> menuProvider) function in class:WebViewImpl
1428 page()->contextMenuController().showContextMenuAtPoint(page()->deprecatedLocalMainFrame(), x, y, menuProvider);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
H A DContextMenu.js240 InspectorFrontendHost.showContextMenuAtPoint(this._event.x, this._event.y, menuObject);

Completed in 1597 milliseconds