Searched refs:LazyThreadControllerForTest (Results 1 – 2 of 2) sorted by relevance
13 LazyThreadControllerForTest::LazyThreadControllerForTest() in LazyThreadControllerForTest() function in base::sequence_manager::LazyThreadControllerForTest22 LazyThreadControllerForTest::~LazyThreadControllerForTest() = default;24 void LazyThreadControllerForTest::EnsureMessageLoop() { in EnsureMessageLoop()41 bool LazyThreadControllerForTest::HasMessageLoop() { in HasMessageLoop()45 void LazyThreadControllerForTest::AddNestingObserver( in AddNestingObserver()79 void LazyThreadControllerForTest::RemoveNestingObserver( in RemoveNestingObserver()92 bool LazyThreadControllerForTest::RunsTasksInCurrentSequence() { in RunsTasksInCurrentSequence()96 void LazyThreadControllerForTest::ScheduleWork() { in ScheduleWork()101 void LazyThreadControllerForTest::SetNextDelayedDoWork(LazyNow* lazy_now, in SetNextDelayedDoWork()107 void LazyThreadControllerForTest::SetDefaultTaskRunner( in SetDefaultTaskRunner()[all …]
23 class LazyThreadControllerForTest : public internal::ThreadControllerImpl {25 LazyThreadControllerForTest();26 ~LazyThreadControllerForTest() override;47 DISALLOW_COPY_AND_ASSIGN(LazyThreadControllerForTest);