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

/external/libchrome/base/message_loop/
H A Dmessage_loop_test.cc528 void QuitFunc(TaskList* order, int cookie) { function in namespace:base::test
544 Bind(&QuitFunc, &order, 3));
590 FROM_HERE, Bind(&QuitFunc, &order, 4), TimeDelta::FromMilliseconds(5));
624 Bind(&QuitFunc, &order, 3));
660 Bind(&QuitFunc, &order, 3));
712 Bind(&QuitFunc, &order, 6));
H A Dmessage_loop_unittest.cc270 void QuitFunc(TaskList* order, int cookie) { function in namespace:base::__anon9921
296 Bind(&QuitFunc, order, 5));
401 PostTask(FROM_HERE, Bind(&QuitFunc) execution, the order of task

Completed in 1200 milliseconds