Home
last modified time | relevance | path

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

/external/chromium_org/chrome/test/base/
Dui_test_utils.cc130 Browser* WaitForBrowserNotInSet(std::set<Browser*> excluded_browsers) { in WaitForBrowserNotInSet() argument
131 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() argument
417 if (excluded_browsers.find(*it) == excluded_browsers.end()) in GetBrowserNotInSet()
Dui_test_utils.h161 Browser* GetBrowserNotInSet(std::set<Browser*> excluded_browsers);