Searched refs:starting_view (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/ui/views/focus/ |
D | focus_search.cc | 18 View* FocusSearch::FindNextFocusableView(View* starting_view, in FindNextFocusableView() argument 33 View* initial_starting_view = starting_view; in FindNextFocusableView() 35 if (starting_view) in FindNextFocusableView() 36 starting_view_group = starting_view->GetGroup(); in FindNextFocusableView() 38 if (!starting_view) { in FindNextFocusableView() 40 starting_view = reverse ? root_->child_at(root_->child_count() - 1) : in FindNextFocusableView() 47 DCHECK(Contains(root_, starting_view)); in FindNextFocusableView() 52 v = FindNextFocusableViewImpl(starting_view, check_starting_view, in FindNextFocusableView() 61 bool can_go_down = (direction == DOWN) && !IsFocusable(starting_view); in FindNextFocusableView() 62 v = FindPreviousFocusableViewImpl(starting_view, check_starting_view, in FindNextFocusableView() [all …]
|
D | focus_manager.cc | 231 View* starting_view = NULL; in GetNextFocusableView() local 240 starting_view = original_starting_view; in GetNextFocusableView() 256 starting_view = original_starting_view; in GetNextFocusableView() 263 starting_view = original_starting_view; in GetNextFocusableView() 272 View* v = FindFocusableView(focus_traversable, starting_view, reverse); in GetNextFocusableView() 279 starting_view = focus_traversable->GetFocusTraversableParentView(); in GetNextFocusableView() 286 starting_view, reverse, FocusSearch::UP, in GetNextFocusableView() 299 starting_view = focus_traversable->GetFocusTraversableParentView(); in GetNextFocusableView() 444 View* starting_view, in FindFocusableView() argument 449 starting_view, in FindFocusableView() [all …]
|
D | focus_search.h | 64 virtual View* FindNextFocusableView(View* starting_view, 102 View* FindNextFocusableViewImpl(View* starting_view, 111 View* FindPreviousFocusableViewImpl(View* starting_view,
|
D | focus_manager.h | 317 View* GetNextFocusableView(View* starting_view, 328 View* starting_view,
|
/external/chromium_org/ash/shelf/ |
D | shelf_view.cc | 217 View* starting_view, in FindNextFocusableView() argument 223 int index = view_model_->GetIndexOfView(starting_view); in FindNextFocusableView()
|