OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:can_go_down
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/views/focus/
focus_search.h
99
// |check_starting_view|, |can_go_up| and |
can_go_down
| controls the
105
bool
can_go_down
,
114
bool
can_go_down
,
focus_search.cc
61
bool
can_go_down
= (direction == DOWN) && !IsFocusable(starting_view);
local
64
can_go_down
,
140
bool
can_go_down
,
161
if (
can_go_down
) {
213
bool
can_go_down
,
218
if (
can_go_down
) {
Completed in 108 milliseconds