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

  /external/chromium_org/net/url_request/
url_request_throttler_simulation_unittest.cc 320 TimeTicks fake_now() const { function in class:net::__anon9593::MockURLRequestThrottlerEntry
428 if (throttler_entry_->fake_now() - time_of_last_attempt_ >
441 throttler_entry_->fake_now() - time_of_last_success_;
444 time_of_last_success_ = throttler_entry_->fake_now();
457 time_of_last_attempt_ = throttler_entry_->fake_now();
url_request_throttler_unittest.cc 49 const TimeTicks& fake_now)
51 fake_time_now_(fake_now),
55 mock_backoff_entry_.set_fake_now(fake_now);
  /external/chromium/net/url_request/
url_request_throttler_unittest.cc 56 const TimeTicks& fake_now)
58 fake_time_now_(fake_now),
62 mock_backoff_entry_.SetFakeNow(fake_now);
  /external/chromium_org/cc/trees/
layer_tree_host_impl_unittest.cc 1193 base::TimeTicks fake_now = gfx::FrameTime::Now(); local
    [all...]

Completed in 741 milliseconds