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

  /external/chromium_org/net/url_request/
url_request_throttler_unittest.cc 44 const TimeTicks& sliding_window_release_time,
53 set_sliding_window_release_time(sliding_window_release_time);
94 base::TimeTicks sliding_window_release_time() const { function in class:net::__anon13813::MockURLRequestThrottlerEntry
95 return URLRequestThrottlerEntry::sliding_window_release_time();
334 EXPECT_EQ(time_2, entry_->sliding_window_release_time());
341 EXPECT_EQ(time_4, entry_->sliding_window_release_time());
url_request_throttler_entry.h 131 base::TimeTicks sliding_window_release_time() const { function in class:net::URLRequestThrottlerEntry

Completed in 2228 milliseconds