HomeSort by relevance Sort by last modified time
    Searched refs:src_container (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/ash/desktop_background/
desktop_background_widget_controller.h 36 // Move component from |src_container| in |root_window| to |dest_container|.
40 int src_container,
desktop_background_controller.h 137 bool ReparentBackgroundWidgets(int src_container, int dst_container);
desktop_background_widget_controller.cc 95 int src_container,
desktop_background_controller.cc 228 bool DesktopBackgroundController::ReparentBackgroundWidgets(int src_container,
243 src_container,
259 src_container,
  /external/chromium_org/ash/
root_window_controller.cc 168 aura::Window* src_container = Shell::GetContainer(src, id); local
170 while (!src_container->children().empty()) {
174 src_container->children().begin();
175 while (iter != src_container->children().end() &&
180 if (iter == src_container->children().end())
    [all...]

Completed in 279 milliseconds