Searched defs:excluded_browsers (Results 1 - 1 of 1) 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())

Completed in 60 milliseconds