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

  /external/chromium_org/net/url_request/
url_request_throttler_simulation_unittest.cc 326 TimeTicks fake_now() const { function in class:net::__anon14431::MockURLRequestThrottlerEntry
434 if (throttler_entry_->fake_now() - time_of_last_attempt_ >
449 throttler_entry_->fake_now() - time_of_last_success_;
452 time_of_last_success_ = throttler_entry_->fake_now();
465 time_of_last_attempt_ = throttler_entry_->fake_now();
url_request_throttler_unittest.cc 46 const TimeTicks& fake_now)
48 fake_time_now_(fake_now),
52 mock_backoff_entry_.set_fake_now(fake_now);
  /external/chromium_org/cc/trees/
layer_tree_host_impl_unittest.cc 1454 base::TimeTicks fake_now = gfx::FrameTime::Now(); local
1512 base::TimeTicks fake_now = gfx::FrameTime::Now(); local
    [all...]

Completed in 51 milliseconds