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

/external/chromium_org/ash/magnifier/
H A Dmagnification_controller.cc444 aura::Window* target_root_window = Shell::GetTargetRootWindow(); local
445 CHECK(target_root_window);
448 CHECK_NE(target_root_window, root_window);
450 SwitchTargetRootWindow(target_root_window, false);
451 point_of_interest_ = target_root_window->bounds().CenterPoint();
/external/chromium_org/ash/
H A Dshell.h226 void set_target_root_window(aura::Window* target_root_window) { argument
227 target_root_window_ = target_root_window;

Completed in 84 milliseconds