Lines Matching refs:MessagePump
94 scoped_ptr<MessagePump> pump(factory()); in RunTest_PostTask()
124 scoped_ptr<MessagePump> pump(factory()); in RunTest_PostDelayedTask_Basic()
147 scoped_ptr<MessagePump> pump(factory()); in RunTest_PostDelayedTask_InDelayOrder()
172 scoped_ptr<MessagePump> pump(factory()); in RunTest_PostDelayedTask_InPostOrder()
202 scoped_ptr<MessagePump> pump(factory()); in RunTest_PostDelayedTask_InPostOrder_2()
229 scoped_ptr<MessagePump> pump(factory()); in RunTest_PostDelayedTask_InPostOrder_3()
257 scoped_ptr<MessagePump> pump(factory()); in RunTest_PostDelayedTask_SharedTimer()
324 scoped_ptr<MessagePump> pump(factory()); in RunTest_EnsureDeletion()
344 scoped_ptr<MessagePump> pump(factory()); in RunTest_EnsureDeletion_Chain()
371 scoped_ptr<MessagePump> pump(factory()); in RunTest_Nesting()
479 scoped_ptr<MessagePump> pump(factory()); in RunTest_RecursiveDenial1()
526 scoped_ptr<MessagePump> pump(factory()); in RunTest_RecursiveDenial3()
567 scoped_ptr<MessagePump> pump(factory()); in RunTest_RecursiveSupport1()
600 scoped_ptr<MessagePump> pump(factory()); in RunTest_NonNestableWithNoNesting()
642 scoped_ptr<MessagePump> pump(factory()); in RunTest_NonNestableInNestedLoop()
710 scoped_ptr<MessagePump> pump(factory()); in RunTest_QuitNow()
745 scoped_ptr<MessagePump> pump(factory()); in RunTest_RunLoopQuitTop()
775 scoped_ptr<MessagePump> pump(factory()); in RunTest_RunLoopQuitNested()
805 scoped_ptr<MessagePump> pump(factory()); in RunTest_RunLoopQuitBogus()
838 scoped_ptr<MessagePump> pump(factory()); in RunTest_RunLoopQuitDeep()
907 scoped_ptr<MessagePump> pump(factory()); in RunTest_RunLoopQuitOrderBefore()
928 scoped_ptr<MessagePump> pump(factory()); in RunTest_RunLoopQuitOrderDuring()
955 scoped_ptr<MessagePump> pump(factory()); in RunTest_RunLoopQuitOrderAfter()
1013 scoped_ptr<MessagePump> pump(factory()); in RunTest_RecursivePosts()