Home
last modified time | relevance | path

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

/external/chromium_org/base/message_loop/
Dmessage_loop_test.cc744 RunLoop outer_run_loop; in RunTest_RunLoopQuitTop() local
750 FROM_HERE, outer_run_loop.QuitClosure()); in RunTest_RunLoopQuitTop()
756 outer_run_loop.Run(); in RunTest_RunLoopQuitTop()
774 RunLoop outer_run_loop; in RunTest_RunLoopQuitNested() local
784 FROM_HERE, outer_run_loop.QuitClosure()); in RunTest_RunLoopQuitNested()
786 outer_run_loop.Run(); in RunTest_RunLoopQuitNested()
804 RunLoop outer_run_loop; in RunTest_RunLoopQuitBogus() local
815 FROM_HERE, outer_run_loop.QuitClosure()); in RunTest_RunLoopQuitBogus()
819 outer_run_loop.Run(); in RunTest_RunLoopQuitBogus()
837 RunLoop outer_run_loop; in RunTest_RunLoopQuitDeep() local
[all …]