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

  /external/chromium_org/ash/display/
mouse_cursor_event_filter.cc 261 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) {
    [all...]
screen_position_controller.cc 35 // 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);
  /external/chromium_org/ash/wm/panels/
panel_window_resizer.cc 73 aura::Window* dst_root = Shell::GetInstance()->display_controller()-> local
76 Shell::GetContainer(dst_root, kShellWindowId_PanelContainer);
  /external/chromium_org/remoting/host/installer/
build-installer-archive.py 74 def remapSrcFile(dst_root, src_roots, src_file):
78 appending to |dst_root|.
81 dst_root = '/output'
95 dst_root: Target directory where files are copied.
97 (if they match) before appending it to the |dst_root|.
100 Full path to destination file in |dst_root|.
115 dst_file = os.path.join(dst_root, src_file)

Completed in 252 milliseconds