/external/chromium_org/ash/wm/ |
D | stacking_controller.cc | 68 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()
|
D | window_util.cc | 115 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()
|
D | drag_window_resizer_unittest.cc | 130 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/ |
D | phantom_window_controller.cc | 107 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/ |
D | scoped_window_copy.cc | 24 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()
|
D | scoped_transform_overview_window.cc | 227 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()
|
D | scoped_window_copy.h | 31 ScopedWindowCopy(aura::Window* target_root, aura::Window* src_window);
|
D | scoped_transform_overview_window.h | 85 void CopyWindowAndTransientParents(aura::Window* target_root,
|
/external/chromium_org/ash/wm/panels/ |
D | panel_window_resizer.cc | 200 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/ |
D | mouse_cursor_event_filter_unittest.cc | 30 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()
|
D | mouse_cursor_event_filter.h | 73 bool WarpMouseCursorIfNecessary(aura::Window* target_root,
|
D | mouse_cursor_event_filter.cc | 103 aura::Window* target_root, in WarpMouseCursorIfNecessary() argument
|
/external/chromium_org/ash/system/tray/ |
D | tray_background_view.cc | 574 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()
|