Home
last modified time | relevance | path

Searched refs:sliding_window_release_time (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/net/url_request/
Durl_request_throttler_unittest.cc44 const TimeTicks& sliding_window_release_time, in MockURLRequestThrottlerEntry() argument
53 set_sliding_window_release_time(sliding_window_release_time); in MockURLRequestThrottlerEntry()
94 base::TimeTicks sliding_window_release_time() const { in sliding_window_release_time() function in net::__anon2c26f7440111::MockURLRequestThrottlerEntry
95 return URLRequestThrottlerEntry::sliding_window_release_time(); in sliding_window_release_time()
334 EXPECT_EQ(time_2, entry_->sliding_window_release_time()); in TEST_F()
341 EXPECT_EQ(time_4, entry_->sliding_window_release_time()); in TEST_F()
Durl_request_throttler_entry.h131 base::TimeTicks sliding_window_release_time() const { in sliding_window_release_time() function