Home
last modified time | relevance | path

Searched refs:set_fake_now (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/net/url_request/
Durl_request_throttler_test_support.cc22 void MockBackoffEntry::set_fake_now(const base::TimeTicks& now) { in set_fake_now() function in net::MockBackoffEntry
Durl_request_throttler_test_support.h24 void set_fake_now(const base::TimeTicks& now);
Durl_request_throttler_unittest.cc52 mock_backoff_entry_.set_fake_now(fake_now); in MockURLRequestThrottlerEntry()
80 mock_backoff_entry_.set_fake_now(time_now); in ResetToBlank()
Durl_request_throttler_simulation_unittest.cc323 mock_backoff_entry_.set_fake_now(fake_time); in SetFakeNow()