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

1 2

  /external/webkit/WebCore/platform/
PlatformMenuDescription.h 50 typedef NSMutableArray* PlatformMenuDescription;
52 typedef HMENU PlatformMenuDescription;
55 typedef const QList<ContextMenuItem>* PlatformMenuDescription;
57 typedef GtkMenu* PlatformMenuDescription;
60 typedef void* PlatformMenuDescription;
62 typedef wxMenu* PlatformMenuDescription;
64 typedef BMenu* PlatformMenuDescription;
66 typedef void* PlatformMenuDescription;
ContextMenu.h 33 #include "PlatformMenuDescription.h"
49 ContextMenu(const HitTestResult&, const PlatformMenuDescription);
60 ContextMenuItem* itemAtIndex(unsigned, const PlatformMenuDescription);
67 PlatformMenuDescription platformDescription() const;
68 void setPlatformDescription(PlatformMenuDescription);
70 PlatformMenuDescription releasePlatformDescription();
77 // Keep this in sync with the PlatformMenuDescription typedef
84 PlatformMenuDescription m_platformDescription;
ContextMenuItem.h 29 #include "PlatformMenuDescription.h"
252 PlatformMenuDescription platformSubMenu() const;
  /external/webkit/WebCore/platform/qt/
ContextMenuQt.cpp 64 void ContextMenu::setPlatformDescription(PlatformMenuDescription)
69 PlatformMenuDescription ContextMenu::platformDescription() const
74 PlatformMenuDescription ContextMenu::releasePlatformDescription()
76 return PlatformMenuDescription();
ContextMenuItemQt.cpp 91 PlatformMenuDescription ContextMenuItem::platformSubMenu() const
  /external/webkit/WebCore/platform/chromium/
ContextMenuChromium.cpp 44 ContextMenu::ContextMenu(const HitTestResult& result, const PlatformMenuDescription menu)
77 ContextMenuItem* ContextMenu::itemAtIndex(unsigned index, const PlatformMenuDescription platformDescription)
82 void ContextMenu::setPlatformDescription(PlatformMenuDescription menu)
86 PlatformMenuDescription ContextMenu::platformDescription() const
91 PlatformMenuDescription ContextMenu::releasePlatformDescription()
ContextMenuItemChromium.cpp 88 PlatformMenuDescription ContextMenuItem::platformSubMenu() const
90 return PlatformMenuDescription();
  /external/webkit/WebCore/page/
ContextMenuClient.h 29 #include "PlatformMenuDescription.h"
44 virtual PlatformMenuDescription getCustomMenuFromDefaultItems(ContextMenu*) = 0;
  /external/webkit/WebCore/platform/gtk/
ContextMenuGtk.cpp 67 void ContextMenu::setPlatformDescription(PlatformMenuDescription menu)
77 PlatformMenuDescription ContextMenu::platformDescription() const
82 PlatformMenuDescription ContextMenu::releasePlatformDescription()
84 PlatformMenuDescription description = m_platformDescription;
  /external/webkit/WebKit/android/WebCoreSupport/
ContextMenuClientAndroid.h 37 virtual PlatformMenuDescription getCustomMenuFromDefaultItems(ContextMenu*);
ContextMenuClientAndroid.cpp 36 PlatformMenuDescription ContextMenuClientAndroid::getCustomMenuFromDefaultItems(ContextMenu*) { notImplemented(); return 0; }
  /external/webkit/WebKit/haiku/WebCoreSupport/
ContextMenuClientHaiku.h 40 virtual PlatformMenuDescription getCustomMenuFromDefaultItems(ContextMenu*);
ContextMenuClientHaiku.cpp 43 PlatformMenuDescription ContextMenuClientHaiku::getCustomMenuFromDefaultItems(ContextMenu* menu)
  /external/webkit/WebKit/qt/WebCoreSupport/
ContextMenuClientQt.h 41 virtual PlatformMenuDescription getCustomMenuFromDefaultItems(ContextMenu*);
ContextMenuClientQt.cpp 44 PlatformMenuDescription ContextMenuClientQt::getCustomMenuFromDefaultItems(ContextMenu* menu)
  /external/webkit/WebKit/wx/WebKitSupport/
ContextMenuClientWx.h 32 #include "PlatformMenuDescription.h"
41 virtual PlatformMenuDescription getCustomMenuFromDefaultItems(ContextMenu*);
ContextMenuClientWx.cpp 45 PlatformMenuDescription ContextMenuClientWx::getCustomMenuFromDefaultItems(ContextMenu* menu)
  /external/webkit/WebCore/platform/wx/
ContextMenuWx.cpp 30 #include "PlatformMenuDescription.h"
92 void ContextMenu::setPlatformDescription(PlatformMenuDescription menu)
103 PlatformMenuDescription ContextMenu::platformDescription() const
108 PlatformMenuDescription ContextMenu::releasePlatformDescription()
110 PlatformMenuDescription description = m_platformDescription;
  /external/webkit/WebKit/chromium/src/
ContextMenuClientImpl.h 49 virtual WebCore::PlatformMenuDescription getCustomMenuFromDefaultItems(WebCore::ContextMenu*);
  /external/webkit/WebKit/gtk/WebCoreSupport/
ContextMenuClientGtk.h 46 virtual WebCore::PlatformMenuDescription getCustomMenuFromDefaultItems(WebCore::ContextMenu*);
  /external/webkit/WebCore/platform/haiku/
ContextMenuHaiku.cpp 112 PlatformMenuDescription ContextMenu::platformDescription() const
117 void ContextMenu::setPlatformDescription(PlatformMenuDescription menu)
ContextMenuItemHaiku.cpp 132 PlatformMenuDescription ContextMenuItem::platformSubMenu() const
  /external/webkit/WebCore/platform/win/
ContextMenuWin.cpp 46 ContextMenu::ContextMenu(const HitTestResult& result, const PlatformMenuDescription menu)
119 ContextMenuItem* ContextMenu::itemAtIndex(unsigned index, const PlatformMenuDescription platformDescription)
  /external/webkit/WebCore/platform/android/
TemporaryLinkStubs.cpp 242 void ContextMenu::setPlatformDescription(PlatformMenuDescription menu)
248 PlatformMenuDescription ContextMenu::platformDescription() const
324 PlatformMenuDescription ContextMenuItem::platformSubMenu() const
  /external/webkit/WebCore/platform/mac/
ContextMenuMac.mm 92 ContextMenu::ContextMenu(const HitTestResult& result, const PlatformMenuDescription menu)

Completed in 627 milliseconds

1 2