Searched refs:QuitFunc (Results 1 – 2 of 2) sorted by relevance
/external/libchrome/base/message_loop/ |
D | message_loop_test.cc | 528 void QuitFunc(TaskList* order, int cookie) { in QuitFunc() function 544 Bind(&QuitFunc, &order, 3)); in RunTest_RecursiveDenial1() 590 FROM_HERE, Bind(&QuitFunc, &order, 4), TimeDelta::FromMilliseconds(5)); in RunTest_RecursiveDenial3() 624 Bind(&QuitFunc, &order, 3)); in RunTest_RecursiveSupport1() 660 Bind(&QuitFunc, &order, 3)); in RunTest_NonNestableWithNoNesting() 712 Bind(&QuitFunc, &order, 6)); in RunTest_NonNestableInNestedLoop()
|
D | message_loop_unittest.cc | 270 void QuitFunc(TaskList* order, int cookie) { in QuitFunc() function 296 Bind(&QuitFunc, order, 5)); in RecursiveFuncWin()
|