Home
last modified time | relevance | path

Searched refs:dst_container (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/ash/display/
Dscreen_position_controller.cc169 aura::Window* dst_container = NULL; in SetBounds() local
176 dst_container = Shell::GetContainer(dst_root, container_id); in SetBounds()
179 if (dst_container && window->parent() != dst_container) { in SetBounds()
201 dst_container->AddChild(window); in SetBounds()
/external/chromium_org/ash/desktop_background/
Ddesktop_background_controller.cc229 int dst_container) { in ReparentBackgroundWidgets() argument
244 dst_container); in ReparentBackgroundWidgets()
260 dst_container); in ReparentBackgroundWidgets()
Ddesktop_background_controller.h137 bool ReparentBackgroundWidgets(int src_container, int dst_container);
/external/chromium_org/ash/
Droot_window_controller.cc168 aura::Window* dst_container = Shell::GetContainer(dst, id); in ReparentAllWindows() local
181 ReparentWindow(*iter, dst_container); in ReparentAllWindows()