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

/external/chromium_org/chrome/test/base/
H A Dui_test_utils.cc130 Browser* WaitForBrowserNotInSet(std::set<Browser*> excluded_browsers) { argument
131 Browser* new_browser = GetBrowserNotInSet(excluded_browsers);
135 // The new browser should never be in |excluded_browsers|.
136 DCHECK(!ContainsKey(excluded_browsers, new_browser));
415 Browser* GetBrowserNotInSet(std::set<Browser*> excluded_browsers) { argument
417 if (excluded_browsers.find(*it) == excluded_browsers.end())
H A Dui_test_utils.h161 Browser* GetBrowserNotInSet(std::set<Browser*> excluded_browsers);

Completed in 90 milliseconds