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

  /external/chromium_org/ash/magnifier/
partial_magnification_controller.cc 103 aura::Window* new_root_window = GetCurrentRootWindow(); local
104 if (new_root_window != window)
105 SwitchTargetRootWindow(new_root_window);
190 aura::Window* new_root_window) {
192 new_root_window == zoom_widget_->GetNativeView()->GetRootWindow())
partial_magnification_controller.h 43 // Switch PartialMagnified RootWindow to |new_root_window|. This does
46 // - Create a magnifier in the new root_window |new_root_window|.
47 // - Switch the target window from current window to |new_root_window|.
48 void SwitchTargetRootWindow(aura::Window* new_root_window);
magnification_controller.cc 124 // Switch Magnified RootWindow to |new_root_window|. This does following:
126 // - Zoom the given new root_window |new_root_window|.
127 // - Switch the target window from current window to |new_root_window|.
128 void SwitchTargetRootWindow(aura::Window* new_root_window,
463 aura::Window* new_root_window,
465 DCHECK(new_root_window);
467 if (new_root_window == root_window_)
478 root_window_ = new_root_window;
  /external/chromium_org/ui/aura/
window.cc 1017 Window* new_root_window = new_parent ? new_parent->GetRootWindow() : NULL; local
    [all...]

Completed in 80 milliseconds