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

  /external/webkit/WebKit/qt/WebCoreSupport/
ContextMenuClientQt.cpp 47 return menu->releasePlatformDescription();
  /external/webkit/WebCore/platform/haiku/
ContextMenuHaiku.cpp 64 cmItem.releasePlatformDescription();
93 BMenuItem* menuItem = item.releasePlatformDescription();
107 BMenuItem* menuItem = item.releasePlatformDescription();
ContextMenuItemHaiku.cpp 70 PlatformMenuItemDescription ContextMenuItem::releasePlatformDescription()
  /external/webkit/WebCore/platform/qt/
ContextMenuQt.cpp 74 PlatformMenuDescription ContextMenu::releasePlatformDescription()
ContextMenuItemQt.cpp 55 PlatformMenuItemDescription ContextMenuItem::releasePlatformDescription()
  /external/webkit/WebKit/wx/WebKitSupport/
ContextMenuClientWx.cpp 47 return menu->releasePlatformDescription();
  /external/webkit/WebCore/platform/gtk/
ContextMenuGtk.cpp 57 GtkMenuItem* platformItem = ContextMenuItem::createNativeMenuItem(item.releasePlatformDescription());
82 PlatformMenuDescription ContextMenu::releasePlatformDescription()
ContextMenuItemGtk.cpp 185 PlatformMenuItemDescription ContextMenuItem::releasePlatformDescription()
235 m_platformDescription.subMenu = menu->releasePlatformDescription();
  /external/webkit/WebCore/platform/wx/
ContextMenuItemWx.cpp 60 PlatformMenuItemDescription ContextMenuItem::releasePlatformDescription()
97 m_platformDescription.subMenu = subMenu->releasePlatformDescription();
ContextMenuWx.cpp 63 PlatformMenuItemDescription itemDescription = item.releasePlatformDescription();
108 PlatformMenuDescription ContextMenu::releasePlatformDescription()
  /external/webkit/WebCore/platform/
ContextMenu.h 70 PlatformMenuDescription releasePlatformDescription();
ContextMenuItem.h 241 PlatformMenuItemDescription releasePlatformDescription();
  /external/webkit/WebCore/platform/chromium/
ContextMenuChromium.cpp 91 PlatformMenuDescription ContextMenu::releasePlatformDescription()
ContextMenuItemChromium.cpp 58 PlatformMenuItemDescription ContextMenuItem::releasePlatformDescription()
  /external/webkit/WebCore/platform/mac/
ContextMenuMac.mm 114 NSMenuItem* platformItem = item.releasePlatformDescription();
127 NSMenuItem* platformItem = item.releasePlatformDescription();
151 NSMutableArray* ContextMenu::releasePlatformDescription()
ContextMenuItemMac.mm 81 NSMenuItem* ContextMenuItem::releasePlatformDescription()
  /external/webkit/WebCore/platform/win/
ContextMenuWin.cpp 73 ::InsertMenuItem(m_platformDescription, position, TRUE, item.releasePlatformDescription());
150 HMENU ContextMenu::releasePlatformDescription()
ContextMenuItemWin.cpp 95 LPMENUITEMINFO ContextMenuItem::releasePlatformDescription()
160 m_platformDescription->hSubMenu = subMenu->releasePlatformDescription();
  /external/webkit/WebKit/gtk/WebCoreSupport/
ContextMenuClientGtk.cpp 130 GtkMenu* gtkmenu = menu->releasePlatformDescription();
  /external/webkit/WebKit/win/WebCoreSupport/
WebContextMenuClient.cpp 124 uiDelegate->contextMenuItemSelected(m_webView, item->releasePlatformDescription(), propertyBag.get());
  /external/webkit/WebCore/platform/android/
TemporaryLinkStubs.cpp 278 PlatformMenuItemDescription ContextMenuItem::releasePlatformDescription()
  /external/webkit/WebKit/mac/WebCoreSupport/
WebContextMenuClient.mm 309 NSMenuItem *platformItem = item->releasePlatformDescription();
  /external/webkit/WebKit/qt/Api/
qwebpage.cpp 522 PlatformMenuItemDescription desc = it.releasePlatformDescription();
    [all...]

Completed in 3863 milliseconds