Home | History | Annotate | Download | only in focus

Lines Matching refs:FocusTraversable

224   FocusTraversable* focus_traversable = NULL;
257 // When you are going back, starting view's FocusTraversable
268 // Traverse the FocusTraversable tree down to find the focusable view.
273 // Let's go up in the FocusTraversable tree.
274 FocusTraversable* parent_focus_traversable =
278 FocusTraversable* new_focus_traversable = NULL;
289 // There is a FocusTraversable, traverse it down.
435 // FocusTraversable, starting at the specified view, traversing down the
436 // FocusTraversable hierarchy.
437 View* FocusManager::FindFocusableView(FocusTraversable* focus_traversable,
440 FocusTraversable* new_focus_traversable = NULL;
450 // Let's go down the FocusTraversable tree as much as we can.