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()59 if (test_clock_) in RunOnce()60 current_time_ = test_clock_->Now(); in RunOnce()105 if (test_clock_) in RunOnce()106 test_clock_->SetNow(current_time_); in RunOnce()
89 base::SimpleTestClock* test_clock_ = nullptr; variable