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 169 aura::Window* dst_container = NULL; local
176 dst_container = Shell::GetContainer(dst_root, container_id);
179 if (dst_container && window->parent() != dst_container) {
201 dst_container->AddChild(window);
  /external/chromium_org/ash/
root_window_controller.cc 168 aura::Window* dst_container = Shell::GetContainer(dst, id); local
181 ReparentWindow(*iter, dst_container);
    [all...]

Completed in 106 milliseconds