Searched defs:sliding_window_release_time (Results 1 - 2 of 2) sorted by relevance

/external/chromium/net/url_request/
H A Durl_request_throttler_entry.h125 base::TimeTicks sliding_window_release_time() const { function in class:net::URLRequestThrottlerEntry
H A Durl_request_throttler_unittest.cc55 const TimeTicks& sliding_window_release_time,
64 set_sliding_window_release_time(sliding_window_release_time);
102 base::TimeTicks sliding_window_release_time() const { function in class:net::__anon2680::MockURLRequestThrottlerEntry
103 return URLRequestThrottlerEntry::sliding_window_release_time();
358 EXPECT_EQ(time_2, entry_->sliding_window_release_time());
365 EXPECT_EQ(time_4, entry_->sliding_window_release_time());
52 MockURLRequestThrottlerEntry( net::URLRequestThrottlerManager* manager, const TimeTicks& exponential_backoff_release_time, const TimeTicks& sliding_window_release_time, const TimeTicks& fake_now) argument

Completed in 162 milliseconds