Searched refs:next_focusable (Results 1 – 2 of 2) sorted by relevance
53 const View* next_focusable = view->GetNextFocusableView(); in PrintFocusHierarchyImp() local54 if (next_focusable) in PrintFocusHierarchyImp()55 PrintFocusHierarchyImp(next_focusable, indent, out); in PrintFocusHierarchyImp()
231 View* next_focusable = view->next_focusable_view_; in ReorderChildView() local234 prev_focusable->next_focusable_view_ = next_focusable; in ReorderChildView()235 if (next_focusable) in ReorderChildView()236 next_focusable->previous_focusable_view_ = prev_focusable; in ReorderChildView()1790 View* next_focusable = view->next_focusable_view_; in DoRemoveChildView() local1793 prev_focusable->next_focusable_view_ = next_focusable; in DoRemoveChildView()1794 if (next_focusable) in DoRemoveChildView()1795 next_focusable->previous_focusable_view_ = prev_focusable; in DoRemoveChildView()