HomeSort by relevance Sort by last modified time
    Searched refs:check_starting_view (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ui/views/focus/
focus_search.h 58 // - |check_starting_view| is true if starting_view may obtain the next focus.
67 bool check_starting_view,
99 // |check_starting_view|, |can_go_up| and |can_go_down| controls the
103 bool check_starting_view,
112 bool check_starting_view,
focus_search.cc 21 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 &&
focus_manager.cc 283 bool check_starting_view = reverse; local
286 check_starting_view, &new_focus_traversable, &new_starting_view);
  /external/chromium_org/ash/shelf/
shelf_view.cc 235 bool check_starting_view,
    [all...]

Completed in 82 milliseconds