Home
last modified time | relevance | path

Searched refs:new_focus_traversable (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/ui/views/focus/
Dfocus_manager.cc280 FocusTraversable* new_focus_traversable = NULL; in GetNextFocusableView() local
286 check_starting_view, &new_focus_traversable, &new_starting_view); in GetNextFocusableView()
288 if (new_focus_traversable) { in GetNextFocusableView()
292 v = FindFocusableView(new_focus_traversable, NULL, reverse); in GetNextFocusableView()
509 FocusTraversable* new_focus_traversable = NULL; in FindFocusableView() local
516 &new_focus_traversable, in FindFocusableView()
520 while (new_focus_traversable) { in FindFocusableView()
522 focus_traversable = new_focus_traversable; in FindFocusableView()
523 new_focus_traversable = NULL; in FindFocusableView()
530 &new_focus_traversable, in FindFocusableView()