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

/external/chromium_org/chrome/test/base/
H A Dui_test_utils.cc128 Browser* WaitForBrowserNotInSet(std::set<Browser*> excluded_browsers) { argument
129 Browser* new_browser = GetBrowserNotInSet(excluded_browsers);
133 // The new browser should never be in |excluded_browsers|.
134 DCHECK(!ContainsKey(excluded_browsers, new_browser));
406 Browser* GetBrowserNotInSet(std::set<Browser*> excluded_browsers) { argument
408 if (excluded_browsers.find(*it) == excluded_browsers.end())
H A Dui_test_utils.h157 Browser* GetBrowserNotInSet(std::set<Browser*> excluded_browsers);

Completed in 415 milliseconds