Searched defs:nested_run_loop (Results 1 - 2 of 2) sorted by relevance

/external/libmojo/mojo/public/cpp/bindings/tests/
H A Dconnector_unittest.cc539 base::RunLoop nested_run_loop; local
542 accumulator->set_closure(nested_run_loop.QuitClosure());
543 nested_run_loop.Run();
/external/libchrome/base/message_loop/
H A Dmessage_loop_test.cc787 RunLoop nested_run_loop; local
790 FROM_HERE, Bind(&FuncThatRuns, &order, 1, Unretained(&nested_run_loop)));
796 FROM_HERE, nested_run_loop.QuitClosure());
817 RunLoop nested_run_loop; local
820 FROM_HERE, Bind(&FuncThatRuns, &order, 1, Unretained(&nested_run_loop)));
822 FROM_HERE, nested_run_loop.QuitClosure());
847 RunLoop nested_run_loop; local
851 FROM_HERE, Bind(&FuncThatRuns, &order, 1, Unretained(&nested_run_loop)));
859 FROM_HERE, nested_run_loop.QuitClosure());

Completed in 1297 milliseconds