Home
last modified time | relevance | path

Searched refs:ImplGetTimeNow (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/net/base/
Dbackoff_entry.cc56 ImplGetTimeNow() + delay, exponential_backoff_release_time_); in InformOfRequest()
61 return exponential_backoff_release_time_ > ImplGetTimeNow(); in ShouldRejectRequest()
65 base::TimeTicks now = ImplGetTimeNow(); in GetTimeUntilRelease()
83 base::TimeTicks now = ImplGetTimeNow(); in CanDiscard()
115 base::TimeTicks BackoffEntry::ImplGetTimeNow() const { in ImplGetTimeNow() function in net::BackoffEntry
131 return std::max(ImplGetTimeNow(), exponential_backoff_release_time_); in CalculateReleaseTime()
147 (ImplGetTimeNow() - base::TimeTicks()).InMicroseconds(); in CalculateReleaseTime()
Dbackoff_entry_unittest.cc28 virtual TimeTicks ImplGetTimeNow() const OVERRIDE { in ImplGetTimeNow() function in __anon63eab3920111::TestBackoffEntry
136 EXPECT_EQ(entry.ImplGetTimeNow(), result); in TEST()
141 EXPECT_EQ(entry.ImplGetTimeNow() + TimeDelta::FromMilliseconds(1000), result); in TEST()
147 EXPECT_EQ(entry.ImplGetTimeNow() + TimeDelta::FromMilliseconds(2000), result); in TEST()
153 EXPECT_EQ(entry.ImplGetTimeNow() + TimeDelta::FromMilliseconds(4000), result); in TEST()
162 entry.ImplGetTimeNow() + TimeDelta::FromMilliseconds(20000), result); in TEST()
213 entry.ImplGetTimeNow() + TimeDelta::FromMilliseconds(3200), result); in TEST()
215 entry.ImplGetTimeNow() + TimeDelta::FromMilliseconds(4000), result); in TEST()
305 custom.set_now(custom.ImplGetTimeNow() + custom.GetTimeUntilRelease()); in TEST()
Dbackoff_entry.h95 virtual base::TimeTicks ImplGetTimeNow() const; in NON_EXPORTED_BASE()
/external/chromium_org/net/url_request/
Durl_request_throttler_entry.cc137 send_log_.back() + sliding_window_period_ > ImplGetTimeNow()) { in IsEntryOutdated()
180 base::TimeTicks now = ImplGetTimeNow(); in ReserveSendingTimeForNextRequest()
221 return ImplGetTimeNow(); in GetExponentialBackoffReleaseTime()
294 base::TimeTicks URLRequestThrottlerEntry::ImplGetTimeNow() const { in ImplGetTimeNow() function in net::URLRequestThrottlerEntry
Durl_request_throttler_test_support.cc18 base::TimeTicks MockBackoffEntry::ImplGetTimeNow() const { in ImplGetTimeNow() function in net::MockBackoffEntry
Durl_request_throttler_test_support.h22 virtual base::TimeTicks ImplGetTimeNow() const OVERRIDE;
Durl_request_throttler_entry.h117 virtual base::TimeTicks ImplGetTimeNow() const;
Durl_request_throttler_unittest.cc88 virtual TimeTicks ImplGetTimeNow() const OVERRIDE { return fake_time_now_; } in ImplGetTimeNow() function in net::__anon9c37f9f70111::MockURLRequestThrottlerEntry
Durl_request_throttler_simulation_unittest.cc317 virtual TimeTicks ImplGetTimeNow() const OVERRIDE { in ImplGetTimeNow() function in net::__anonda1e81fb0111::MockURLRequestThrottlerEntry
/external/chromium_org/chromeos/network/portal_detector/
Dnetwork_portal_detector_strategy.cc105 virtual base::TimeTicks ImplGetTimeNow() const OVERRIDE { in ImplGetTimeNow() function in chromeos::PortalDetectorStrategy::BackoffEntryImpl
/external/chromium_org/google_apis/gcm/engine/
Dconnection_factory_impl_unittest.cc88 virtual base::TimeTicks ImplGetTimeNow() const OVERRIDE;
101 base::TimeTicks TestBackoffEntry::ImplGetTimeNow() const { in ImplGetTimeNow() function in gcm::__anon1f752cb00111::TestBackoffEntry
/external/chromium_org/chrome/browser/captive_portal/
Dcaptive_portal_service.cc154 virtual base::TimeTicks ImplGetTimeNow() const OVERRIDE { in ImplGetTimeNow() function in CaptivePortalService::RecheckBackoffEntry