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

  /external/chromium_org/chrome_frame/test/
win_event_receiver.h 117 OpenWindowList open_windows; member in struct:WindowWatchdog::ObserverEntry
  /external/chromium_org/ui/views/widget/
native_widget_aura.cc 1005 std::vector<aura::Window*> open_windows = local
    [all...]
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_root_window_host_x11.cc 164 std::vector<aura::Window*> windows(open_windows().size());
165 std::transform(open_windows().begin(),
166 open_windows().end(),
180 open_windows().remove(xwindow_);
181 open_windows().insert(open_windows().begin(), xwindow_);
318 open_windows().remove(xwindow_);
965 open_windows().push_back(xwindow_);
1183 std::list<XID>& DesktopRootWindowHostX11::open_windows() { function in class:views::DesktopRootWindowHostX11
    [all...]

Completed in 57 milliseconds