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

  /external/chromium_org/ash/magnifier/
partial_magnification_controller.h 47 // Switch PartialMagnified RootWindow to |new_root_window|. This does
50 // - Create a magnifier in the new root_window |new_root_window|.
51 // - Switch the target window from current window to |new_root_window|.
52 void SwitchTargetRootWindow(aura::RootWindow* new_root_window);
partial_magnification_controller.cc 102 aura::RootWindow* new_root_window = GetCurrentRootWindow(); local
103 if (new_root_window != window)
104 SwitchTargetRootWindow(new_root_window);
188 aura::RootWindow* new_root_window) {
190 new_root_window == zoom_widget_->GetNativeView()->GetRootWindow())
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::RootWindow* new_root_window,
478 aura::RootWindow* 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 835 RootWindow* new_root_window = new_parent ? new_parent->GetRootWindow() : NULL; local
836 if (root_window && root_window != new_root_window) {
837 root_window->OnWindowRemovedFromRootWindow(child, new_root_window);
    [all...]

Completed in 76 milliseconds