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

/external/chromium_org/ui/views/controls/scrollbar/
H A Dbase_scroll_bar.cc298 menu->AppendDelegateMenuItem(ScrollBarContextMenuCommand_ScrollHere);
300 menu->AppendDelegateMenuItem(ScrollBarContextMenuCommand_ScrollStart);
301 menu->AppendDelegateMenuItem(ScrollBarContextMenuCommand_ScrollEnd);
303 menu->AppendDelegateMenuItem(ScrollBarContextMenuCommand_ScrollPageUp);
304 menu->AppendDelegateMenuItem(ScrollBarContextMenuCommand_ScrollPageDown);
306 menu->AppendDelegateMenuItem(ScrollBarContextMenuCommand_ScrollPrev);
307 menu->AppendDelegateMenuItem(ScrollBarContextMenuCommand_ScrollNext);
/external/chromium_org/ui/views/controls/menu/
H A Dmenu.cc118 void Menu::AppendDelegateMenuItem(int item_id) { function in class:views::Menu
H A Dmenu.h188 void AppendDelegateMenuItem(int item_id);
H A Dmenu_item_view.h187 MenuItemView* AppendDelegateMenuItem(int item_id);
H A Dmenu_item_view.cc304 MenuItemView* MenuItemView::AppendDelegateMenuItem(int item_id) { function in class:views::MenuItemView

Completed in 93 milliseconds