Home | History | Annotate | Download | only in menu

Lines Matching defs:SubmenuView

23 // SubmenuView is the parent of all menu items.
25 // SubmenuView has the following responsibilities:
34 // SubmenuView is itself contained in a MenuScrollViewContainer.
35 // MenuScrollViewContainer handles showing as much of the SubmenuView as the
36 // screen allows. If the SubmenuView is taller than the screen, scroll buttons
38 class VIEWS_EXPORT SubmenuView : public PrefixDelegate,
44 // Creates a SubmenuView for the specified menu item.
45 explicit SubmenuView(MenuItemView* parent);
46 virtual ~SubmenuView();
135 // Returns the container for the SubmenuView.
139 // closes while the menu is shown. If invoked the SubmenuView must drop all
200 // Ancestor of the SubmenuView, lazily created.
223 DISALLOW_COPY_AND_ASSIGN(SubmenuView);