Searched refs:QuitFunc (Results 1 – 2 of 2) sorted by relevance
/external/libchrome/base/message_loop/ |
D | message_loop_test.cc | 473 void QuitFunc(TaskList* order, int cookie) { in QuitFunc() function 492 Bind(&QuitFunc, &order, 3)); in RunTest_RecursiveDenial1() 541 Bind(&QuitFunc, &order, 4), in RunTest_RecursiveDenial3() 576 FROM_HERE, Bind(&QuitFunc, &order, 3)); in RunTest_RecursiveSupport1() 611 Bind(&QuitFunc, &order, 3)); in RunTest_NonNestableWithNoNesting() 670 Bind(&QuitFunc, &order, 6), in RunTest_NonNestableInNestedLoop() 675 Bind(&QuitFunc, &order, 6)); in RunTest_NonNestableInNestedLoop()
|
D | message_loop_unittest.cc | 269 void QuitFunc(TaskList* order, int cookie) { in QuitFunc() function 295 Bind(&QuitFunc, order, 5)); in RecursiveFuncWin()
|