Searched defs:check_starting_view (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/views/focus/
H A Dfocus_search.cc21 bool check_starting_view,
44 check_starting_view = true;
52 v = FindNextFocusableViewImpl(starting_view, check_starting_view,
62 v = FindPreviousFocusableViewImpl(starting_view, check_starting_view,
76 v = FindNextFocusableView(NULL, reverse, direction, check_starting_view,
138 bool check_starting_view,
144 if (check_starting_view) {
211 bool check_starting_view,
241 if (check_starting_view &&
18 FindNextFocusableView(View* starting_view, bool reverse, Direction direction, bool check_starting_view, FocusTraversable** focus_traversable, View** focus_traversable_view) argument
136 FindNextFocusableViewImpl( View* starting_view, bool check_starting_view, bool can_go_up, bool can_go_down, int skip_group_id, FocusTraversable** focus_traversable, View** focus_traversable_view) argument
209 FindPreviousFocusableViewImpl( View* starting_view, bool check_starting_view, bool can_go_up, bool can_go_down, int skip_group_id, FocusTraversable** focus_traversable, View** focus_traversable_view) argument
H A Dfocus_manager.cc284 bool check_starting_view = reverse; local
287 check_starting_view, &new_focus_traversable, &new_starting_view);

Completed in 2600 milliseconds