Searched refs:root_windows_ (Results 1 – 2 of 2) sorted by relevance
106 DCHECK(root_windows_.empty()); in ~RootWindowManager()183 for (auto root_window : root_windows_) { in HasRootWindowAsExtension()205 for (auto root_window : root_windows_) { in GetWindowForBrowser()231 if (root_windows_.empty()) in CloseAllWindows()236 RootWindowSet root_windows = root_windows_; in CloseAllWindows()275 root_windows_.insert(root_window); in OnRootWindowCreated()279 if (root_windows_.size() == 1U) { in OnRootWindowCreated()290 for (auto root_window : root_windows_) { in NotifyExtensionsChanged()358 RootWindowSet::iterator it = root_windows_.find(root_window); in OnRootWindowDestroyed()359 DCHECK(it != root_windows_.end()); in OnRootWindowDestroyed()[all …]
119 RootWindowSet root_windows_; variable