Home
last modified time | relevance | path

Searched refs:ContextMenuItemType (Results 1 – 18 of 18) sorted by relevance

/external/webkit/Source/WebCore/platform/
DContextMenuItem.h167 enum ContextMenuItemType { enum
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;
DContextMenuItem.cpp35 ContextMenuItem::ContextMenuItem(ContextMenuItemType type, ContextMenuAction action, const String& … in ContextMenuItem()
46 ContextMenuItem::ContextMenuItem(ContextMenuItemType type, ContextMenuAction action, const String& … in ContextMenuItem()
80 void ContextMenuItem::setType(ContextMenuItemType type) in setType()
85 ContextMenuItemType ContextMenuItem::type() const in type()
/external/webkit/Source/WebCore/platform/qt/
DContextMenuItemQt.cpp42 ContextMenuItem::ContextMenuItem(ContextMenuItemType type, ContextMenuAction action, in ContextMenuItem()
52 ContextMenuItem::ContextMenuItem(ContextMenuItemType, ContextMenuAction, const String&, bool, bool) in ContextMenuItem() argument
71 ContextMenuItemType ContextMenuItem::type() const in type()
76 void ContextMenuItem::setType(ContextMenuItemType type) in setType()
/external/webkit/Source/WebCore/platform/brew/
DContextMenuItemBrew.cpp49 ContextMenuItem::ContextMenuItem(ContextMenuItemType type, ContextMenuAction action, const String& … in ContextMenuItem()
68 ContextMenuItemType ContextMenuItem::type() const in type()
96 void ContextMenuItem::setType(ContextMenuItemType type) in setType()
/external/webkit/Source/WebCore/platform/chromium/
DContextMenuItemChromium.cpp47 ContextMenuItem::ContextMenuItem(ContextMenuItemType type, ContextMenuAction action, const String& … in ContextMenuItem()
63 ContextMenuItemType ContextMenuItem::type() const in type()
93 void ContextMenuItem::setType(ContextMenuItemType type) in setType()
/external/webkit/Source/WebCore/platform/wx/
DContextMenuItemWx.cpp44 ContextMenuItem::ContextMenuItem(ContextMenuItemType type, ContextMenuAction action, in ContextMenuItem()
65 ContextMenuItemType ContextMenuItem::type() const in type()
70 void ContextMenuItem::setType(ContextMenuItemType type) in setType()
/external/webkit/Source/WebKit2/Shared/
DWebContextMenuItemData.h49 …WebContextMenuItemData(WebCore::ContextMenuItemType, WebCore::ContextMenuAction, const String& tit…
52 WebCore::ContextMenuItemType type() const { return m_type; } in type()
68 WebCore::ContextMenuItemType m_type;
DWebContextMenuItemData.cpp47 WebContextMenuItemData::WebContextMenuItemData(WebCore::ContextMenuItemType type, WebCore::ContextM… in WebContextMenuItemData()
125 …item = WebContextMenuItemData(static_cast<WebCore::ContextMenuItemType>(type), static_cast<WebCore… in decode()
/external/webkit/Source/WebCore/platform/gtk/
DContextMenuItemGtk.cpp131 ContextMenuItem::ContextMenuItem(ContextMenuItemType type, ContextMenuAction action, const String& … in ContextMenuItem()
155 ContextMenuItem::ContextMenuItem(ContextMenuItemType, ContextMenuAction, const String&, bool, bool) in ContextMenuItem() argument
178 ContextMenuItemType ContextMenuItem::type() const in type()
189 void ContextMenuItem::setType(ContextMenuItemType type) in setType()
/external/webkit/Source/WebCore/platform/efl/
DContextMenuItemEfl.cpp44 ContextMenuItem::ContextMenuItem(ContextMenuItemType, ContextMenuAction, const String&, ContextMenu…
54 ContextMenuItemType ContextMenuItem::type() const
/external/webkit/Source/WebCore/platform/haiku/
DContextMenuItemHaiku.cpp52 ContextMenuItem::ContextMenuItem(ContextMenuItemType type, ContextMenuAction action, in ContextMenuItem()
77 ContextMenuItemType ContextMenuItem::type() const in type()
86 void ContextMenuItem::setType(ContextMenuItemType type) in setType()
/external/webkit/Source/WebCore/platform/mac/
DContextMenuItemMac.mm61 static PlatformMenuItemDescription createPlatformMenuItemDescription(ContextMenuItemType type, Cont…
74 ContextMenuItem::ContextMenuItem(ContextMenuItemType type, ContextMenuAction action, const String& …
82 ContextMenuItem::ContextMenuItem(ContextMenuItemType type, ContextMenuAction action, const String& …
105 ContextMenuItemType ContextMenuItem::type() const
129 void ContextMenuItem::setType(ContextMenuItemType type)
/external/webkit/Source/WebCore/platform/android/
DTemporaryLinkStubs.cpp199 ContextMenuItem::ContextMenuItem(ContextMenuItemType, ContextMenuAction, const String&, ContextMenu… in ContextMenuItem() argument
218 ContextMenuItemType ContextMenuItem::type() const in type()
225 void ContextMenuItem::setType(ContextMenuItemType) in setType() argument
/external/webkit/Source/WebKit/efl/ewk/
Dewk_contextmenu.cpp172 WebCore::ContextMenuItemType type = static_cast<WebCore::ContextMenuItemType>(item->type); in ewk_context_menu_item_select()
/external/webkit/Source/WebKit2/Shared/API/c/
DWKSharedAPICast.h648 inline WKContextMenuItemType toAPI(WebCore::ContextMenuItemType type) in toAPI()
/external/webkit/Source/WebKit/win/
DChangeLog-2009-06-168015 …* Qt and Gtk must know if a ContextMenuItem is checkable. Add a new ContextMenuItemType for checka…
/external/webkit/Source/WebKit/qt/
DChangeLog-2011-02-1624137 …* Qt and Gtk must know if a ContextMenuItem is checkable. Add a new ContextMenuItemType for checka…
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1060760 …* Qt and Gtk must know if a ContextMenuItem is checkable. Add a new ContextMenuItemType for checka…