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

/external/chromium_org/net/base/
H A Dbackoff_entry.cc44 // ImplGetTimeNow() is on the one hand, it would unset a release
56 ImplGetTimeNow() + delay, exponential_backoff_release_time_);
61 return exponential_backoff_release_time_ > ImplGetTimeNow();
65 base::TimeTicks now = ImplGetTimeNow();
83 base::TimeTicks now = ImplGetTimeNow();
108 // initialize to ImplGetTimeNow() but because it's a virtual method it's
115 base::TimeTicks BackoffEntry::ImplGetTimeNow() const { function in class:net::BackoffEntry
131 return std::max(ImplGetTimeNow(), exponential_backoff_release_time_);
147 (ImplGetTimeNow() - base::TimeTicks()).InMicroseconds();
H A Dbackoff_entry_unittest.cc28 virtual TimeTicks ImplGetTimeNow() const OVERRIDE {
136 EXPECT_EQ(entry.ImplGetTimeNow(), result);
141 EXPECT_EQ(entry.ImplGetTimeNow() + TimeDelta::FromMilliseconds(1000), result);
147 EXPECT_EQ(entry.ImplGetTimeNow() + TimeDelta::FromMilliseconds(2000), result);
153 EXPECT_EQ(entry.ImplGetTimeNow() + TimeDelta::FromMilliseconds(4000), result);
162 entry.ImplGetTimeNow() + TimeDelta::FromMilliseconds(20000), result);
213 entry.ImplGetTimeNow() + TimeDelta::FromMilliseconds(3200), result);
215 entry.ImplGetTimeNow() + TimeDelta::FromMilliseconds(4000), result);
305 custom.set_now(custom.ImplGetTimeNow() + custom.GetTimeUntilRelease());
H A Dbackoff_entry.h95 virtual base::TimeTicks ImplGetTimeNow() const;
/external/chromium_org/net/url_request/
H A Durl_request_throttler_test_support.cc18 base::TimeTicks MockBackoffEntry::ImplGetTimeNow() const { function in class:net::MockBackoffEntry
H A Durl_request_throttler_test_support.h22 virtual base::TimeTicks ImplGetTimeNow() const OVERRIDE;
H A Durl_request_throttler_entry.cc137 send_log_.back() + sliding_window_period_ > ImplGetTimeNow()) {
180 base::TimeTicks now = ImplGetTimeNow();
221 return ImplGetTimeNow();
294 base::TimeTicks URLRequestThrottlerEntry::ImplGetTimeNow() const { function in class:net::URLRequestThrottlerEntry
H A Durl_request_throttler_entry.h117 virtual base::TimeTicks ImplGetTimeNow() const;
H A Durl_request_throttler_unittest.cc88 virtual TimeTicks ImplGetTimeNow() const OVERRIDE { return fake_time_now_; }
H A Durl_request_throttler_simulation_unittest.cc317 virtual TimeTicks ImplGetTimeNow() const OVERRIDE {
/external/chromium_org/chromeos/network/portal_detector/
H A Dnetwork_portal_detector_strategy.cc105 virtual base::TimeTicks ImplGetTimeNow() const OVERRIDE {
/external/chromium_org/chrome/browser/captive_portal/
H A Dcaptive_portal_service.cc154 virtual base::TimeTicks ImplGetTimeNow() const OVERRIDE {
/external/chromium_org/google_apis/gcm/engine/
H A Dconnection_factory_impl_unittest.cc88 virtual base::TimeTicks ImplGetTimeNow() const OVERRIDE;
101 base::TimeTicks TestBackoffEntry::ImplGetTimeNow() const { function in class:gcm::__anon8372::TestBackoffEntry

Completed in 7519 milliseconds