Home
last modified time | relevance | path

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

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