Searched refs:test_clock_ (Results 1 – 2 of 2) sorted by relevance
13 : test_clock_(clock) { in FakeMessageLoop()23 if (test_clock_) in PostDelayedTask()24 current_time_ = test_clock_->Now(); in PostDelayedTask()45 if (test_clock_) in RunOnce()46 current_time_ = test_clock_->Now(); in RunOnce()61 if (test_clock_) in RunOnce()62 test_clock_->SetNow(current_time_); in RunOnce()
69 base::SimpleTestClock* test_clock_ = nullptr; variable