Home
last modified time | relevance | path

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

/external/chromium_org/ash/magnifier/
Dmagnification_controller.cc444 aura::Window* target_root_window = Shell::GetTargetRootWindow(); in OnWindowDestroying() local
445 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()
/external/chromium_org/ash/
Dshell.h226 void set_target_root_window(aura::Window* target_root_window) { in set_target_root_window() argument
227 target_root_window_ = target_root_window; in set_target_root_window()