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

  /external/chromium_org/ash/magnifier/
magnification_controller.cc 444 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/
shell.h 226 void set_target_root_window(aura::Window* target_root_window) {
227 target_root_window_ = target_root_window;

Completed in 52 milliseconds