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

/external/chromium_org/ui/views/controls/tree/
H A Dtree_view_unittest.cc61 void IncrementSelection(bool next);
107 void TreeViewTest::IncrementSelection(bool next) { function in class:views::TreeViewTest
108 tree_.IncrementSelection(next ? TreeView::INCREMENT_NEXT :
317 // Verifies IncrementSelection() works.
318 TEST_F(TreeViewTest, IncrementSelection) {
321 IncrementSelection(true);
323 IncrementSelection(true);
325 IncrementSelection(true);
327 IncrementSelection(false);
329 IncrementSelection(tru
[all...]
H A Dtree_view.h235 // Used by IncrementSelection.
321 void IncrementSelection(IncrementType type);
H A Dtree_view.cc566 IncrementSelection(event.key_code() == ui::VKEY_UP ?
932 void TreeView::IncrementSelection(IncrementType type) { function in class:views::TreeView
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_controller.h429 void IncrementSelection(int delta);
H A Dmenu_controller.cc1007 IncrementSelection(-1);
1011 IncrementSelection(1);
1858 void MenuController::IncrementSelection(int delta) { function in class:views::MenuController

Completed in 114 milliseconds