HomeSort by relevance Sort by last modified time
    Searched refs:next_activatable (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/wm/core/
focus_controller.cc 350 aura::Window* next_activatable = rules_->GetNextActivatableWindow(window); local
351 SetActiveWindow(NULL, next_activatable);
353 SetFocusedWindow(next_activatable);
focus_controller_unittest.cc 368 aura::Window* next_activatable = variable
370 return CanFocusOrActivate(next_activatable) ?
371 next_activatable : GetActivatableWindow(focus_restriction_);
933 aura::Window* next_activatable = variable
935 aura::test::EventGenerator generator(root_window(), next_activatable); variable
958 aura::Window* next_activatable = variable
960 aura::test::EventGenerator generator(root_window(), next_activatable); variable
    [all...]

Completed in 125 milliseconds