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

12

/external/webkit/Source/WebKit2/UIProcess/
H A DWebContextMenuProxy.h45 virtual void showContextMenu(const WebCore::IntPoint&, const Vector<WebContextMenuItemData>& items) = 0;
/external/webkit/Source/WebKit2/UIProcess/qt/
H A DWebContextMenuProxyQt.h46 virtual void showContextMenu(const WebCore::IntPoint&, const Vector<WebContextMenuItemData>&);
H A DWebContextMenuProxyQt.cpp83 void WebContextMenuProxyQt::showContextMenu(const IntPoint& position, const Vector<WebContextMenuItemData>& items) function in class:WebKit::WebContextMenuProxyQt
96 emit m_page->showContextMenu(QSharedPointer<QMenu>(menu.leakPtr()));
/external/webkit/Source/WebKit2/UIProcess/mac/
H A DWebContextMenuProxyMac.h47 virtual void showContextMenu(const WebCore::IntPoint&, const Vector<WebContextMenuItemData>&);
H A DWebContextMenuProxyMac.mm200 void WebContextMenuProxyMac::showContextMenu(const IntPoint& menuLocation, const Vector<WebContextMenuItemData>& items)
/external/webkit/Source/WebKit2/UIProcess/win/
H A DWebContextMenuProxyWin.h46 virtual void showContextMenu(const WebCore::IntPoint&, const Vector<WebContextMenuItemData>&);
H A DWebContextMenuProxyWin.cpp74 void WebContextMenuProxyWin::showContextMenu(const IntPoint& origin, const Vector<WebContextMenuItemData>& items) function in class:WebKit::WebContextMenuProxyWin
/external/webkit/Source/WebCore/page/
H A DContextMenuController.h56 void showContextMenu(Event*, PassRefPtr<ContextMenuProvider>);
69 void showContextMenu(Event*);
H A DChrome.h178 void showContextMenu();
H A DChrome.cpp558 void Chrome::showContextMenu() function in class:WebCore::Chrome
560 m_client->showContextMenu();
H A DChromeClient.h306 virtual void showContextMenu() = 0;
/external/webkit/Source/WebCore/inspector/
H A DInspectorFrontendHost.idl57 [Custom] void showContextMenu(in MouseEvent event, in DOMObject items);
H A DInspectorFrontendHost.h82 void showContextMenu(Event*, const Vector<ContextMenuItem*>& items);
H A DInspectorFrontendHost.cpp244 void InspectorFrontendHost::showContextMenu(Event* event, const Vector<ContextMenuItem*>& items) function in class:WebCore::InspectorFrontendHost
255 menuController->showContextMenu(event, menuProvider);
/external/webkit/Source/WebCore/bindings/js/
H A DJSInspectorFrontendHostCustom.cpp83 JSValue JSInspectorFrontendHost::showContextMenu(ExecState* exec) function in class:WebCore::JSInspectorFrontendHost
119 impl()->showContextMenu(event, items);
/external/webkit/Source/WebCore/inspector/front-end/
H A DContextMenu.js45 InspectorFrontendHost.showContextMenu(event, this._items);
/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8InspectorFrontendHostCustom.cpp107 frontendHost->showContextMenu(event, items);
/external/webkit/Source/WebKit2/UIProcess/API/qt/
H A Dqgraphicswkview.h71 void showContextMenu(QSharedPointer<QMenu>);
H A Dqgraphicswkview.cpp87 connect(d->page, SIGNAL(showContextMenu(QSharedPointer<QMenu>)), this, SLOT(showContextMenu(QSharedPointer<QMenu>)));
339 void QGraphicsWKView::showContextMenu(QSharedPointer<QMenu> menu) function in class:QGraphicsWKView
H A Dqwkpage.h139 Q_SIGNAL void showContextMenu(QSharedPointer<QMenu>);
/external/webkit/Source/WebKit/chromium/public/
H A DWebViewClient.h234 virtual void showContextMenu(WebFrame*, const WebContextMenuData&) { } function in class:WebKit::WebViewClient
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DChromeClientEfl.h120 virtual void showContextMenu() { } function in class:WebCore::ChromeClientEfl
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DChromeClientHaiku.h145 virtual void showContextMenu() { } function in class:WebCore::ChromeClientHaiku
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DChromeClientWinCE.h137 virtual void showContextMenu() { } function in class:WebKit::ChromeClientWinCE
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DChromeClientWx.h134 virtual void showContextMenu() { } function in class:WebCore::ChromeClientWx

Completed in 274 milliseconds

12