desktop_window_tree_host_x11.cc | 179 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_); 1467 std::list<XID>& DesktopWindowTreeHostX11::open_windows() { function in class:views::DesktopWindowTreeHostX11 [all...] |