Home
last modified time | relevance | path

Searched refs:IncrementSelection (Results 1 – 20 of 20) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/controls/tree/
H A Dtree_view_unittest.cc120 void IncrementSelection(bool next);
296 void TreeViewTest::IncrementSelection(bool next) { in IncrementSelection() function in views::TreeViewTest
297 tree_->IncrementSelection(next ? TreeView::INCREMENT_NEXT in IncrementSelection()
780 TEST_F(TreeViewTest, IncrementSelection) { in TEST_F() argument
784 IncrementSelection(true); in TEST_F()
794 IncrementSelection(true); in TEST_F()
797 IncrementSelection(true); in TEST_F()
799 IncrementSelection(false); in TEST_F()
802 IncrementSelection(true); in TEST_F()
805 IncrementSelection(true); in TEST_F()
[all …]
H A Dtree_view.h399 void IncrementSelection(IncrementType type);
H A Dtree_view.cc709 IncrementSelection(event.key_code() == ui::VKEY_UP ? INCREMENT_PREVIOUS in OnKeyPressed()
1256 void TreeView::IncrementSelection(IncrementType type) { in IncrementSelection() function in views::TreeView
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/controls/tree/
H A Dtree_view_unittest.cc141 void IncrementSelection(bool next);
331 void TreeViewTest::IncrementSelection(bool next) { in IncrementSelection() function in views::TreeViewTest
332 tree_->IncrementSelection(next ? TreeView::INCREMENT_NEXT in IncrementSelection()
831 TEST_F(TreeViewTest, IncrementSelection) { in TEST_F() argument
835 IncrementSelection(true); in TEST_F()
845 IncrementSelection(true); in TEST_F()
848 IncrementSelection(true); in TEST_F()
850 IncrementSelection(false); in TEST_F()
853 IncrementSelection(true); in TEST_F()
856 IncrementSelection(true); in TEST_F()
[all …]
H A Dtree_view.h437 void IncrementSelection(IncrementType type);
H A Dtree_view.cc702 IncrementSelection(event.key_code() == ui::VKEY_UP ? INCREMENT_PREVIOUS in OnKeyPressed()
1317 void TreeView::IncrementSelection(IncrementType type) { in IncrementSelection() function in views::TreeView
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/controls/menu/
H A Dmenu_controller_unittest.cc1294 IncrementSelection(); in TEST_F()
1301 IncrementSelection(); in TEST_F()
1308 IncrementSelection(); in TEST_F()
1326 IncrementSelection(); in TEST_F()
1333 IncrementSelection(); in TEST_F()
1334 IncrementSelection(); in TEST_F()
1364 IncrementSelection(); in TEST_F()
1365 IncrementSelection(); in TEST_F()
1378 IncrementSelection(); in TEST_F()
1440 IncrementSelection(); in TEST_F()
[all …]
H A Dmenu_controller.h504 void IncrementSelection(SelectionIncrementDirectionType direction);
H A Dmenu_controller.cc1525 IncrementSelection(INCREMENT_SELECTION_UP); in OnKeyPressed()
1530 IncrementSelection(INCREMENT_SELECTION_DOWN); in OnKeyPressed()
2581 void MenuController::IncrementSelection( in IncrementSelection() function in views::MenuController
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/controls/menu/
H A Dmenu_controller_unittest.cc1062 IncrementSelection(); in TEST_F()
1066 IncrementSelection(); in TEST_F()
1149 IncrementSelection(); in TEST_F()
1156 IncrementSelection(); in TEST_F()
1163 IncrementSelection(); in TEST_F()
1181 IncrementSelection(); in TEST_F()
1188 IncrementSelection(); in TEST_F()
1189 IncrementSelection(); in TEST_F()
1219 IncrementSelection(); in TEST_F()
1220 IncrementSelection(); in TEST_F()
[all …]
H A Dmenu_controller.h496 void IncrementSelection(SelectionIncrementDirectionType direction);
H A Dmenu_controller.cc1487 IncrementSelection(INCREMENT_SELECTION_UP); in OnKeyPressed()
1491 IncrementSelection(INCREMENT_SELECTION_DOWN); in OnKeyPressed()
2519 void MenuController::IncrementSelection( in IncrementSelection() function in views::MenuController
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/wm/overview/
H A Doverview_controller.h47 void IncrementSelection(bool forward);
H A Doverview_controller.cc147 void OverviewController::IncrementSelection(bool forward) { in IncrementSelection() function in ash::OverviewController
149 overview_session_->IncrementSelection(forward); in IncrementSelection()
H A Doverview_session.h73 void IncrementSelection(bool forward);
H A Doverview_session.cc408 void OverviewSession::IncrementSelection(bool forward) { in IncrementSelection() function in ash::OverviewSession
/dports/devel/agar/agar-1.5.0/gui/
H A Dtlist.c154 IncrementSelection(AG_Tlist *tl, int inc) in IncrementSelection() function
248 IncrementSelection(tl, incr); in MoveTimeout()
1130 IncrementSelection(tl, 1); in KeyDown()
1138 IncrementSelection(tl, agPageIncrement); in KeyDown()
H A Dtable.c1608 IncrementSelection(AG_Table *t, int inc) in IncrementSelection() function
1710 IncrementSelection(t, incr); in MoveTimeout()
1727 IncrementSelection(t, 1); in KeyDown()
1735 IncrementSelection(t, agPageIncrement); in KeyDown()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/wm/gestures/
H A Dwm_gesture_handler.cc359 overview_controller->IncrementSelection(/*forward=*/scroll_x > 0); in MoveOverviewSelection()
/dports/editors/e93/e93/e93lib/
H A De93rc.tcl1475 proc IncrementSelection {window amount} \ procedure