HomeSort by relevance Sort by last modified time
    Searched refs:sliding_window_release_time (Results 1 - 2 of 2) sorted by null

  /external/chromium/net/url_request/
url_request_throttler_entry.h 125 base::TimeTicks sliding_window_release_time() const { function in class:net::URLRequestThrottlerEntry
url_request_throttler_unittest.cc 55 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::__anon5200::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());

Completed in 53 milliseconds