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

  /external/chromium_org/ash/display/
screen_position_controller.cc 170 aura::Window* dst_container = NULL; local
181 dst_container = Shell::GetContainer(dst_root, container_id);
184 if (dst_container && window->parent() != dst_container) {
197 dst_container->AddChild(window);
  /external/chromium_org/ash/
root_window_controller.cc 114 aura::Window* dst_container = Shell::GetContainer(dst, id); local
128 ReparentWindow(*iter, dst_container);

Completed in 1370 milliseconds