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 171 aura::Window* dst_container = NULL; local
178 dst_container = Shell::GetContainer(dst_root, container_id);
181 if (dst_container && window->parent() != dst_container) {
194 dst_container->AddChild(window);
  /external/chromium_org/ash/desktop_background/
desktop_background_controller.h 170 bool ReparentBackgroundWidgets(int src_container, int dst_container);
desktop_background_controller.cc 390 int dst_container) {
405 dst_container);
421 dst_container);
  /external/chromium_org/ash/
root_window_controller.cc 129 aura::Window* dst_container = Shell::GetContainer(dst, id); local
143 ReparentWindow(*iter, dst_container);
    [all...]

Completed in 1021 milliseconds