Home
last modified time | relevance | path

Searched refs:AddNestingObserverOnCurrentThread (Results 1 – 6 of 6) sorted by relevance

/external/libchrome/base/task/sequence_manager/test/
Dlazy_thread_controller_for_test.cc32 RunLoop::AddNestingObserverOnCurrentThread(this); in EnsureMessageLoop()
76 RunLoop::AddNestingObserverOnCurrentThread(this); in AddNestingObserver()
/external/libchrome/base/
Drun_loop.h143 static void AddNestingObserverOnCurrentThread(NestingObserver* observer);
Drun_loop.cc190 void RunLoop::AddNestingObserverOnCurrentThread(NestingObserver* observer) { in AddNestingObserverOnCurrentThread() function in base::RunLoop
Drun_loop_unittest.cc514 RunLoop::AddNestingObserverOnCurrentThread(&nesting_observer); in TEST_P()
/external/libchrome/base/task/sequence_manager/
Dthread_controller_impl.cc223 RunLoop::AddNestingObserverOnCurrentThread(this); in AddNestingObserver()
/external/libchrome/mojo/public/cpp/bindings/lib/
Dconnector.cc74 base::RunLoop::AddNestingObserverOnCurrentThread(this); in RunLoopNestingObserver()