Home
last modified time | relevance | path

Searched refs:AddNestingObserverOnCurrentThread (Results 1 – 11 of 11) 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/cronet/base/
Drun_loop.h175 static void AddNestingObserverOnCurrentThread(NestingObserver* observer);
Drun_loop.cc238 void RunLoop::AddNestingObserverOnCurrentThread(NestingObserver* observer) { in AddNestingObserverOnCurrentThread() function in base::RunLoop
Drun_loop_unittest.cc544 RunLoop::AddNestingObserverOnCurrentThread(&nesting_observer); in TEST_P()
/external/libchrome/base/task/sequence_manager/
Dthread_controller_impl.cc223 RunLoop::AddNestingObserverOnCurrentThread(this); in AddNestingObserver()
/external/cronet/base/task/sequence_manager/
Dthread_controller_impl.cc314 RunLoop::AddNestingObserverOnCurrentThread(this); in AddNestingObserver()
Dthread_controller_with_message_pump_impl.cc286 RunLoop::AddNestingObserverOnCurrentThread(this); in AddNestingObserver()
/external/libchrome/mojo/public/cpp/bindings/lib/
Dconnector.cc74 base::RunLoop::AddNestingObserverOnCurrentThread(this); in RunLoopNestingObserver()