Searched defs:next_activatable (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/wm/core/
H A Dfocus_controller.cc344 aura::Window* next_activatable = rules_->GetNextActivatableWindow(window); local
345 SetActiveWindow(NULL, next_activatable);
347 SetFocusedWindow(next_activatable);
H A Dfocus_controller_unittest.cc368 aura::Window* next_activatable = variable
370 return CanFocusOrActivate(next_activatable) ?
371 next_activatable : GetActivatableWindow(focus_restriction_);
933 aura::Window* next_activatable = variable
935 ui::test::EventGenerator generator(root_window(), next_activatable); variable
958 aura::Window* next_activatable = variable
960 ui::test::EventGenerator generator(root_window(), next_activatable); variable

Completed in 58 milliseconds