Searched defs:ImplGetTimeNow (Results 1 - 4 of 4) sorted by relevance

/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_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
/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();
/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 113 milliseconds