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

  /external/chromium_org/remoting/test/
leaky_bucket.cc 15 last_update_(base::TimeTicks::Now()) {
35 level_ -= rate_ * (now - last_update_).InSecondsF();
38 last_update_ = now;
leaky_bucket.h 31 base::TimeTicks last_update_; member in class:remoting::LeakyBucket
  /external/chromium_org/components/policy/core/common/cloud/
cloud_policy_refresh_scheduler_unittest.cc 50 last_update_ =
87 // |last_update_| was updated and then a refresh was scheduled at time S,
88 // so |last_update_| is a bit before that.
108 // |last_update_| was a bit before S, so if
109 // elapsed = now - |last_update_| then the delay is more than
117 EXPECT_GE(GetLastDelay(), offset_from_last_refresh - (now - last_update_));
145 base::Time last_update_; member in class:policy::CloudPolicyRefreshSchedulerTest
174 last_update_ = base::Time::NowFromSystemTime();
223 last_update_ = base::Time::NowFromSystemTime();
252 last_update_ = base::Time::NowFromSystemTime()
    [all...]
  /external/chromium_org/jingle/glue/
pseudotcp_adapter_unittest.cc 49 last_update_(base::TimeTicks::HighResNow()) {
56 double interval = (now - last_update_).InSecondsF();
57 last_update_ = now;
72 base::TimeTicks last_update_; member in class:jingle_glue::__anon13136::LeakyBucket
  /external/chromium_org/chrome/browser/safe_browsing/
protocol_manager.h 109 base::Time last_update() const { return last_update_; }
349 base::Time last_update_; member in class:SafeBrowsingProtocolManager
safe_browsing_test.cc 169 last_update_ = safe_browsing_service_->protocol_manager_->last_update();
236 return last_update_;
326 base::Time last_update_; member in class:SafeBrowsingServerTest
protocol_manager.cc 397 last_update_ = Time::Now();
670 UMA_HISTOGRAM_LONG_TIMES("SB2.Update", Time::Now() - last_update_);
  /external/chromium_org/net/dns/
mdns_client_impl.cc 493 } else if (last_update_ != base::Time()) {
513 last_update_ = record->time_created();
549 DCHECK(last_update_ != base::Time());
566 base::Time next_refresh1 = last_update_ + base::TimeDelta::FromMilliseconds(
570 base::Time next_refresh2 = last_update_ + base::TimeDelta::FromMilliseconds(
mdns_client_impl.h 237 base::Time last_update_; member in class:net::MDnsListenerImpl

Completed in 766 milliseconds