Home
last modified time | relevance | path

Searched defs:showContextMenu (Results 1 – 11 of 11) 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.java60 private void showContextMenu(ContentViewCore contentViewCore, ContextMenuParams params) { in showContextMenu() method in ContextMenuHelper
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DSoftContextMenu.js380 InspectorFrontendHost.showContextMenu = function(event, items) function
/external/chromium_org/third_party/WebKit/Source/web/
DContextMenuClientImpl.cpp178 void ContextMenuClientImpl::showContextMenu(const WebCore::ContextMenu* defaultMenu) in showContextMenu() function in blink::ContextMenuClientImpl
DWebViewImpl.cpp3569 void WebViewImpl::showContextMenu() in showContextMenu() function in blink::WebViewImpl
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorFrontendHost.cpp172 void InspectorFrontendHost::showContextMenu(Event* event, const Vector<ContextMenuItem>& items) in showContextMenu() function in WebCore::InspectorFrontendHost
/external/chromium_org/third_party/WebKit/public/web/
DWebViewClient.h266 virtual void showContextMenu(WebFrame*, const WebContextMenuData&) { } in showContextMenu() function
/external/chromium_org/third_party/WebKit/public/testing/
DWebTestProxy.h352 …virtual void showContextMenu(blink::WebFrame* frame, const blink::WebContextMenuData& contextMenuD… in showContextMenu() function
/external/chromium_org/third_party/WebKit/Source/core/loader/
DEmptyClients.h309 virtual void showContextMenu(const ContextMenu*) OVERRIDE { } in showContextMenu() function
/external/chromium_org/third_party/WebKit/Source/testing/runner/
DWebTestProxy.cpp944 void WebTestProxyBase::showContextMenu(WebFrame*, const WebContextMenuData& contextMenuData) in showContextMenu() function in WebTestRunner::WebTestProxyBase
/external/chromium_org/content/renderer/
Drender_view_impl.cc2658 void RenderViewImpl::showContextMenu( in showContextMenu() function in content::RenderViewImpl