Searched refs:MenuScrollButton (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/views/controls/menu/
H A Dmenu_scroll_view_container.cc28 // MenuScrollButton ------------------------------------------------------------
30 // MenuScrollButton is used for the scroll buttons when not all menu items fit
31 // on screen. MenuScrollButton forwards appropriate events to the
34 class MenuScrollButton : public View { class in namespace:views::__anon17050
36 MenuScrollButton(SubmenuView* host, bool is_up) function in class:views::__anon17050::MenuScrollButton
121 DISALLOW_COPY_AND_ASSIGN(MenuScrollButton);
179 scroll_up_button_ = new MenuScrollButton(content_view, true);
180 scroll_down_button_ = new MenuScrollButton(content_view, false);

Completed in 396 milliseconds