Home
last modified time | relevance | path

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

/external/libchrome/base/debug/
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()