HomeSort by relevance Sort by last modified time
    Searched defs:SUBMENU (Results 1 - 3 of 3) sorted by null

  /external/chromium/webkit/glue/
webmenuitem.h 21 SUBMENU // This is currently only used by Pepper, not by WebKit.
36 std::vector<WebMenuItem> submenu; member in struct:WebMenuItem
  /external/chromium_org/content/public/common/
menu_item.h 24 SUBMENU // This is currently only used by Pepper, not by WebKit.
39 std::vector<MenuItem> submenu; member in struct:content::MenuItem
  /external/chromium_org/ui/views/controls/menu/
menu_item_view.h 48 // Each MenuItemView may also contain a submenu, which in turn may contain
57 // Views to the submenu of the MenuItemView. Any child views of the MenuItemView
84 SUBMENU,
187 // Append a submenu to this menu.
192 // Append a submenu with an icon to this menu.
231 // Returns the view that contains child menu items. If the submenu has
235 // Returns true if this menu item has a submenu.
469 // Submenu, created via CreateSubmenu.

Completed in 43 milliseconds