Searched refs:excluded_browsers (Results 1 – 2 of 2) sorted by relevance
130 Browser* WaitForBrowserNotInSet(std::set<Browser*> excluded_browsers) { in WaitForBrowserNotInSet() argument131 Browser* new_browser = GetBrowserNotInSet(excluded_browsers); in WaitForBrowserNotInSet()136 DCHECK(!ContainsKey(excluded_browsers, new_browser)); in WaitForBrowserNotInSet()415 Browser* GetBrowserNotInSet(std::set<Browser*> excluded_browsers) { in GetBrowserNotInSet() argument417 if (excluded_browsers.find(*it) == excluded_browsers.end()) in GetBrowserNotInSet()
161 Browser* GetBrowserNotInSet(std::set<Browser*> excluded_browsers);