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 35 // Move all transient children to |dst_root|, including the ones in
39 aura::RootWindow* dst_root = Shell::GetInstance()->display_controller()-> local
47 aura::Window* container = Shell::GetContainer(dst_root, container_id);
166 aura::RootWindow* dst_root = local
169 DCHECK(dst_root);
171 if (dst_root != window->GetRootWindow()) {
181 dst_container = Shell::GetContainer(dst_root, container_id);
mouse_cursor_event_filter.cc 133 aura::RootWindow* dst_root = wm::GetRootWindowAt(point_in_dst_screen); local
138 dst_root != drag_source_root_ &&
143 wm::ConvertPointFromScreen(dst_root, &point_in_dst_screen);
145 if (dst_root->bounds().Contains(point_in_dst_screen)) {
146 DCHECK_NE(dst_root, root_at_point);
147 dst_root->MoveCursorTo(point_in_dst_screen);
  /external/chromium_org/ash/wm/panels/
panel_window_resizer.cc 81 aura::RootWindow* dst_root = Shell::GetInstance()->display_controller()-> local
84 dst_root, internal::kShellWindowId_PanelContainer);

Completed in 566 milliseconds