Searched refs:showContextMenu (Results 1 - 25 of 31) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/page/
H A DContextMenuClient.h36 virtual void showContextMenu(const ContextMenu*) = 0;
H A DContextMenuController.cpp115 showContextMenu(event);
118 void ContextMenuController::showContextMenu(Event* event, PassRefPtr<ContextMenuProvider> menuProvider) function in class:blink::ContextMenuController
129 showContextMenu(event);
144 showContextMenu(nullptr);
173 void ContextMenuController::showContextMenu(Event* event) function in class:blink::ContextMenuController
175 m_client->showContextMenu(m_contextMenu.get());
H A DContextMenuController.h59 void showContextMenu(Event*, PassRefPtr<ContextMenuProvider>);
72 void showContextMenu(Event*);
/external/chromium_org/third_party/WebKit/Source/web/
H A DContextMenuClientImpl.h45 virtual void showContextMenu(const ContextMenu*) OVERRIDE;
H A DInspectorClientImpl.h73 virtual void showContextMenu(float x, float y, PassRefPtr<ContextMenuProvider>) OVERRIDE;
H A DInspectorClientImpl.cpp158 void InspectorClientImpl::showContextMenu(float x, float y, PassRefPtr<ContextMenuProvider> menuProvider) function in class:blink::InspectorClientImpl
H A DContextMenuClientImpl.cpp181 void ContextMenuClientImpl::showContextMenu(const ContextMenu* defaultMenu) function in class:blink::ContextMenuClientImpl
390 selectedWebFrame->client()->showContextMenu(data);
H A DWebViewImpl.h259 virtual void showContextMenu() OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorFrontendHost.h65 void showContextMenu(Event*, const Vector<ContextMenuItem>& items);
66 void showContextMenu(Page*, float x, float y, const Vector<ContextMenuItem>& items);
H A DInspectorFrontendHost.idl47 // FIXME: showContextMenu is here only for old frontends. Remove in M43.
48 [Custom] void showContextMenu(MouseEvent event, any items);
H A DInspectorClient.h75 virtual void showContextMenu(float x, float y, PassRefPtr<ContextMenuProvider>) { } function in class:blink::InspectorClient
H A DInspectorFrontendHost.cpp212 void InspectorFrontendHost::showContextMenu(Page* page, float x, float y, const Vector<ContextMenuItem>& items) function in class:blink::InspectorFrontendHost
222 page->inspectorController().showContextMenu(x * zoom, y * zoom, menuProvider);
225 void InspectorFrontendHost::showContextMenu(Event* event, const Vector<ContextMenuItem>& items) function in class:blink::InspectorFrontendHost
243 targetPage->contextMenuController().showContextMenu(event, menuProvider);
H A DInspectorController.h94 void showContextMenu(float x, float y, PassRefPtr<ContextMenuProvider>);
H A DInspectorController.cpp364 void InspectorController::showContextMenu(float x, float y, PassRefPtr<ContextMenuProvider> menuProvider) function in class:blink::InspectorController
368 m_inspectorClient->showContextMenu(x, y, menuProvider);
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/contextmenu/
H A DContextMenuHelper.java58 private void showContextMenu(ContentViewCore contentViewCore, ContextMenuParams params) { method in class:ContextMenuHelper
73 view.showContextMenu();
/external/chromium_org/chrome/renderer/resources/extensions/
H A Dchrome_web_view_experimental.js113 ChromeWebView.showContextMenu(this.guestInstanceId, requestId, items);
125 ChromeWebView.showContextMenu(this.guestInstanceId, requestId, undefined);
H A Dchrome_web_view.js69 ChromeWebView.showContextMenu(this.guestInstanceId, requestId, params);
/external/chromium_org/chrome/browser/ui/cocoa/download/
H A Ddownload_item_controller.h163 - (IBAction)showContextMenu:(id)sender;
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
H A DV8InspectorFrontendHostCustom.cpp126 frontendHost->showContextMenu(event, items);
159 frontendHost->showContextMenu(window->document()->page(), static_cast<float>(x->NumberValue()), static_cast<float>(y->NumberValue()), items);
/external/chromium_org/content/shell/renderer/test_runner/
H A Dweb_frame_test_proxy.h176 virtual void showContextMenu( function in class:content::WebFrameTestProxy
180 Base::showContextMenu(context_menu_data);
/external/chromium_org/third_party/WebKit/public/web/
H A DWebView.h397 virtual void showContextMenu() = 0;
H A DWebFrameClient.h376 virtual void showContextMenu(const WebContextMenuData&) { } function in class:blink::WebFrameClient
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DPinchViewportTest.cpp819 MOCK_METHOD1(showContextMenu, void(const WebContextMenuData&));
857 EXPECT_CALL(mockWebFrameClient, showContextMenu(ContextMenuAtLocation(mouseDownEvent.x, mouseDownEvent.y)));
874 EXPECT_CALL(mockWebFrameClient, showContextMenu(ContextMenuAtLocation(mouseDownEvent.x, mouseDownEvent.y)));
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DEmptyClients.h303 virtual void showContextMenu(const ContextMenu*) OVERRIDE { }
/external/chromium_org/content/renderer/
H A Drender_frame_impl.h382 virtual void showContextMenu(const blink::WebContextMenuData& data);

Completed in 652 milliseconds

12