HomeSort by relevance Sort by last modified time
    Searched refs:showContextMenu (Results 1 - 25 of 63) sorted by null

1 2 3

  /external/webkit/Source/WebKit2/UIProcess/
WebContextMenuProxy.h 45 virtual void showContextMenu(const WebCore::IntPoint&, const Vector<WebContextMenuItemData>& items) = 0;
  /external/webkit/Source/WebKit2/UIProcess/qt/
WebContextMenuProxyQt.h 46 virtual void showContextMenu(const WebCore::IntPoint&, const Vector<WebContextMenuItemData>&);
WebContextMenuProxyQt.cpp 83 void WebContextMenuProxyQt::showContextMenu(const IntPoint& position, const Vector<WebContextMenuItemData>& items)
96 emit m_page->showContextMenu(QSharedPointer<QMenu>(menu.leakPtr()));
  /external/webkit/Source/WebKit2/UIProcess/mac/
WebContextMenuProxyMac.h 47 virtual void showContextMenu(const WebCore::IntPoint&, const Vector<WebContextMenuItemData>&);
  /external/webkit/Source/WebKit2/UIProcess/win/
WebContextMenuProxyWin.h 46 virtual void showContextMenu(const WebCore::IntPoint&, const Vector<WebContextMenuItemData>&);
WebContextMenuProxyWin.cpp 74 void WebContextMenuProxyWin::showContextMenu(const IntPoint& origin, const Vector<WebContextMenuItemData>& items)
  /external/webkit/Source/WebCore/page/
ContextMenuController.h 56 void showContextMenu(Event*, PassRefPtr<ContextMenuProvider>);
69 void showContextMenu(Event*);
Chrome.h 178 void showContextMenu();
  /external/webkit/Source/WebCore/inspector/
InspectorFrontendHost.idl 57 [Custom] void showContextMenu(in MouseEvent event, in DOMObject items);
InspectorFrontendHost.h 82 void showContextMenu(Event*, const Vector<ContextMenuItem*>& items);
InspectorFrontendHost.cpp 244 void InspectorFrontendHost::showContextMenu(Event* event, const Vector<ContextMenuItem*>& items)
255 menuController->showContextMenu(event, menuProvider);
  /external/webkit/Source/WebCore/bindings/js/
JSInspectorFrontendHostCustom.cpp 83 JSValue JSInspectorFrontendHost::showContextMenu(ExecState* exec)
119 impl()->showContextMenu(event, items);
  /external/webkit/Source/WebCore/inspector/front-end/
ContextMenu.js 45 InspectorFrontendHost.showContextMenu(event, this._items);
  /external/webkit/Source/WebKit2/UIProcess/API/qt/
qgraphicswkview.h 71 void showContextMenu(QSharedPointer<QMenu>);
qgraphicswkview.cpp 87 connect(d->page, SIGNAL(showContextMenu(QSharedPointer<QMenu>)), this, SLOT(showContextMenu(QSharedPointer<QMenu>)));
339 void QGraphicsWKView::showContextMenu(QSharedPointer<QMenu> menu)
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8InspectorFrontendHostCustom.cpp 107 frontendHost->showContextMenu(event, items);
  /external/webkit/Source/WebKit/chromium/public/
WebViewClient.h 234 virtual void showContextMenu(WebFrame*, const WebContextMenuData&) { }
  /external/webkit/Source/WebKit/efl/WebCoreSupport/
ChromeClientEfl.h 120 virtual void showContextMenu() { }
  /external/webkit/Source/WebKit/haiku/WebCoreSupport/
ChromeClientHaiku.h 145 virtual void showContextMenu() { }
  /external/webkit/Source/WebKit/wx/WebKitSupport/
ChromeClientWx.h 134 virtual void showContextMenu() { }
  /external/webkit/Source/WebKit/android/WebCoreSupport/
ChromeClientAndroid.h 180 virtual void showContextMenu();
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
ChromeClientGtk.h 124 virtual void showContextMenu() { }
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
ChromeClientQt.h 143 virtual void showContextMenu() { }
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebChromeClient.h 128 virtual void showContextMenu() { }
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
ChromeClientWinCE.h 137 virtual void showContextMenu() { }

Completed in 516 milliseconds

1 2 3