Home
last modified time | relevance | path

Searched refs:AddNestingObserver (Results 1 – 9 of 9) sorted by relevance

/external/libchrome/base/task/sequence_manager/test/
Dsequence_manager_for_test.cc23 void AddNestingObserver(RunLoop::NestingObserver* observer) override { in AddNestingObserver() function in base::sequence_manager::__anona58feaa70111::ThreadControllerForTest
26 ThreadControllerImpl::AddNestingObserver(observer); in AddNestingObserver()
Dlazy_thread_controller_for_test.h29 void AddNestingObserver(RunLoop::NestingObserver* observer) override;
Dlazy_thread_controller_for_test.cc45 void LazyThreadControllerForTest::AddNestingObserver( in AddNestingObserver() function in base::sequence_manager::LazyThreadControllerForTest
/external/libchrome/base/task/sequence_manager/
Dthread_controller.h76 virtual void AddNestingObserver(RunLoop::NestingObserver* observer) = 0;
Dthread_controller_with_message_pump_impl.h41 void AddNestingObserver(RunLoop::NestingObserver* observer) override;
Dthread_controller_impl.h46 void AddNestingObserver(RunLoop::NestingObserver* observer) override;
Dthread_controller_with_message_pump_impl.cc98 void ThreadControllerWithMessagePumpImpl::AddNestingObserver( in AddNestingObserver() function in base::sequence_manager::internal::ThreadControllerWithMessagePumpImpl
Dthread_controller_impl.cc219 void ThreadControllerImpl::AddNestingObserver( in AddNestingObserver() function in base::sequence_manager::internal::ThreadControllerImpl
Dsequence_manager_impl.cc92 controller_->AddNestingObserver(this); in SequenceManagerImpl()