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

/external/chromium_org/ui/wm/core/
H A Dtransient_window_manager.h49 const Windows& transient_children() const { return transient_children_; } function in class:wm::TransientWindowManager
H A Dtransient_window_manager.cc177 Windows transient_children(transient_children_);
178 STLDeleteElements(&transient_children);
H A Dwindow_animations.cc91 const aura::Window::Windows& transient_children = local
100 if (std::find(transient_children.begin(),
101 transient_children.end(),
102 *iter) != transient_children.end()) {
H A Dwindow_util.cc105 return manager->transient_children();
/external/chromium_org/ash/display/
H A Dscreen_position_controller.cc41 aura::Window::Windows transient_children = local
43 for (aura::Window::Windows::iterator iter = transient_children.begin();
44 iter != transient_children.end(); ++iter) {
/external/chromium_org/ash/wm/overview/
H A Dscoped_transform_overview_window.cc69 aura::Window::Windows transient_children = local
71 for (aura::Window::Windows::iterator iter = transient_children.begin();
72 iter != transient_children.end(); ++iter) {
/external/chromium_org/ash/wm/
H A Dimmersive_fullscreen_controller.cc943 const std::vector<aura::Window*> transient_children = local
945 for (size_t i = 0; i < transient_children.size(); ++i) {
946 aura::Window* transient_child = transient_children[i];
H A Dwindow_positioner.cc117 aura::Window::Windows transient_children = local
119 for (aura::Window::Windows::iterator iter = transient_children.begin();
120 iter != transient_children.end(); ++iter) {
/external/chromium_org/ui/views/widget/
H A Dnative_widget_aura.cc1108 const aura::Window::Windows& transient_children = local
1110 for (aura::Window::Windows::const_iterator i = transient_children.begin();
1111 i != transient_children.end(); ++i) {

Completed in 585 milliseconds