Home
last modified time | relevance | path

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

/aosp_15_r20/external/libchrome/base/task/sequence_manager/test/
H A Dlazy_thread_controller_for_test.cc32 RunLoop::AddNestingObserverOnCurrentThread(this); in EnsureMessageLoop()
76 RunLoop::AddNestingObserverOnCurrentThread(this); in AddNestingObserver()
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/
Drun_loop.h146 static void AddNestingObserverOnCurrentThread(NestingObserver* observer);
/aosp_15_r20/external/libchrome/base/
H A Drun_loop.h143 static void AddNestingObserverOnCurrentThread(NestingObserver* observer);
H A Drun_loop.cc190 void RunLoop::AddNestingObserverOnCurrentThread(NestingObserver* observer) { in AddNestingObserverOnCurrentThread() function in base::RunLoop
H A Drun_loop_unittest.cc514 RunLoop::AddNestingObserverOnCurrentThread(&nesting_observer); in TEST_P()
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/4/external/libchrome/base/
Drun_loop.h146 static void AddNestingObserverOnCurrentThread(NestingObserver* observer);
/aosp_15_r20/external/cronet/base/
H A Drun_loop.h174 static void AddNestingObserverOnCurrentThread(NestingObserver* observer);
H A Drun_loop.cc236 void RunLoop::AddNestingObserverOnCurrentThread(NestingObserver* observer) { in AddNestingObserverOnCurrentThread() function in base::RunLoop
H A Drun_loop_unittest.cc544 RunLoop::AddNestingObserverOnCurrentThread(&nesting_observer); in TEST_P()
/aosp_15_r20/external/libchrome/base/task/sequence_manager/
H A Dthread_controller_impl.cc223 RunLoop::AddNestingObserverOnCurrentThread(this); in AddNestingObserver()
/aosp_15_r20/external/cronet/base/task/sequence_manager/
H A Dthread_controller_impl.cc305 RunLoop::AddNestingObserverOnCurrentThread(this); in AddNestingObserver()
H A Dthread_controller_with_message_pump_impl.cc266 RunLoop::AddNestingObserverOnCurrentThread(this); in AddNestingObserver()
/aosp_15_r20/external/libchrome/mojo/public/cpp/bindings/lib/
H A Dconnector.cc74 base::RunLoop::AddNestingObserverOnCurrentThread(this); in RunLoopNestingObserver()