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

  /external/webkit/Source/WebCore/platform/
ContextMenuItem.h 175 typedef NSMenuItem* PlatformMenuItemDescription;
177 struct PlatformMenuItemDescription {
178 PlatformMenuItemDescription()
193 typedef GtkMenuItem* PlatformMenuItemDescription;
195 struct PlatformMenuItemDescription {
196 PlatformMenuItemDescription()
211 typedef BMenuItem* PlatformMenuItemDescription;
213 struct PlatformMenuItemDescription {
214 PlatformMenuItemDescription()
226 typedef void* PlatformMenuItemDescription;
    [all...]
  /external/webkit/Source/WebCore/platform/chromium/
ContextMenuItemChromium.cpp 39 ContextMenuItem::ContextMenuItem(PlatformMenuItemDescription item)
58 PlatformMenuItemDescription ContextMenuItem::releasePlatformDescription()
  /external/webkit/Source/WebCore/platform/gtk/
ContextMenuItemGtk.cpp 121 ContextMenuItem::ContextMenuItem(PlatformMenuItemDescription item)
171 PlatformMenuItemDescription ContextMenuItem::releasePlatformDescription()
173 PlatformMenuItemDescription platformDescription = m_platformDescription;
  /external/webkit/Source/WebCore/platform/haiku/
ContextMenuItemHaiku.cpp 41 ContextMenuItem::ContextMenuItem(PlatformMenuItemDescription item)
70 PlatformMenuItemDescription ContextMenuItem::releasePlatformDescription()
  /external/webkit/Source/WebCore/platform/qt/
ContextMenuItemQt.cpp 66 PlatformMenuItemDescription ContextMenuItem::releasePlatformDescription()
  /external/webkit/Source/WebCore/platform/wx/
ContextMenuItemWx.cpp 60 PlatformMenuItemDescription ContextMenuItem::releasePlatformDescription()
ContextMenuWx.cpp 61 PlatformMenuItemDescription itemDescription = item.releasePlatformDescription();
  /external/webkit/Source/WebCore/platform/android/
TemporaryLinkStubs.cpp 187 ContextMenuItem::ContextMenuItem(PlatformMenuItemDescription)
211 PlatformMenuItemDescription ContextMenuItem::releasePlatformDescription()
  /external/webkit/Source/WebCore/platform/mac/
ContextMenuMac.mm 103 PlatformMenuItemDescription platformItem = menuItemVector[i].releasePlatformDescription();
ContextMenuItemMac.mm 61 static PlatformMenuItemDescription createPlatformMenuItemDescription(ContextMenuItemType type, ContextMenuAction action, const String& title, bool enabled, bool checked)
  /external/webkit/Source/WebKit/qt/Api/
qwebpage.cpp 465 PlatformMenuItemDescription desc = it.releasePlatformDescription();
    [all...]

Completed in 181 milliseconds