HomeSort by relevance Sort by last modified time
    Searched refs:getCustomMenuFromDefaultItems (Results 1 - 22 of 22) sorted by null

  /external/webkit/Source/WebKit/android/WebCoreSupport/
ContextMenuClientAndroid.h 37 virtual PlatformMenuDescription getCustomMenuFromDefaultItems(ContextMenu*);
ContextMenuClientAndroid.cpp 36 PlatformMenuDescription ContextMenuClientAndroid::getCustomMenuFromDefaultItems(ContextMenu*) { notImplemented(); return 0; }
  /external/webkit/Source/WebKit/haiku/WebCoreSupport/
ContextMenuClientHaiku.h 40 virtual PlatformMenuDescription getCustomMenuFromDefaultItems(ContextMenu*);
ContextMenuClientHaiku.cpp 43 PlatformMenuDescription ContextMenuClientHaiku::getCustomMenuFromDefaultItems(ContextMenu* menu)
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
ContextMenuClientQt.h 40 virtual PlatformMenuDescription getCustomMenuFromDefaultItems(ContextMenu*);
ContextMenuClientQt.cpp 44 PlatformMenuDescription ContextMenuClientQt::getCustomMenuFromDefaultItems(ContextMenu* menu)
  /external/webkit/Source/WebKit/wx/WebKitSupport/
ContextMenuClientWx.h 41 virtual PlatformMenuDescription getCustomMenuFromDefaultItems(ContextMenu*);
ContextMenuClientWx.cpp 45 PlatformMenuDescription ContextMenuClientWx::getCustomMenuFromDefaultItems(ContextMenu* menu)
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
InjectedBundlePageContextMenuClient.h 46 bool getCustomMenuFromDefaultItems(WebPage*, InjectedBundleHitTestResult*, const Vector<WebContextMenuItemData>& defaultMenu, Vector<WebContextMenuItemData>& newMenu, RefPtr<APIObject>& userData);
InjectedBundlePageContextMenuClient.cpp 42 bool InjectedBundlePageContextMenuClient::getCustomMenuFromDefaultItems(WebPage* page, InjectedBundleHitTestResult* hitTestResult, const Vector<WebContextMenuItemData>& defaultMenu, Vector<WebContextMenuItemData>& newMenu, RefPtr<APIObject>& userData)
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebContextMenuClient.h 39 virtual NSMutableArray* getCustomMenuFromDefaultItems(WebCore::ContextMenu*);
WebContextMenuClient.mm 276 NSMutableArray* WebContextMenuClient::getCustomMenuFromDefaultItems(ContextMenu* defaultMenu)
  /external/webkit/Source/WebCore/page/
ContextMenuClient.h 48 virtual PlatformMenuDescription getCustomMenuFromDefaultItems(ContextMenu*) = 0;
ContextMenuController.cpp 152 PlatformMenuDescription customMenu = m_client->getCustomMenuFromDefaultItems(m_contextMenu.get());
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
ContextMenuClientImpl.h 49 virtual WebCore::PlatformMenuDescription getCustomMenuFromDefaultItems(WebCore::ContextMenu*);
ContextMenuClientImpl.cpp 141 PlatformMenuDescription ContextMenuClientImpl::getCustomMenuFromDefaultItems(
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
ContextMenuClientGtk.h 46 virtual WebCore::PlatformMenuDescription getCustomMenuFromDefaultItems(WebCore::ContextMenu*);
ContextMenuClientGtk.cpp 129 PlatformMenuDescription ContextMenuClient::getCustomMenuFromDefaultItems(ContextMenu* menu)
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebContextMenuClient.h 48 virtual WebCore::PlatformMenuDescription getCustomMenuFromDefaultItems(WebCore::ContextMenu*);
WebContextMenuClient.cpp 53 PlatformMenuDescription WebContextMenuClient::getCustomMenuFromDefaultItems(ContextMenu* menu)
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebContextMenu.cpp 78 if (m_page->injectedBundleContextMenuClient().getCustomMenuFromDefaultItems(m_page, hitTestResult.get(), proposedMenu, newMenu, userData))
  /external/webkit/Source/WebCore/loader/
EmptyClients.h 551 virtual PlatformMenuDescription getCustomMenuFromDefaultItems(ContextMenu*) { return 0; }

Completed in 381 milliseconds