Home
last modified time | relevance | path

Searched defs:showContextMenu (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
DContextMenuController.cpp118 void ContextMenuController::showContextMenu(Event* event, PassRefPtr<ContextMenuProvider> menuProvi… in showContextMenu() function in blink::ContextMenuController
173 void ContextMenuController::showContextMenu(Event* event) in showContextMenu() function in blink::ContextMenuController
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorFrontendHost.cpp212 void InspectorFrontendHost::showContextMenu(Page* page, float x, float y, const Vector<ContextMenuI… in showContextMenu() function in blink::InspectorFrontendHost
225 void InspectorFrontendHost::showContextMenu(Event* event, const Vector<ContextMenuItem>& items) in showContextMenu() function in blink::InspectorFrontendHost
DInspectorClient.h75 virtual void showContextMenu(float x, float y, PassRefPtr<ContextMenuProvider>) { } in showContextMenu() function
DInspectorController.cpp364 void InspectorController::showContextMenu(float x, float y, PassRefPtr<ContextMenuProvider> menuPro… in showContextMenu() function in blink::InspectorController
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/contextmenu/
DContextMenuHelper.java58 private void showContextMenu(ContentViewCore contentViewCore, ContextMenuParams params) { in showContextMenu() method in ContextMenuHelper
/external/chromium_org/third_party/WebKit/Source/web/
DContextMenuClientImpl.cpp181 void ContextMenuClientImpl::showContextMenu(const ContextMenu* defaultMenu) in showContextMenu() function in blink::ContextMenuClientImpl
DInspectorClientImpl.cpp158 void InspectorClientImpl::showContextMenu(float x, float y, PassRefPtr<ContextMenuProvider> menuPro… in showContextMenu() function in blink::InspectorClientImpl
DWebViewImpl.cpp3700 void WebViewImpl::showContextMenu() in showContextMenu() function in blink::WebViewImpl
/external/chromium_org/content/shell/renderer/test_runner/
Dweb_frame_test_proxy.h176 virtual void showContextMenu( in showContextMenu() function
/external/chromium_org/third_party/WebKit/Source/core/loader/
DEmptyClients.h303 virtual void showContextMenu(const ContextMenu*) OVERRIDE { } in showContextMenu() function
/external/chromium_org/third_party/WebKit/public/web/
DWebFrameClient.h376 virtual void showContextMenu(const WebContextMenuData&) { } in showContextMenu() function
/external/chromium_org/content/renderer/
Drender_frame_impl.cc2556 void RenderFrameImpl::showContextMenu(const blink::WebContextMenuData& data) { in showContextMenu() function in content::RenderFrameImpl