Searched defs:ImplGetTimeNow (Results 1 - 3 of 3) 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.cc42 // ImplGetTimeNow() is on the one hand, it would unset a release
54 ImplGetTimeNow() + delay, exponential_backoff_release_time_);
59 return exponential_backoff_release_time_ > ImplGetTimeNow();
63 base::TimeTicks now = ImplGetTimeNow();
81 base::TimeTicks now = ImplGetTimeNow();
106 // initialize to ImplGetTimeNow() but because it's a virtual method it's
113 base::TimeTicks BackoffEntry::ImplGetTimeNow() const { function in class:net::BackoffEntry
129 return std::max(ImplGetTimeNow(), exponential_backoff_release_time_);
150 ImplGetTimeNow() + base::TimeDelta::FromMilliseconds(delay_int),

Completed in 622 milliseconds