Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/page/
DContextMenuController.cpp86 void ContextMenuController::showContextMenu(Event* event, PassRefPtr<ContextMenuProvider> menuProvi… in showContextMenu() function in WebCore::ContextMenuController
121 void ContextMenuController::showContextMenu(Event* event) in showContextMenu() function in WebCore::ContextMenuController
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/contextmenu/
DContextMenuHelper.java59 private void showContextMenu(ContentViewCore contentViewCore, ContextMenuParams params) { in showContextMenu() method in ContextMenuHelper
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
DSoftContextMenu.js381 InspectorFrontendHost.showContextMenu = function(event, items) function
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorFrontendHost.cpp186 void InspectorFrontendHost::showContextMenu(Event* event, const Vector<ContextMenuItem>& items) in showContextMenu() function in WebCore::InspectorFrontendHost
/external/chromium_org/third_party/WebKit/Source/web/
DContextMenuClientImpl.cpp180 void ContextMenuClientImpl::showContextMenu(const WebCore::ContextMenu* defaultMenu) in showContextMenu() function in blink::ContextMenuClientImpl
DWebViewImpl.cpp3491 void WebViewImpl::showContextMenu() in showContextMenu() function in blink::WebViewImpl
/external/chromium_org/content/shell/renderer/test_runner/
Dweb_frame_test_proxy.h166 virtual void showContextMenu( in showContextMenu() function
/external/chromium_org/third_party/WebKit/Source/core/loader/
DEmptyClients.h300 virtual void showContextMenu(const ContextMenu*) OVERRIDE { } in showContextMenu() function
/external/chromium_org/third_party/WebKit/public/web/
DWebFrameClient.h331 virtual void showContextMenu(const WebContextMenuData&) { } in showContextMenu() function
/external/chromium_org/content/renderer/
Drender_frame_impl.cc2269 void RenderFrameImpl::showContextMenu(const blink::WebContextMenuData& data) { in showContextMenu() function in content::RenderFrameImpl