/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/controls/tree/ |
H A D | tree_view_unittest.cc | 120 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 D | tree_view.h | 399 void IncrementSelection(IncrementType type);
|
H A D | tree_view.cc | 709 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 D | tree_view_unittest.cc | 141 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 D | tree_view.h | 437 void IncrementSelection(IncrementType type);
|
H A D | tree_view.cc | 702 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 D | menu_controller_unittest.cc | 1294 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 D | menu_controller.h | 504 void IncrementSelection(SelectionIncrementDirectionType direction);
|
H A D | menu_controller.cc | 1525 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 D | menu_controller_unittest.cc | 1062 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 D | menu_controller.h | 496 void IncrementSelection(SelectionIncrementDirectionType direction);
|
H A D | menu_controller.cc | 1487 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 D | overview_controller.h | 47 void IncrementSelection(bool forward);
|
H A D | overview_controller.cc | 147 void OverviewController::IncrementSelection(bool forward) { in IncrementSelection() function in ash::OverviewController 149 overview_session_->IncrementSelection(forward); in IncrementSelection()
|
H A D | overview_session.h | 73 void IncrementSelection(bool forward);
|
H A D | overview_session.cc | 408 void OverviewSession::IncrementSelection(bool forward) { in IncrementSelection() function in ash::OverviewSession
|
/dports/devel/agar/agar-1.5.0/gui/ |
H A D | tlist.c | 154 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 D | table.c | 1608 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 D | wm_gesture_handler.cc | 359 overview_controller->IncrementSelection(/*forward=*/scroll_x > 0); in MoveOverviewSelection()
|
/dports/editors/e93/e93/e93lib/ |
H A D | e93rc.tcl | 1475 proc IncrementSelection {window amount} \ procedure
|