/external/chromium_org/net/base/ |
D | backoff_entry.cc | 54 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()
|
D | backoff_entry_unittest.cc | 28 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()
|
D | backoff_entry.h | 95 virtual base::TimeTicks ImplGetTimeNow() const; in NON_EXPORTED_BASE()
|
/external/chromium_org/net/url_request/ |
D | url_request_throttler_entry.cc | 137 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
|
D | url_request_throttler_test_support.cc | 18 base::TimeTicks MockBackoffEntry::ImplGetTimeNow() const { in ImplGetTimeNow() function in net::MockBackoffEntry
|
D | url_request_throttler_test_support.h | 22 virtual base::TimeTicks ImplGetTimeNow() const OVERRIDE;
|
D | url_request_throttler_entry.h | 114 virtual base::TimeTicks ImplGetTimeNow() const;
|
D | url_request_throttler_unittest.cc | 91 virtual TimeTicks ImplGetTimeNow() const OVERRIDE { return fake_time_now_; } in ImplGetTimeNow() function in net::__anone530000a0111::MockURLRequestThrottlerEntry
|
D | url_request_throttler_simulation_unittest.cc | 311 virtual TimeTicks ImplGetTimeNow() const OVERRIDE { in ImplGetTimeNow() function in net::__anonee56b62e0111::MockURLRequestThrottlerEntry
|
/external/chromium_org/chrome/browser/captive_portal/ |
D | captive_portal_service.cc | 98 virtual base::TimeTicks ImplGetTimeNow() const OVERRIDE { in ImplGetTimeNow() function in captive_portal::CaptivePortalService::RecheckBackoffEntry
|