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 102 aura::Window* new_root_window = GetCurrentRootWindow(); local
103 if (new_root_window != window)
104 SwitchTargetRootWindow(new_root_window);
188 aura::Window* new_root_window) {
190 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 126 // Switch Magnified RootWindow to |new_root_window|. This does following:
128 // - Zoom the given new root_window |new_root_window|.
129 // - Switch the target window from current window to |new_root_window|.
130 void SwitchTargetRootWindow(aura::Window* new_root_window,
478 aura::Window* new_root_window,
480 DCHECK(new_root_window);
482 if (new_root_window == root_window_)
493 root_window_ = new_root_window;
  /external/chromium_org/ui/aura/
window.cc 1085 Window* new_root_window = new_parent ? new_parent->GetRootWindow() : NULL; local
    [all...]

Completed in 33 milliseconds