Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/net/
Dpredictor_unittest.cc112 scoped_refptr<Predictor> testing_master( in TEST_F() local
117 testing_master->Shutdown(); in TEST_F()
126 scoped_refptr<Predictor> testing_master( in TEST_F() local
136 testing_master->ResolveList(names, UrlInfo::PAGE_SCAN_MOTIVATED); in TEST_F()
142 EXPECT_FALSE(testing_master->WasFound(localhost)); in TEST_F()
144 testing_master->Shutdown(); in TEST_F()
152 scoped_refptr<Predictor> testing_master( in TEST_F() local
165 testing_master->ResolveList(names, UrlInfo::PAGE_SCAN_MOTIVATED); in TEST_F()
167 WaitForResolution(testing_master, names); in TEST_F()
169 EXPECT_TRUE(testing_master->WasFound(goog)); in TEST_F()
[all …]