OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IncrementSelection
(Results
1 - 5
of
5
) 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.h
231
// Used by
IncrementSelection
.
317
void
IncrementSelection
(IncrementType type);
tree_view.cc
566
IncrementSelection
(event.key_code() == ui::VKEY_UP ?
930
void TreeView::
IncrementSelection
(IncrementType type) {
/external/chromium_org/ui/views/controls/menu/
menu_controller.h
399
void
IncrementSelection
(int delta);
menu_controller.cc
[
all
...]
Completed in 188 milliseconds