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

  /external/chromium_org/ui/views/controls/tree/
tree_view_unittest.cc 59 void IncrementSelection(bool next);
103 void TreeViewTest::IncrementSelection(bool next) {
104 tree_.IncrementSelection(next ? TreeView::INCREMENT_NEXT :
313 // Verifies IncrementSelection() works.
314 TEST_F(TreeViewTest, IncrementSelection) {
317 IncrementSelection(true);
319 IncrementSelection(true);
321 IncrementSelection(true);
323 IncrementSelection(false);
325 IncrementSelection(true)
    [all...]
tree_view.cc 547 IncrementSelection(event.key_code() == ui::VKEY_UP ?
911 void TreeView::IncrementSelection(IncrementType type) {
  /external/chromium_org/ui/views/controls/menu/
menu_controller.cc     [all...]

Completed in 28 milliseconds