HomeSort by relevance Sort by last modified time
    Searched refs:next_gethash_time_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/safe_browsing/
protocol_manager_unittest.cc 197 EXPECT_TRUE(pm->next_gethash_time_.is_null());
206 EXPECT_TRUE(pm->next_gethash_time_ >= future - margin &&
207 pm->next_gethash_time_ <= future + margin);
212 EXPECT_TRUE(pm->next_gethash_time_ >= now + TimeDelta::FromMinutes(30));
213 EXPECT_TRUE(pm->next_gethash_time_ <= now + TimeDelta::FromMinutes(60));
218 EXPECT_TRUE(pm->next_gethash_time_ >= now + TimeDelta::FromMinutes(60));
219 EXPECT_TRUE(pm->next_gethash_time_ <= now + TimeDelta::FromMinutes(120));
224 EXPECT_TRUE(pm->next_gethash_time_ >= now + TimeDelta::FromMinutes(120));
225 EXPECT_TRUE(pm->next_gethash_time_ <= now + TimeDelta::FromMinutes(240));
230 EXPECT_TRUE(pm->next_gethash_time_ >= now + TimeDelta::FromMinutes(240))
    [all...]
protocol_manager.h 352 base::Time next_gethash_time_; member in class:SafeBrowsingProtocolManager
protocol_manager.cc 176 if (gethash_error_count_ && Time::Now() <= next_gethash_time_) {
676 next_gethash_time_ = now + next;

Completed in 7684 milliseconds