Searched refs:open_windows (Results 1 – 5 of 5) sorted by relevance
118 std::vector<Shell*> open_windows(windows_); in CloseAllWindows() local119 for (size_t i = 0; i < open_windows.size(); ++i) in CloseAllWindows()120 open_windows[i]->Close(); in CloseAllWindows()
649 std::vector<Shell*> open_windows(Shell::windows()); in OnCloseRemainingWindows() local650 for (size_t i = 0; i < open_windows.size(); ++i) { in OnCloseRemainingWindows()651 if (open_windows[i] != main_window_) in OnCloseRemainingWindows()652 open_windows[i]->Close(); in OnCloseRemainingWindows()
179 std::vector<aura::Window*> windows(open_windows().size()); in GetAllOpenWindows()180 std::transform(open_windows().begin(), in GetAllOpenWindows()181 open_windows().end(), in GetAllOpenWindows()206 open_windows().remove(xwindow_); in HandleNativeWidgetActivationChanged()207 open_windows().insert(open_windows().begin(), xwindow_); in HandleNativeWidgetActivationChanged()347 open_windows().remove(xwindow_); in CloseNow()1063 open_windows().push_back(xwindow_); in InitX11Window()1467 std::list<XID>& DesktopWindowTreeHostX11::open_windows() { in open_windows() function in views::DesktopWindowTreeHostX11
223 static std::list<XID>& open_windows();
1012 std::vector<aura::Window*> open_windows = in CloseAllSecondaryWidgets() local1014 std::for_each(open_windows.begin(), open_windows.end(), CloseWindow); in CloseAllSecondaryWidgets()