/external/chromium/chrome/browser/safe_browsing/ |
protocol_manager_unittest.cc | 106 EXPECT_EQ(pm.gethash_error_count_, 0); 113 EXPECT_EQ(pm.gethash_error_count_, 1); 121 EXPECT_EQ(pm.gethash_error_count_, 2); 127 EXPECT_EQ(pm.gethash_error_count_, 3); 133 EXPECT_EQ(pm.gethash_error_count_, 4); 139 EXPECT_EQ(pm.gethash_error_count_, 5); 145 EXPECT_EQ(pm.gethash_error_count_, 6); 150 EXPECT_EQ(pm.gethash_error_count_, 7);
|
protocol_manager.cc | 99 gethash_error_count_(0), 163 if (gethash_error_count_ && Time::Now() <= next_gethash_time_) { 244 gethash_error_count_ = 0; 712 int next = GetNextBackOffTime(&gethash_error_count_, &gethash_back_off_mult_);
|
protocol_manager.h | 326 int gethash_error_count_; member in class:SafeBrowsingProtocolManager
|
/external/chromium_org/chrome/browser/safe_browsing/ |
protocol_manager_unittest.cc | 164 EXPECT_EQ(pm->gethash_error_count_, 0); 171 EXPECT_EQ(pm->gethash_error_count_, 1); 179 EXPECT_EQ(pm->gethash_error_count_, 2); 185 EXPECT_EQ(pm->gethash_error_count_, 3); 191 EXPECT_EQ(pm->gethash_error_count_, 4); 197 EXPECT_EQ(pm->gethash_error_count_, 5); 203 EXPECT_EQ(pm->gethash_error_count_, 6); 208 EXPECT_EQ(pm->gethash_error_count_, 7); [all...] |
protocol_manager.cc | 108 gethash_error_count_(0), 173 if (gethash_error_count_ && Time::Now() <= next_gethash_time_) { 232 gethash_error_count_ = 0; 688 &gethash_error_count_, &gethash_back_off_mult_);
|
protocol_manager.h | 298 int gethash_error_count_; member in class:SafeBrowsingProtocolManager
|