Home
last modified time | relevance | path

Searched refs:showContextMenu (Results 1 – 23 of 23) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
DContextMenuController.cpp83 showContextMenu(event); in handleContextMenuEvent()
86 void ContextMenuController::showContextMenu(Event* event, PassRefPtr<ContextMenuProvider> menuProvi… in showContextMenu() function in WebCore::ContextMenuController
97 showContextMenu(event); in showContextMenu()
121 void ContextMenuController::showContextMenu(Event* event) in showContextMenu() function in WebCore::ContextMenuController
123 m_client->showContextMenu(m_contextMenu.get()); in showContextMenu()
DContextMenuController.h58 void showContextMenu(Event*, PassRefPtr<ContextMenuProvider>);
68 void showContextMenu(Event*);
DContextMenuClient.h36 virtual void showContextMenu(const ContextMenu*) = 0;
/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
75 view.showContextMenu(); in showContextMenu()
/external/chromium_org/third_party/WebKit/Source/web/
DContextMenuClientImpl.h45 virtual void showContextMenu(const WebCore::ContextMenu*);
DContextMenuClientImpl.cpp178 void ContextMenuClientImpl::showContextMenu(const WebCore::ContextMenu* defaultMenu) in showContextMenu() function in blink::ContextMenuClientImpl
371 m_webView->client()->showContextMenu(selected_web_frame, data); in showContextMenu()
DWebViewImpl.h305 virtual void showContextMenu();
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
185 m_frontendPage->contextMenuController().showContextMenu(event, menuProvider); in showContextMenu()
DInspectorFrontendHost.h64 void showContextMenu(Event*, const Vector<ContextMenuItem>& items);
DInspectorFrontendHost.idl45 [Custom] void showContextMenu(MouseEvent event, any items);
/external/chromium_org/chrome/browser/ui/cocoa/download/
Ddownload_item_controller.h120 - (IBAction)showContextMenu:(id)sender;
Ddownload_item_controller.mm340 - (IBAction)showContextMenu:(id)sender {
/external/chromium_org/third_party/WebKit/public/testing/
DWebTestProxy.h177 void showContextMenu(blink::WebFrame*, const blink::WebContextMenuData&);
352 …virtual void showContextMenu(blink::WebFrame* frame, const blink::WebContextMenuData& contextMenuD… in showContextMenu() function
354 WebTestProxyBase::showContextMenu(frame, contextMenuData); in showContextMenu()
355 Base::showContextMenu(frame, contextMenuData); in showContextMenu()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DSoftContextMenu.js378 if (!InspectorFrontendHost.showContextMenu) {
380 InspectorFrontendHost.showContextMenu = function(event, items) function
DContextMenu.js214 InspectorFrontendHost.showContextMenu(this._event, menuObject);
/external/chromium_org/third_party/WebKit/public/web/
DWebViewClient.h266 virtual void showContextMenu(WebFrame*, const WebContextMenuData&) { } in showContextMenu() function
DWebView.h437 virtual void showContextMenu() = 0;
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
DV8InspectorFrontendHostCustom.cpp123 frontendHost->showContextMenu(event, items); in showContextMenuMethodCustom()
/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.h453 virtual void showContextMenu(blink::WebFrame* frame,
Drender_view_impl.cc2658 void RenderViewImpl::showContextMenu( in showContextMenu() function in content::RenderViewImpl
6288 webview()->showContextMenu(); in OnShowContextMenu()