Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/net/
Dpredictor_unittest.cc181 EXPECT_GT(testing_master.peak_pending_lookups(), names.size() / 2); in TEST_F()
182 EXPECT_LE(testing_master.peak_pending_lookups(), names.size()); in TEST_F()
183 EXPECT_LE(testing_master.peak_pending_lookups(), in TEST_F()
229 EXPECT_LE(testing_master.peak_pending_lookups(), names.size()); in TEST_F()
230 EXPECT_LE(testing_master.peak_pending_lookups(), in TEST_F()
255 EXPECT_LE(testing_master.peak_pending_lookups(), names.size()); in TEST_F()
256 EXPECT_LE(testing_master.peak_pending_lookups(), in TEST_F()
Dpredictor.h445 size_t peak_pending_lookups() const { return peak_pending_lookups_; } in peak_pending_lookups() function