Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/net/
Dpredictor_unittest.cc142 EXPECT_FALSE(testing_master->WasFound(localhost)); in TEST_F()
169 EXPECT_TRUE(testing_master->WasFound(goog)); in TEST_F()
212 EXPECT_TRUE(testing_master->WasFound(goog)); in TEST_F()
213 EXPECT_TRUE(testing_master->WasFound(goog3)); in TEST_F()
214 EXPECT_TRUE(testing_master->WasFound(goog2)); in TEST_F()
215 EXPECT_TRUE(testing_master->WasFound(goog4)); in TEST_F()
216 EXPECT_FALSE(testing_master->WasFound(bad1)); in TEST_F()
217 EXPECT_FALSE(testing_master->WasFound(bad2)); in TEST_F()
221 EXPECT_FALSE(testing_master->WasFound(bad1)); in TEST_F()
222 EXPECT_FALSE(testing_master->WasFound(bad2)); in TEST_F()
Dpredictor.h216 bool WasFound(const GURL& url) const { in WasFound() function