Searched defs:target_root (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/ash/display/
H A Dmouse_cursor_event_filter_unittest.cc29 bool WarpMouseCursorIfNecessary(aura::Window* target_root, argument
32 target_root, point_in_screen);
39 aura::Window* target_root,
47 target_root, point_in_screen);
37 WarpMouseCursorIfNecessaryWithDragRoot( aura::Window* drag_source_root, aura::Window* target_root, gfx::Point point_in_screen) argument
H A Dmouse_cursor_event_filter.cc382 aura::Window* target_root,
385 ::wm::ConvertPointFromScreen(target_root, &native);
386 target_root->GetHost()->ConvertPointToNativeScreen(&native);
381 WarpMouseCursorIfNecessaryForTest( aura::Window* target_root, const gfx::Point& point_in_screen) argument
/external/chromium_org/ash/wm/
H A Dstacking_controller.cc68 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...]
H A Ddrag_window_resizer_unittest.cc124 bool WarpMouseCursorIfNecessary(aura::Window* target_root, argument
129 target_root, point_in_screen);
/external/chromium_org/ash/wm/overview/
H A Dscoped_window_copy.cc24 // Creates a copy of |window| with |recreated_layer| in the |target_root|.
25 views::Widget* CreateCopyOfWindow(aura::Window* target_root, argument
49 Shell::GetScreen()->GetDisplayNearestWindow(target_root);
159 ScopedWindowCopy::ScopedWindowCopy(aura::Window* target_root, argument
163 widget_ = CreateCopyOfWindow(target_root, src_window, layer_owner->root());
H A Dscoped_transform_overview_window.cc234 aura::Window* target_root,
238 CopyWindowAndTransientParents(target_root, modal_parent);
239 window_copies_.push_back(new ScopedWindowCopy(target_root, window));
233 CopyWindowAndTransientParents( aura::Window* target_root, aura::Window* window) argument
/external/chromium_org/ash/wm/panels/
H A Dpanel_window_resizer.cc185 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/
H A Dtray_background_view.cc593 aura::Window* target_root = anchor_widget ? local
596 rect = target_root->bounds();
605 rect = ScreenUtil::ConvertRectToScreen(target_root, rect);
611 rect = ScreenUtil::ConvertRectToScreen(target_root, rect);
617 rect = ScreenUtil::ConvertRectToScreen(target_root, rect);

Completed in 1362 milliseconds