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

/external/libchrome/base/message_loop/
H A Dmessage_loop_test.cc751 RunLoop nested_run_loop; local
754 Bind(&FuncThatRuns, &order, 1, Unretained(&nested_run_loop)));
760 FROM_HERE, nested_run_loop.QuitClosure());
781 RunLoop nested_run_loop; local
784 Bind(&FuncThatRuns, &order, 1, Unretained(&nested_run_loop)));
786 FROM_HERE, nested_run_loop.QuitClosure());
811 RunLoop nested_run_loop; local
815 Bind(&FuncThatRuns, &order, 1, Unretained(&nested_run_loop)));
823 FROM_HERE, nested_run_loop.QuitClosure());

Completed in 67 milliseconds