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

  /external/chromium/chrome/browser/safe_browsing/
protocol_manager_unittest.cc 107 EXPECT_TRUE(pm.next_gethash_time_.is_null());
116 EXPECT_TRUE(pm.next_gethash_time_ >= future - margin &&
117 pm.next_gethash_time_ <= future + margin);
122 EXPECT_TRUE(pm.next_gethash_time_ >= now + TimeDelta::FromMinutes(30));
123 EXPECT_TRUE(pm.next_gethash_time_ <= now + TimeDelta::FromMinutes(60));
128 EXPECT_TRUE(pm.next_gethash_time_ >= now + TimeDelta::FromMinutes(60));
129 EXPECT_TRUE(pm.next_gethash_time_ <= now + TimeDelta::FromMinutes(120));
134 EXPECT_TRUE(pm.next_gethash_time_ >= now + TimeDelta::FromMinutes(120));
135 EXPECT_TRUE(pm.next_gethash_time_ <= now + TimeDelta::FromMinutes(240));
140 EXPECT_TRUE(pm.next_gethash_time_ >= now + TimeDelta::FromMinutes(240))
    [all...]
protocol_manager.h 376 base::Time next_gethash_time_; member in class:SafeBrowsingProtocolManager
protocol_manager.cc 163 if (gethash_error_count_ && Time::Now() <= next_gethash_time_) {
713 next_gethash_time_ = now + TimeDelta::FromSeconds(next);

Completed in 1246 milliseconds