Searched defs:SubmenuView (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/views/controls/menu/
H A Dsubmenu_view.h23 // 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, class in namespace:views
44 // Creates a SubmenuView for the specified menu item.
45 explicit SubmenuView(MenuItemView* parent);
46 virtual ~SubmenuView();
135 // Returns the container for the SubmenuView
[all...]
H A Dsubmenu_view.cc35 const char SubmenuView::kViewClassName[] = "SubmenuView";
37 SubmenuView::SubmenuView(MenuItemView* parent) function in class:views::SubmenuView
54 SubmenuView::~SubmenuView() {
62 int SubmenuView::GetMenuItemCount() {
71 MenuItemView* SubmenuView::GetMenuItemAt(int index) {
82 void SubmenuView::ChildPreferredSizeChanged(View* child) {
96 void SubmenuView
[all...]

Completed in 309 milliseconds