Searched refs:open_windows (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/content/shell/browser/
H A Dshell.cc118 std::vector<Shell*> open_windows(windows_);
119 for (size_t i = 0; i < open_windows.size(); ++i)
120 open_windows[i]->Close();
H A Dwebkit_test_controller.cc649 std::vector<Shell*> open_windows(Shell::windows());
650 for (size_t i = 0; i < open_windows.size(); ++i) {
651 if (open_windows[i] != main_window_)
652 open_windows[i]->Close();
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_window_tree_host_x11.cc179 std::vector<aura::Window*> windows(open_windows().size());
180 std::transform(open_windows().begin(),
181 open_windows().end(),
206 open_windows().remove(xwindow_);
207 open_windows().insert(open_windows().begin(), xwindow_);
347 open_windows().remove(xwindow_);
1063 open_windows().push_back(xwindow_);
1467 std::list<XID>& DesktopWindowTreeHostX11::open_windows() { function in class:views::DesktopWindowTreeHostX11
H A Ddesktop_window_tree_host_x11.h223 static std::list<XID>& open_windows();
/external/chromium_org/ui/views/widget/
H A Dnative_widget_aura.cc1012 std::vector<aura::Window*> open_windows = local
1014 std::for_each(open_windows.begin(), open_windows.end(), CloseWindow);

Completed in 326 milliseconds