Lines Matching refs:MessagePumpFactory

93 void RunTest_PostTask(MessagePumpFactory factory) {  in RunTest_PostTask()
123 void RunTest_PostDelayedTask_Basic(MessagePumpFactory factory) { in RunTest_PostDelayedTask_Basic()
146 void RunTest_PostDelayedTask_InDelayOrder(MessagePumpFactory factory) { in RunTest_PostDelayedTask_InDelayOrder()
171 void RunTest_PostDelayedTask_InPostOrder(MessagePumpFactory factory) { in RunTest_PostDelayedTask_InPostOrder()
201 void RunTest_PostDelayedTask_InPostOrder_2(MessagePumpFactory factory) { in RunTest_PostDelayedTask_InPostOrder_2()
228 void RunTest_PostDelayedTask_InPostOrder_3(MessagePumpFactory factory) { in RunTest_PostDelayedTask_InPostOrder_3()
256 void RunTest_PostDelayedTask_SharedTimer(MessagePumpFactory factory) { in RunTest_PostDelayedTask_SharedTimer()
320 void RunTest_EnsureDeletion(MessagePumpFactory factory) { in RunTest_EnsureDeletion()
339 void RunTest_EnsureDeletion_Chain(MessagePumpFactory factory) { in RunTest_EnsureDeletion_Chain()
370 void RunTest_Nesting(MessagePumpFactory factory) { in RunTest_Nesting()
478 void RunTest_RecursiveDenial1(MessagePumpFactory factory) { in RunTest_RecursiveDenial1()
525 void RunTest_RecursiveDenial3(MessagePumpFactory factory) { in RunTest_RecursiveDenial3()
566 void RunTest_RecursiveSupport1(MessagePumpFactory factory) { in RunTest_RecursiveSupport1()
599 void RunTest_NonNestableWithNoNesting(MessagePumpFactory factory) { in RunTest_NonNestableWithNoNesting()
640 void RunTest_NonNestableInNestedLoop(MessagePumpFactory factory, in RunTest_NonNestableInNestedLoop()
709 void RunTest_QuitNow(MessagePumpFactory factory) { in RunTest_QuitNow()
744 void RunTest_RunLoopQuitTop(MessagePumpFactory factory) { in RunTest_RunLoopQuitTop()
774 void RunTest_RunLoopQuitNested(MessagePumpFactory factory) { in RunTest_RunLoopQuitNested()
804 void RunTest_RunLoopQuitBogus(MessagePumpFactory factory) { in RunTest_RunLoopQuitBogus()
837 void RunTest_RunLoopQuitDeep(MessagePumpFactory factory) { in RunTest_RunLoopQuitDeep()
906 void RunTest_RunLoopQuitOrderBefore(MessagePumpFactory factory) { in RunTest_RunLoopQuitOrderBefore()
927 void RunTest_RunLoopQuitOrderDuring(MessagePumpFactory factory) { in RunTest_RunLoopQuitOrderDuring()
954 void RunTest_RunLoopQuitOrderAfter(MessagePumpFactory factory) { in RunTest_RunLoopQuitOrderAfter()
1011 void RunTest_RecursivePosts(MessagePumpFactory factory) { in RunTest_RecursivePosts()