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.cc281 FocusTraversable* new_focus_traversable = NULL; in GetNextFocusableView() local
287 check_starting_view, &new_focus_traversable, &new_starting_view); in GetNextFocusableView()
289 if (new_focus_traversable) { in GetNextFocusableView()
293 v = FindFocusableView(new_focus_traversable, NULL, reverse); in GetNextFocusableView()
446 FocusTraversable* new_focus_traversable = NULL; in FindFocusableView() local
453 &new_focus_traversable, in FindFocusableView()
457 while (new_focus_traversable) { in FindFocusableView()
459 focus_traversable = new_focus_traversable; in FindFocusableView()
460 new_focus_traversable = NULL; in FindFocusableView()
467 &new_focus_traversable, in FindFocusableView()