Searched defs:open_windows (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_window_tree_host_x11.cc178 std::vector<aura::Window*> windows(open_windows().size());
179 std::transform(open_windows().begin(),
180 open_windows().end(),
205 open_windows().remove(xwindow_);
206 open_windows().insert(open_windows().begin(), xwindow_);
349 open_windows().remove(xwindow_);
1102 open_windows().push_back(xwindow_);
1556 std::list<XID>& DesktopWindowTreeHostX11::open_windows() { function in class:views::DesktopWindowTreeHostX11
/external/chromium_org/ui/views/widget/
H A Dnative_widget_aura.cc1035 std::vector<aura::Window*> open_windows = local
1037 std::for_each(open_windows.begin(), open_windows.end(), CloseWindow);

Completed in 71 milliseconds