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

  /external/chromium_org/third_party/WebKit/Source/platform/
ContextMenuItem.h 44 enum ContextMenuItemType {
54 ContextMenuItem(ContextMenuItemType, ContextMenuAction, const String&, ContextMenu* subMenu = 0);
55 ContextMenuItem(ContextMenuItemType, ContextMenuAction, const String&, bool enabled, bool checked);
59 void setType(ContextMenuItemType);
60 ContextMenuItemType type() const;
81 ContextMenuItemType m_type;
ContextMenuItem.cpp 33 ContextMenuItem::ContextMenuItem(ContextMenuItemType type, ContextMenuAction action, const String& title, ContextMenu* subMenu)
44 ContextMenuItem::ContextMenuItem(ContextMenuItemType type, ContextMenuAction action, const String& title, bool enabled, bool checked)
78 void ContextMenuItem::setType(ContextMenuItemType type)
83 ContextMenuItemType ContextMenuItem::type() const

Completed in 1685 milliseconds