Home
last modified time | relevance | path

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

/external/chromium/net/url_request/
Durl_request_throttler_unittest.cc55 const TimeTicks& sliding_window_release_time, in MockURLRequestThrottlerEntry() argument
64 set_sliding_window_release_time(sliding_window_release_time); in MockURLRequestThrottlerEntry()
102 base::TimeTicks sliding_window_release_time() const { in sliding_window_release_time() function in net::__anond81d1a9f0111::MockURLRequestThrottlerEntry
103 return URLRequestThrottlerEntry::sliding_window_release_time(); in sliding_window_release_time()
358 EXPECT_EQ(time_2, entry_->sliding_window_release_time()); in TEST_F()
365 EXPECT_EQ(time_4, entry_->sliding_window_release_time()); in TEST_F()
Durl_request_throttler_entry.h125 base::TimeTicks sliding_window_release_time() const { in sliding_window_release_time() function