Home
last modified time | relevance | path

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

/external/chromium_org/net/base/
Dbackoff_entry.cc54 ImplGetTimeNow() + delay, exponential_backoff_release_time_); in InformOfRequest()
59 return exponential_backoff_release_time_ > ImplGetTimeNow(); in ShouldRejectRequest()
63 base::TimeTicks now = ImplGetTimeNow(); in GetTimeUntilRelease()
81 base::TimeTicks now = ImplGetTimeNow(); in CanDiscard()
113 base::TimeTicks BackoffEntry::ImplGetTimeNow() const { in ImplGetTimeNow() function in net::BackoffEntry
129 return std::max(ImplGetTimeNow(), exponential_backoff_release_time_); in CalculateReleaseTime()
150 ImplGetTimeNow() + base::TimeDelta::FromMilliseconds(delay_int), in CalculateReleaseTime()
Dbackoff_entry_unittest.cc28 virtual TimeTicks ImplGetTimeNow() const OVERRIDE { in ImplGetTimeNow() function in __anon7fbef6050111::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()
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.h114 virtual base::TimeTicks ImplGetTimeNow() const;
Durl_request_throttler_unittest.cc91 virtual TimeTicks ImplGetTimeNow() const OVERRIDE { return fake_time_now_; } in ImplGetTimeNow() function in net::__anone530000a0111::MockURLRequestThrottlerEntry
Durl_request_throttler_simulation_unittest.cc311 virtual TimeTicks ImplGetTimeNow() const OVERRIDE { in ImplGetTimeNow() function in net::__anonee56b62e0111::MockURLRequestThrottlerEntry
/external/chromium_org/chrome/browser/captive_portal/
Dcaptive_portal_service.cc98 virtual base::TimeTicks ImplGetTimeNow() const OVERRIDE { in ImplGetTimeNow() function in captive_portal::CaptivePortalService::RecheckBackoffEntry