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

  /external/chromium_org/ash/display/
screen_position_controller.cc 34 // Move all transient children to |dst_root|, including the ones in
38 aura::Window* dst_root = Shell::GetInstance()->display_controller()-> local
46 aura::Window* container = Shell::GetContainer(dst_root, container_id);
167 aura::Window* dst_root = local
170 DCHECK(dst_root);
172 if (dst_root != window->GetRootWindow()) {
178 dst_container = Shell::GetContainer(dst_root, container_id);
mouse_cursor_event_filter.cc 152 aura::Window* dst_root = wm::GetRootWindowAt(point_in_dst_screen); local
157 dst_root != drag_source_root_ &&
162 wm::ConvertPointFromScreen(dst_root, &point_in_dst_screen);
164 if (dst_root->bounds().Contains(point_in_dst_screen)) {
165 DCHECK_NE(dst_root, root_at_point);
167 dst_root->MoveCursorTo(point_in_dst_screen);
  /external/chromium_org/ash/wm/panels/
panel_window_resizer.cc 80 aura::Window* dst_root = Shell::GetInstance()->display_controller()-> local
83 dst_root, internal::kShellWindowId_PanelContainer);

Completed in 319 milliseconds