/external/chromium_org/net/base/ |
D | backoff_entry.cc | 56 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()
|
D | backoff_entry_unittest.cc | 28 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()
|
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 | 117 virtual base::TimeTicks ImplGetTimeNow() const;
|
D | url_request_throttler_unittest.cc | 88 virtual TimeTicks ImplGetTimeNow() const OVERRIDE { return fake_time_now_; } in ImplGetTimeNow() function in net::__anon9c37f9f70111::MockURLRequestThrottlerEntry
|
D | url_request_throttler_simulation_unittest.cc | 317 virtual TimeTicks ImplGetTimeNow() const OVERRIDE { in ImplGetTimeNow() function in net::__anonda1e81fb0111::MockURLRequestThrottlerEntry
|
/external/chromium_org/chromeos/network/portal_detector/ |
D | network_portal_detector_strategy.cc | 105 virtual base::TimeTicks ImplGetTimeNow() const OVERRIDE { in ImplGetTimeNow() function in chromeos::PortalDetectorStrategy::BackoffEntryImpl
|
/external/chromium_org/google_apis/gcm/engine/ |
D | connection_factory_impl_unittest.cc | 88 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/ |
D | captive_portal_service.cc | 154 virtual base::TimeTicks ImplGetTimeNow() const OVERRIDE { in ImplGetTimeNow() function in CaptivePortalService::RecheckBackoffEntry
|