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

  /external/chromium/chrome/browser/safe_browsing/
protocol_manager.cc 102 next_update_sec_(-1),
119 next_update_sec_ = base::RandInt(60, kSbTimerStartIntervalSec);
387 next_update_sec_ = next_update_sec;
389 next_update_sec_ = base::RandInt(15 * 60, 45 * 60);
487 DCHECK_GT(next_update_sec_, 0);
509 // back off after a certain number of errors. We only change 'next_update_sec_'
512 int next = next_update_sec_;
protocol_manager.h 340 int next_update_sec_; member in class:SafeBrowsingProtocolManager
protocol_manager_unittest.cc 31 pm.next_update_sec_ = 1800;

Completed in 4883 milliseconds