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

  /external/webkit/Source/WebCore/platform/efl/
ContextMenuItemEfl.cpp 44 ContextMenuItem::ContextMenuItem(ContextMenuItemType, ContextMenuAction, const String&, ContextMenu*)
54 ContextMenuItemType ContextMenuItem::type() const
  /external/webkit/Source/WebCore/platform/
ContextMenuItem.cpp 35 ContextMenuItem::ContextMenuItem(ContextMenuItemType type, ContextMenuAction action, const String& title, ContextMenu* subMenu)
46 ContextMenuItem::ContextMenuItem(ContextMenuItemType type, ContextMenuAction action, const String& title, bool enabled, bool checked)
80 void ContextMenuItem::setType(ContextMenuItemType type)
85 ContextMenuItemType ContextMenuItem::type() const
ContextMenuItem.h 167 enum ContextMenuItemType {
185 ContextMenuItemType type;
203 ContextMenuItemType type;
219 ContextMenuItemType type;
232 ContextMenuItem(ContextMenuItemType, ContextMenuAction, const String&, ContextMenu* subMenu = 0);
233 ContextMenuItem(ContextMenuItemType, ContextMenuAction, const String&, bool enabled, bool checked);
237 void setType(ContextMenuItemType);
238 ContextMenuItemType type() const;
289 ContextMenuItemType m_type;
  /external/webkit/Source/WebCore/platform/qt/
ContextMenuItemQt.cpp 42 ContextMenuItem::ContextMenuItem(ContextMenuItemType type, ContextMenuAction action,
52 ContextMenuItem::ContextMenuItem(ContextMenuItemType, ContextMenuAction, const String&, bool, bool)
71 ContextMenuItemType ContextMenuItem::type() const
76 void ContextMenuItem::setType(ContextMenuItemType type)
  /external/webkit/Source/WebCore/platform/brew/
ContextMenuItemBrew.cpp 49 ContextMenuItem::ContextMenuItem(ContextMenuItemType type, ContextMenuAction action, const String& title, ContextMenu* subMenu)
68 ContextMenuItemType ContextMenuItem::type() const
96 void ContextMenuItem::setType(ContextMenuItemType type)
  /external/webkit/Source/WebCore/platform/chromium/
ContextMenuItemChromium.cpp 47 ContextMenuItem::ContextMenuItem(ContextMenuItemType type, ContextMenuAction action, const String& title, ContextMenu* subMenu)
63 ContextMenuItemType ContextMenuItem::type() const
93 void ContextMenuItem::setType(ContextMenuItemType type)
  /external/webkit/Source/WebCore/platform/wx/
ContextMenuItemWx.cpp 44 ContextMenuItem::ContextMenuItem(ContextMenuItemType type, ContextMenuAction action,
65 ContextMenuItemType ContextMenuItem::type() const
70 void ContextMenuItem::setType(ContextMenuItemType type)
  /external/webkit/Source/WebKit2/Shared/
WebContextMenuItemData.h 49 WebContextMenuItemData(WebCore::ContextMenuItemType, WebCore::ContextMenuAction, const String& title, bool enabled, bool checked);
52 WebCore::ContextMenuItemType type() const { return m_type; }
68 WebCore::ContextMenuItemType m_type;
WebContextMenuItemData.cpp 47 WebContextMenuItemData::WebContextMenuItemData(WebCore::ContextMenuItemType type, WebCore::ContextMenuAction action, const String& title, bool enabled, bool checked)
125 item = WebContextMenuItemData(static_cast<WebCore::ContextMenuItemType>(type), static_cast<WebCore::ContextMenuAction>(action), title, enabled, checked);
  /external/webkit/Source/WebCore/platform/mac/
ContextMenuItemMac.mm 61 static PlatformMenuItemDescription createPlatformMenuItemDescription(ContextMenuItemType type, ContextMenuAction action, const String& title, bool enabled, bool checked)
74 ContextMenuItem::ContextMenuItem(ContextMenuItemType type, ContextMenuAction action, const String& title, ContextMenu* subMenu)
82 ContextMenuItem::ContextMenuItem(ContextMenuItemType type, ContextMenuAction action, const String& title, bool enabled, bool checked)
105 ContextMenuItemType ContextMenuItem::type() const
129 void ContextMenuItem::setType(ContextMenuItemType type)
  /external/webkit/Source/WebCore/platform/haiku/
ContextMenuItemHaiku.cpp 52 ContextMenuItem::ContextMenuItem(ContextMenuItemType type, ContextMenuAction action,
77 ContextMenuItemType ContextMenuItem::type() const
86 void ContextMenuItem::setType(ContextMenuItemType type)
  /external/webkit/Source/WebCore/platform/gtk/
ContextMenuItemGtk.cpp 131 ContextMenuItem::ContextMenuItem(ContextMenuItemType type, ContextMenuAction action, const String& title, ContextMenu* subMenu)
155 ContextMenuItem::ContextMenuItem(ContextMenuItemType, ContextMenuAction, const String&, bool, bool)
178 ContextMenuItemType ContextMenuItem::type() const
189 void ContextMenuItem::setType(ContextMenuItemType type)
  /external/webkit/Source/WebCore/platform/android/
TemporaryLinkStubs.cpp 199 ContextMenuItem::ContextMenuItem(ContextMenuItemType, ContextMenuAction, const String&, ContextMenu*)
218 ContextMenuItemType ContextMenuItem::type() const
225 void ContextMenuItem::setType(ContextMenuItemType)
  /external/webkit/Source/WebKit/efl/ewk/
ewk_contextmenu.cpp 172 WebCore::ContextMenuItemType type = static_cast<WebCore::ContextMenuItemType>(item->type);
  /external/webkit/Source/WebKit2/Shared/API/c/
WKSharedAPICast.h 648 inline WKContextMenuItemType toAPI(WebCore::ContextMenuItemType type)

Completed in 283 milliseconds