open_windows 119 content/shell/browser/shell.cc std::vector<Shell*> open_windows(windows_); open_windows 120 content/shell/browser/shell.cc for (size_t i = 0; i < open_windows.size(); ++i) open_windows 121 content/shell/browser/shell.cc open_windows[i]->Close(); open_windows 643 content/shell/browser/webkit_test_controller.cc std::vector<Shell*> open_windows(Shell::windows()); open_windows 644 content/shell/browser/webkit_test_controller.cc for (size_t i = 0; i < open_windows.size(); ++i) { open_windows 645 content/shell/browser/webkit_test_controller.cc if (open_windows[i] != main_window_) open_windows 646 content/shell/browser/webkit_test_controller.cc open_windows[i]->Close(); open_windows 167 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc std::vector<aura::Window*> windows(open_windows().size()); open_windows 168 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc std::transform(open_windows().begin(), open_windows 169 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc open_windows().end(), open_windows 184 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc open_windows().remove(xwindow_); open_windows 185 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc open_windows().insert(open_windows().begin(), xwindow_); open_windows 312 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc open_windows().remove(xwindow_); open_windows 980 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc open_windows().push_back(xwindow_); open_windows 201 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.h static std::list<XID>& open_windows(); open_windows 1002 ui/views/widget/native_widget_aura.cc std::vector<aura::Window*> open_windows = open_windows 1004 ui/views/widget/native_widget_aura.cc std::for_each(open_windows.begin(), open_windows.end(), CloseWindow);