HomeSort by relevance Sort by last modified time
    Searched refs:open_windows (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/content/shell/browser/
shell.cc 118 std::vector<Shell*> open_windows(windows_);
119 for (size_t i = 0; i < open_windows.size(); ++i)
120 open_windows[i]->Close();
webkit_test_controller.cc 649 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/
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...]
desktop_window_tree_host_x11.h 223 static std::list<XID>& open_windows();
  /external/chromium_org/ui/views/widget/
native_widget_aura.cc 1012 std::vector<aura::Window*> open_windows = local
    [all...]

Completed in 1104 milliseconds