Home
last modified time | relevance | path

Searched refs:GetMockTickClock (Results 1 – 8 of 8) sorted by relevance

/external/libchrome/base/test/
Dscoped_task_environment.cc270 const TickClock* ScopedTaskEnvironment::GetMockTickClock() { in GetMockTickClock() function in base::test::ScopedTaskEnvironment
272 return mock_time_task_runner_->GetMockTickClock(); in GetMockTickClock()
Dscoped_task_environment.h125 const TickClock* GetMockTickClock();
Dtest_mock_time_task_runner.h176 const TickClock* GetMockTickClock() const;
Dscoped_task_environment_unittest.cc289 scoped_task_environment.GetMockTickClock(); in TEST_F()
Dtest_mock_time_task_runner.cc294 const TickClock* TestMockTimeTaskRunner::GetMockTickClock() const { in GetMockTickClock() function in base::TestMockTimeTaskRunner
/external/libchrome/base/task_scheduler/
Ddelayed_task_manager_unittest.cc49 service_thread_task_runner_->GetMockTickClock()->NowTicks() + in TaskSchedulerDelayedTaskManagerTest()
/external/libchrome/base/timer/
Dtimer_unittest.cc441 OneShotTimer timer(task_runner->GetMockTickClock()); in TEST()
483 RepeatingTimer timer(task_runner->GetMockTickClock()); in TEST()
523 &Receiver::OnCalled, task_runner->GetMockTickClock()); in TEST()
/external/libchrome/base/task/sequence_manager/
Dsequence_manager_impl_unittest.cc103 test_task_runner_->GetMockTickClock()); in SetUp()
107 return test_task_runner_->GetMockTickClock(); in GetTickClock()