Searched refs:dst_container (Results 1 – 4 of 4) sorted by relevance
169 aura::Window* dst_container = NULL; in SetBounds() local176 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()
229 int dst_container) { in ReparentBackgroundWidgets() argument244 dst_container); in ReparentBackgroundWidgets()260 dst_container); in ReparentBackgroundWidgets()
137 bool ReparentBackgroundWidgets(int src_container, int dst_container);
168 aura::Window* dst_container = Shell::GetContainer(dst, id); in ReparentAllWindows() local181 ReparentWindow(*iter, dst_container); in ReparentAllWindows()