/external/webkit/Source/WebCore/platform/ |
D | ContextMenuItem.h | 167 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;
|
D | ContextMenuItem.cpp | 35 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/ |
D | ContextMenuItemQt.cpp | 42 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/ |
D | ContextMenuItemBrew.cpp | 49 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/ |
D | ContextMenuItemChromium.cpp | 47 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/ |
D | ContextMenuItemWx.cpp | 44 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/ |
D | WebContextMenuItemData.h | 49 …WebContextMenuItemData(WebCore::ContextMenuItemType, WebCore::ContextMenuAction, const String& tit… 52 WebCore::ContextMenuItemType type() const { return m_type; } in type() 68 WebCore::ContextMenuItemType m_type;
|
D | WebContextMenuItemData.cpp | 47 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/ |
D | ContextMenuItemGtk.cpp | 131 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/ |
D | ContextMenuItemEfl.cpp | 44 ContextMenuItem::ContextMenuItem(ContextMenuItemType, ContextMenuAction, const String&, ContextMenu… 54 ContextMenuItemType ContextMenuItem::type() const
|
/external/webkit/Source/WebCore/platform/haiku/ |
D | ContextMenuItemHaiku.cpp | 52 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/ |
D | ContextMenuItemMac.mm | 61 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/ |
D | TemporaryLinkStubs.cpp | 199 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/ |
D | ewk_contextmenu.cpp | 172 WebCore::ContextMenuItemType type = static_cast<WebCore::ContextMenuItemType>(item->type); in ewk_context_menu_item_select()
|
/external/webkit/Source/WebKit2/Shared/API/c/ |
D | WKSharedAPICast.h | 648 inline WKContextMenuItemType toAPI(WebCore::ContextMenuItemType type) in toAPI()
|
/external/webkit/Source/WebKit/win/ |
D | ChangeLog-2009-06-16 | 8015 …* Qt and Gtk must know if a ContextMenuItem is checkable. Add a new ContextMenuItemType for checka…
|
/external/webkit/Source/WebKit/qt/ |
D | ChangeLog-2011-02-16 | 24137 …* Qt and Gtk must know if a ContextMenuItem is checkable. Add a new ContextMenuItemType for checka…
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2008-08-10 | 60760 …* Qt and Gtk must know if a ContextMenuItem is checkable. Add a new ContextMenuItemType for checka…
|