Home
last modified time | relevance | path

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

/external/libchrome/base/message_loop/
Dmessage_loop_test.cc528 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()
Dmessage_loop_unittest.cc270 void QuitFunc(TaskList* order, int cookie) { in QuitFunc() function
296 Bind(&QuitFunc, order, 5)); in RecursiveFuncWin()