HomeSort by relevance Sort by last modified time
    Searched refs:dst_container (Results 1 - 4 of 4) 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/desktop_background/
desktop_background_controller.h 176 bool ReparentBackgroundWidgets(int src_container, int dst_container);
desktop_background_controller.cc 432 int dst_container) {
447 dst_container);
463 dst_container);
  /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 825 milliseconds