Home
last modified time | relevance | path

Searched refs:nested_run_loop (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/message_loop/
Dmessage_loop_unittest.cc1388 RunLoop nested_run_loop; in TEST_P() local
1392 BindOnce(&FuncThatRuns, &order, 1, Unretained(&nested_run_loop))); in TEST_P()
1398 nested_run_loop.QuitClosure()); in TEST_P()
1418 RunLoop nested_run_loop; in TEST_P() local
1422 BindOnce(&FuncThatRuns, &order, 1, Unretained(&nested_run_loop))); in TEST_P()
1424 nested_run_loop.QuitClosure()); in TEST_P()
1445 RunLoop* nested_run_loop) { in QuitAndRunNestedLoop() argument
1448 nested_run_loop->Run(); in QuitAndRunNestedLoop()
1459 RunLoop nested_run_loop; in TEST_P() local
1462 nested_run_loop.QuitClosure()); in TEST_P()
[all …]
/external/libchrome/base/debug/
Dtask_annotator_unittest.cc350 [](RunLoop* nested_run_loop, const Location& location2, in TEST_F()
353 nested_run_loop->RunUntilIdle(); in TEST_F()
/external/libchrome/mojo/public/cpp/bindings/tests/
Dconnector_unittest.cc500 base::RunLoop nested_run_loop(base::RunLoop::Type::kNestableTasksAllowed); in AccumulateWithNestedLoop() local
501 accumulator->set_closure(nested_run_loop.QuitClosure()); in AccumulateWithNestedLoop()
502 nested_run_loop.Run(); in AccumulateWithNestedLoop()