Searched refs:src_container (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/ash/desktop_background/
H A Ddesktop_background_widget_controller.cc104 int src_container,
112 root_window->GetChildById(src_container)->layer()->Remove(layer);
103 Reparent(aura::RootWindow* root_window, int src_container, int dest_container) argument
H A Ddesktop_background_widget_controller.h39 // Move component from |src_container| in |root_window| to |dest_container|.
43 int src_container,
H A Ddesktop_background_controller.h176 bool ReparentBackgroundWidgets(int src_container, int dst_container);
H A Ddesktop_background_controller.cc431 bool DesktopBackgroundController::ReparentBackgroundWidgets(int src_container, argument
446 src_container,
462 src_container,
/external/chromium_org/ash/
H A Droot_window_controller.cc113 aura::Window* src_container = Shell::GetContainer(src, id); local
115 while (!src_container->children().empty()) {
119 src_container->children().begin();
120 while (iter != src_container->children().end() &&
126 if (iter == src_container->children().end())

Completed in 226 milliseconds