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

/external/chromium_org/ui/views/controls/scrollbar/
H A Dbase_scroll_bar.cc299 menu->AppendDelegateMenuItem(ScrollBarContextMenuCommand_ScrollHere);
301 menu->AppendDelegateMenuItem(ScrollBarContextMenuCommand_ScrollStart);
302 menu->AppendDelegateMenuItem(ScrollBarContextMenuCommand_ScrollEnd);
304 menu->AppendDelegateMenuItem(ScrollBarContextMenuCommand_ScrollPageUp);
305 menu->AppendDelegateMenuItem(ScrollBarContextMenuCommand_ScrollPageDown);
307 menu->AppendDelegateMenuItem(ScrollBarContextMenuCommand_ScrollPrev);
308 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.cc303 MenuItemView* MenuItemView::AppendDelegateMenuItem(int item_id) { function in class:views::MenuItemView

Completed in 86 milliseconds