Searched refs:sliding_window_release_time (Results 1 – 2 of 2) sorted by relevance
55 const TimeTicks& sliding_window_release_time, in MockURLRequestThrottlerEntry() argument64 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::MockURLRequestThrottlerEntry103 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()
125 base::TimeTicks sliding_window_release_time() const { in sliding_window_release_time() function