Searched defs:dst_root (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ash/display/
H A Dscreen_position_controller.cc35 // Move all transient children to |dst_root|, including the ones in
39 aura::Window* dst_root = Shell::GetInstance()->display_controller()-> local
48 aura::Window* container = Shell::GetContainer(dst_root, container_id);
170 aura::Window* dst_root = local
173 DCHECK(dst_root);
175 if (dst_root != window->GetRootWindow()) {
181 dst_container = Shell::GetContainer(dst_root, container_id);
H A Dmouse_cursor_event_filter.cc261 aura::Window* dst_root = NULL; local
262 GetSrcAndDstRootWindows(&src_root, &dst_root);
265 MoveCursorTo(dst_root, point_in_screen);
301 aura::Window* dst_root = NULL; local
302 GetSrcAndDstRootWindows(&src_root, &dst_root);
307 CreateHorizontalEdgeBoundsInNative(dst_root, dst_indicator_bounds_);
363 aura::Window* dst_root = NULL; local
364 GetSrcAndDstRootWindows(&src_root, &dst_root);
370 CreateVerticalEdgeBoundsInNative(dst_root, dst_indicator_bounds_);
374 aura::Window** dst_root) {
373 GetSrcAndDstRootWindows(aura::Window** src_root, aura::Window** dst_root) argument
[all...]
/external/chromium_org/ash/wm/panels/
H A Dpanel_window_resizer.cc73 aura::Window* dst_root = Shell::GetInstance()->display_controller()-> local
76 Shell::GetContainer(dst_root, kShellWindowId_PanelContainer);

Completed in 458 milliseconds