Home
last modified time | relevance | path

Searched refs:nested_run_loop1 (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libchrome/base/debug/
H A Dtask_annotator_unittest.cc311 RunLoop nested_run_loop1(RunLoop::Type::kNestableTasksAllowed); in TEST_F() local
337 nested_run_loop1.QuitClosure()); in TEST_F()
365 FROM_HERE, BindOnce(&RunLoop::Run, Unretained(&nested_run_loop1))); in TEST_F()
/aosp_15_r20/external/cronet/base/task/common/
H A Dtask_annotator_unittest.cc360 RunLoop nested_run_loop1(RunLoop::Type::kNestableTasksAllowed); in TEST_F() local
389 nested_run_loop1.QuitClosure()); in TEST_F()
432 BindOnce(&RunLoop::Run, Unretained(&nested_run_loop1), FROM_HERE)); in TEST_F()