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

  /external/chromium_org/ash/wm/
stacking_controller.cc 68 aura::Window* target_root = NULL; local
72 target_root = transient_parent->GetRootWindow();
74 target_root = FindContainerRoot(bounds);
81 return GetSystemModalContainer(target_root, window);
85 return GetAlwaysOnTopController(target_root)->GetContainer(window);
87 return GetContainerById(target_root,
91 return GetContainerById(target_root, kShellWindowId_PanelContainer);
93 return GetAlwaysOnTopController(target_root)->GetContainer(window);
95 return GetContainerById(target_root, kShellWindowId_MenuContainer);
97 return GetContainerById(target_root,
    [all...]
window_util.cc 140 aura::Window* target_root =
142 if (!target_root || target_root == window->GetRootWindow())
145 ash::Shell::GetContainer(target_root, window->parent()->id());
drag_window_resizer_unittest.cc 124 bool WarpMouseCursorIfNecessary(aura::Window* target_root,
129 target_root, point_in_screen);
  /external/chromium_org/ash/wm/overview/
scoped_window_copy.h 26 ScopedWindowCopy(aura::Window* target_root, aura::Window* src_window);
scoped_window_copy.cc 24 // Creates a copy of |window| with |recreated_layer| in the |target_root|.
25 views::Widget* CreateCopyOfWindow(aura::Window* target_root,
49 Shell::GetScreen()->GetDisplayNearestWindow(target_root);
159 ScopedWindowCopy::ScopedWindowCopy(aura::Window* target_root,
163 widget_ = CreateCopyOfWindow(target_root, src_window, layer_owner->root());
scoped_transform_overview_window.h 86 // root window |target_root|.
87 void CopyWindowAndTransientParents(aura::Window* target_root,
scoped_transform_overview_window.cc 231 aura::Window* target_root,
235 CopyWindowAndTransientParents(target_root, modal_parent);
236 window_copies_.push_back(new ScopedWindowCopy(target_root, window));
  /external/chromium_org/ash/display/
mouse_cursor_event_filter.h 82 bool WarpMouseCursorInScreenCoords(aura::Window* target_root,
100 bool WarpMouseCursorIfNecessaryForTest(aura::Window* target_root,
mouse_cursor_event_filter_unittest.cc 29 bool WarpMouseCursorIfNecessary(aura::Window* target_root,
32 target_root, point_in_screen);
39 aura::Window* target_root,
47 target_root, point_in_screen);
mouse_cursor_event_filter.cc 288 aura::Window* target_root,
468 aura::Window* target_root,
471 return WarpMouseCursorInScreenCoords(target_root, point_in_screen);
473 wm::ConvertPointFromScreen(target_root, &native);
474 target_root->GetHost()->ConvertPointToNativeScreen(&native);
  /external/chromium_org/ash/wm/panels/
panel_window_resizer.cc 185 aura::Window* target_root = target->GetRootWindow(); local
188 target, target_root, target_root->GetBoundsInScreen());
201 aura::Window* target_root = target->GetRootWindow(); local
204 target, target_root, gfx::Rect(last_location_, gfx::Size()));
  /external/chromium_org/ash/system/tray/
tray_background_view.cc 573 aura::Window* target_root = anchor_widget ? local
576 rect = target_root->bounds();
585 rect = ScreenUtil::ConvertRectToScreen(target_root, rect);
591 rect = ScreenUtil::ConvertRectToScreen(target_root, rect);
597 rect = ScreenUtil::ConvertRectToScreen(target_root, rect);

Completed in 891 milliseconds