Home
last modified time | relevance | path

Searched refs:transient_children (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/ash/display/
Dscreen_position_controller.cc41 aura::Window::Windows transient_children = in MoveAllTransientChildrenToNewRoot() local
43 for (aura::Window::Windows::iterator iter = transient_children.begin(); in MoveAllTransientChildrenToNewRoot()
44 iter != transient_children.end(); ++iter) { in MoveAllTransientChildrenToNewRoot()
/external/chromium_org/ash/wm/overview/
Dscoped_transform_overview_window.cc69 aura::Window::Windows transient_children = in SetTransformOnWindowAndAllTransientChildren() local
71 for (aura::Window::Windows::iterator iter = transient_children.begin(); in SetTransformOnWindowAndAllTransientChildren()
72 iter != transient_children.end(); ++iter) { in SetTransformOnWindowAndAllTransientChildren()
/external/chromium_org/ui/wm/core/
Dtransient_window_manager.cc177 Windows transient_children(transient_children_); in OnWindowDestroying() local
178 STLDeleteElements(&transient_children); in OnWindowDestroying()
Dtransient_window_manager.h49 const Windows& transient_children() const { return transient_children_; } in transient_children() function
Dwindow_animations.cc89 const aura::Window::Windows& transient_children = in DetachAndRecreateLayers() local
98 if (std::find(transient_children.begin(), in DetachAndRecreateLayers()
99 transient_children.end(), in DetachAndRecreateLayers()
100 *iter) != transient_children.end()) { in DetachAndRecreateLayers()
Dwindow_util.cc106 return manager->transient_children(); in GetTransientChildren()
/external/chromium_org/ash/wm/
Dwindow_positioner.cc119 aura::Window::Windows transient_children = in SetBoundsAndOffsetTransientChildren() local
121 for (aura::Window::Windows::iterator iter = transient_children.begin(); in SetBoundsAndOffsetTransientChildren()
122 iter != transient_children.end(); ++iter) { in SetBoundsAndOffsetTransientChildren()
Dimmersive_fullscreen_controller.cc943 const std::vector<aura::Window*> transient_children = in RecreateBubbleManager() local
945 for (size_t i = 0; i < transient_children.size(); ++i) { in RecreateBubbleManager()
946 aura::Window* transient_child = transient_children[i]; in RecreateBubbleManager()
/external/chromium_org/ui/views/widget/
Dnative_widget_aura.cc1085 const aura::Window::Windows& transient_children = in GetAllOwnedWidgets() local
1087 for (aura::Window::Windows::const_iterator i = transient_children.begin(); in GetAllOwnedWidgets()
1088 i != transient_children.end(); ++i) { in GetAllOwnedWidgets()