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.cc473 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()
Dmessage_loop_unittest.cc269 void QuitFunc(TaskList* order, int cookie) { in QuitFunc() function
295 Bind(&QuitFunc, order, 5)); in RecursiveFuncWin()