HomeSort by relevance Sort by last modified time
    Searched refs:IncrementSelection (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/ui/views/controls/tree/
tree_view_unittest.cc 61 void IncrementSelection(bool next);
107 void TreeViewTest::IncrementSelection(bool next) {
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(true)
    [all...]
tree_view.h 235 // Used by IncrementSelection.
321 void IncrementSelection(IncrementType type);
tree_view.cc 566 IncrementSelection(event.key_code() == ui::VKEY_UP ?
932 void TreeView::IncrementSelection(IncrementType type) {
  /external/chromium_org/ui/views/controls/menu/
menu_controller.h 429 void IncrementSelection(int delta);
menu_controller.cc     [all...]

Completed in 3574 milliseconds