Home
last modified time | relevance | path

Searched refs:RootWindowSet (Results 1 – 2 of 2) sorted by relevance

/third_party/cef/tests/cefclient/browser/
Droot_window_manager.h118 typedef std::set<scoped_refptr<RootWindow>> RootWindowSet; typedef
119 RootWindowSet root_windows_;
Droot_window_manager.cc236 RootWindowSet root_windows = root_windows_; in CloseAllWindows()
358 RootWindowSet::iterator it = root_windows_.find(root_window); in OnRootWindowDestroyed()