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

  /external/webkit/Source/WebCore/platform/gtk/
ContextMenuGtk.cpp 43 GtkMenuItem* platformItem = item.releasePlatformDescription();
63 PlatformMenuDescription ContextMenu::releasePlatformDescription()
ContextMenuItemGtk.cpp 171 PlatformMenuItemDescription ContextMenuItem::releasePlatformDescription()
  /external/webkit/Source/WebCore/platform/mac/
ContextMenuMac.mm 51 NSMenuItem* platformItem = item.releasePlatformDescription();
59 NSMenuItem* platformItem = item.releasePlatformDescription();
81 NSMutableArray* ContextMenu::releasePlatformDescription()
103 PlatformMenuItemDescription platformItem = menuItemVector[i].releasePlatformDescription();
ContextMenuItemMac.mm 98 NSMenuItem* ContextMenuItem::releasePlatformDescription()
161 [subMenu addItem:subMenuItems[i].releasePlatformDescription()];
  /external/webkit/Source/WebCore/platform/haiku/
ContextMenuHaiku.cpp 64 cmItem.releasePlatformDescription();
90 BMenuItem* menuItem = item.releasePlatformDescription();
102 BMenuItem* menuItem = item.releasePlatformDescription();
ContextMenuItemHaiku.cpp 70 PlatformMenuItemDescription ContextMenuItem::releasePlatformDescription()
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
ContextMenuClientQt.cpp 47 return menu->releasePlatformDescription();
  /external/webkit/Source/WebKit/wx/WebKitSupport/
ContextMenuClientWx.cpp 47 return menu->releasePlatformDescription();
  /external/webkit/Source/WebCore/platform/wx/
ContextMenuItemWx.cpp 60 PlatformMenuItemDescription ContextMenuItem::releasePlatformDescription()
97 m_platformDescription.subMenu = subMenu->releasePlatformDescription();
ContextMenuWx.cpp 61 PlatformMenuItemDescription itemDescription = item.releasePlatformDescription();
106 PlatformMenuDescription ContextMenu::releasePlatformDescription()
  /external/webkit/Source/WebCore/platform/brew/
ContextMenuBrew.cpp 98 PlatformMenuDescription ContextMenu::releasePlatformDescription()
ContextMenuItemBrew.cpp 61 PlatformMenuDescription ContextMenuItem::releasePlatformDescription()
  /external/webkit/Source/WebCore/platform/chromium/
ContextMenuChromium.cpp 89 PlatformMenuDescription ContextMenu::releasePlatformDescription()
ContextMenuItemChromium.cpp 58 PlatformMenuItemDescription ContextMenuItem::releasePlatformDescription()
  /external/webkit/Source/WebCore/platform/qt/
ContextMenuQt.cpp 71 PlatformMenuDescription ContextMenu::releasePlatformDescription()
ContextMenuItemQt.cpp 66 PlatformMenuItemDescription ContextMenuItem::releasePlatformDescription()
  /external/webkit/Source/WebCore/platform/
ContextMenu.h 85 PlatformMenuDescription releasePlatformDescription();
ContextMenuItem.h 274 PlatformMenuItemDescription releasePlatformDescription();
  /external/webkit/Source/WebCore/platform/android/
TemporaryLinkStubs.cpp 218 PlatformMenuItemDescription ContextMenuItem::releasePlatformDescription()
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
ContextMenuClientGtk.cpp 131 GtkMenu* gtkmenu = menu->releasePlatformDescription();
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebContextMenuClient.mm 314 NSMenuItem *platformItem = item->releasePlatformDescription();
  /external/webkit/Source/WebKit/qt/Api/
qwebpage.cpp 465 PlatformMenuItemDescription desc = it.releasePlatformDescription();
    [all...]

Completed in 428 milliseconds