Searched refs:target_root_window (Results 1 – 2 of 2) sorted by relevance
444 aura::Window* target_root_window = Shell::GetTargetRootWindow(); in OnWindowDestroying() local445 CHECK(target_root_window); in OnWindowDestroying()448 CHECK_NE(target_root_window, root_window); in OnWindowDestroying()450 SwitchTargetRootWindow(target_root_window, false); in OnWindowDestroying()451 point_of_interest_ = target_root_window->bounds().CenterPoint(); in OnWindowDestroying()
226 void set_target_root_window(aura::Window* target_root_window) { in set_target_root_window() argument227 target_root_window_ = target_root_window; in set_target_root_window()