Home
last modified time | relevance | path

Searched refs:target_root (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/ash/wm/
Dstacking_controller.cc68 aura::Window* target_root = NULL; in GetDefaultParent() local
71 target_root = window->transient_parent()->GetRootWindow(); in GetDefaultParent()
73 target_root = FindContainerRoot(bounds); in GetDefaultParent()
80 return GetSystemModalContainer(target_root, window); in GetDefaultParent()
84 return GetAlwaysOnTopController(target_root)->GetContainer(window); in GetDefaultParent()
87 target_root, internal::kShellWindowId_UnparentedControlContainer); in GetDefaultParent()
90 return GetContainerById(target_root, in GetDefaultParent()
93 return GetAlwaysOnTopController(target_root)->GetContainer(window); in GetDefaultParent()
96 target_root, internal::kShellWindowId_MenuContainer); in GetDefaultParent()
99 target_root, internal::kShellWindowId_DragImageAndTooltipContainer); in GetDefaultParent()
Dwindow_util.cc115 aura::Window* target_root = in MoveWindowToEventRoot() local
117 if (!target_root || target_root == window->GetRootWindow()) in MoveWindowToEventRoot()
120 ash::Shell::GetContainer(target_root, window->parent()->id()); in MoveWindowToEventRoot()
Ddrag_window_resizer_unittest.cc130 bool WarpMouseCursorIfNecessary(aura::Window* target_root, in WarpMouseCursorIfNecessary() argument
134 bool is_warped = event_filter->WarpMouseCursorIfNecessary(target_root, in WarpMouseCursorIfNecessary()
/external/chromium_org/ash/wm/workspace/
Dphantom_window_controller.cc107 aura::Window* target_root = wm::GetRootWindowMatching(bounds_in_screen); in Show() local
115 phantom_widget_->GetNativeWindow()->GetRootWindow() != target_root) { in Show()
120 phantom_widget_ = CreatePhantomWidget(target_root, start_bounds_); in Show()
126 if (start_root == target_root) { in Show()
129 if (root_windows[i] != target_root && in Show()
138 || start_root == target_root)) { in Show()
142 if (!phantom_widget_start_ && start_root != target_root) in Show()
/external/chromium_org/ash/wm/overview/
Dscoped_window_copy.cc24 views::Widget* CreateCopyOfWindow(aura::Window* target_root, in CreateCopyOfWindow() argument
49 Shell::GetScreen()->GetDisplayNearestWindow(target_root); in CreateCopyOfWindow()
161 ScopedWindowCopy::ScopedWindowCopy(aura::Window* target_root, in ScopedWindowCopy() argument
164 widget_ = CreateCopyOfWindow(target_root, src_window, layer_); in ScopedWindowCopy()
Dscoped_transform_overview_window.cc227 aura::Window* target_root, in CopyWindowAndTransientParents() argument
231 CopyWindowAndTransientParents(target_root, modal_parent); in CopyWindowAndTransientParents()
232 window_copies_.push_back(new ScopedWindowCopy(target_root, window)); in CopyWindowAndTransientParents()
Dscoped_window_copy.h31 ScopedWindowCopy(aura::Window* target_root, aura::Window* src_window);
Dscoped_transform_overview_window.h85 void CopyWindowAndTransientParents(aura::Window* target_root,
/external/chromium_org/ash/wm/panels/
Dpanel_window_resizer.cc200 aura::Window* target_root = target->GetRootWindow(); in StartedDragging() local
203 target, target_root, target_root->GetBoundsInScreen()); in StartedDragging()
218 aura::Window* target_root = target->GetRootWindow(); in FinishDragging() local
221 target, target_root, gfx::Rect(last_location_, gfx::Size())); in FinishDragging()
/external/chromium_org/ash/display/
Dmouse_cursor_event_filter_unittest.cc30 bool WarpMouseCursorIfNecessary(aura::Window* target_root, in WarpMouseCursorIfNecessary() argument
33 target_root, point_in_screen); in WarpMouseCursorIfNecessary()
40 aura::Window* target_root, in WarpMouseCursorIfNecessaryWithDragRoot() argument
48 target_root, point_in_screen); in WarpMouseCursorIfNecessaryWithDragRoot()
Dmouse_cursor_event_filter.h73 bool WarpMouseCursorIfNecessary(aura::Window* target_root,
Dmouse_cursor_event_filter.cc103 aura::Window* target_root, in WarpMouseCursorIfNecessary() argument
/external/chromium_org/ash/system/tray/
Dtray_background_view.cc574 aura::Window* target_root = anchor_widget ? in GetBubbleAnchorRect() local
577 rect = target_root->bounds(); in GetBubbleAnchorRect()
583 rect = ScreenAsh::ConvertRectToScreen(target_root, rect); in GetBubbleAnchorRect()