Lines Matching refs:PostTask

99   MessageLoop::current()->PostTask(FROM_HERE, Bind(  in RunTest_PostTask()
101 MessageLoop::current()->PostTask(FROM_HERE, Bind( in RunTest_PostTask()
103 MessageLoop::current()->PostTask(FROM_HERE, Bind( in RunTest_PostTask()
105 MessageLoop::current()->PostTask(FROM_HERE, Bind( in RunTest_PostTask()
107 MessageLoop::current()->PostTask(FROM_HERE, Bind( in RunTest_PostTask()
109 MessageLoop::current()->PostTask(FROM_HERE, Bind( in RunTest_PostTask()
112 MessageLoop::current()->PostTask( in RunTest_PostTask()
213 loop.PostTask(FROM_HERE, Bind(&SlowFunc, kPause, &num_tasks)); in RunTest_PostDelayedTask_InPostOrder_2()
243 loop.PostTask(FROM_HERE, in RunTest_PostDelayedTask_InPostOrder_3()
312 MessageLoop::current()->PostTask( in ~RecordDeletionProbe()
326 loop.PostTask( in RunTest_EnsureDeletion()
351 loop.PostTask(FROM_HERE, Bind(&RecordDeletionProbe::Run, c)); in RunTest_EnsureDeletion_Chain()
361 MessageLoop::current()->PostTask(FROM_HERE, in NestingFunc()
375 MessageLoop::current()->PostTask(FROM_HERE, in RunTest_Nesting()
466 MessageLoop::current()->PostTask( in RecursiveFunc()
484 MessageLoop::current()->PostTask( in RunTest_RecursiveDenial1()
487 MessageLoop::current()->PostTask( in RunTest_RecursiveDenial1()
490 MessageLoop::current()->PostTask( in RunTest_RecursiveDenial1()
531 MessageLoop::current()->PostTask( in RunTest_RecursiveDenial3()
533 MessageLoop::current()->PostTask( in RunTest_RecursiveDenial3()
571 MessageLoop::current()->PostTask( in RunTest_RecursiveSupport1()
573 MessageLoop::current()->PostTask( in RunTest_RecursiveSupport1()
575 MessageLoop::current()->PostTask( in RunTest_RecursiveSupport1()
608 MessageLoop::current()->PostTask(FROM_HERE, in RunTest_NonNestableWithNoNesting()
610 MessageLoop::current()->PostTask(FROM_HERE, in RunTest_NonNestableWithNoNesting()
647 MessageLoop::current()->PostTask( in RunTest_NonNestableInNestedLoop()
660 MessageLoop::current()->PostTask(FROM_HERE, in RunTest_NonNestableInNestedLoop()
662 MessageLoop::current()->PostTask( in RunTest_NonNestableInNestedLoop()
665 MessageLoop::current()->PostTask(FROM_HERE, in RunTest_NonNestableInNestedLoop()
717 MessageLoop::current()->PostTask(FROM_HERE, in RunTest_QuitNow()
719 MessageLoop::current()->PostTask( in RunTest_QuitNow()
721 MessageLoop::current()->PostTask( in RunTest_QuitNow()
723 MessageLoop::current()->PostTask( in RunTest_QuitNow()
725 MessageLoop::current()->PostTask( in RunTest_QuitNow()
727 MessageLoop::current()->PostTask( in RunTest_QuitNow()
753 MessageLoop::current()->PostTask(FROM_HERE, in RunTest_RunLoopQuitTop()
755 MessageLoop::current()->PostTask( in RunTest_RunLoopQuitTop()
757 MessageLoop::current()->PostTask( in RunTest_RunLoopQuitTop()
759 MessageLoop::current()->PostTask( in RunTest_RunLoopQuitTop()
783 MessageLoop::current()->PostTask(FROM_HERE, in RunTest_RunLoopQuitNested()
785 MessageLoop::current()->PostTask( in RunTest_RunLoopQuitNested()
787 MessageLoop::current()->PostTask( in RunTest_RunLoopQuitNested()
789 MessageLoop::current()->PostTask( in RunTest_RunLoopQuitNested()
814 MessageLoop::current()->PostTask(FROM_HERE, in RunTest_RunLoopQuitBogus()
816 MessageLoop::current()->PostTask( in RunTest_RunLoopQuitBogus()
818 MessageLoop::current()->PostTask( in RunTest_RunLoopQuitBogus()
820 MessageLoop::current()->PostTask( in RunTest_RunLoopQuitBogus()
822 MessageLoop::current()->PostTask( in RunTest_RunLoopQuitBogus()
849 MessageLoop::current()->PostTask(FROM_HERE, in RunTest_RunLoopQuitDeep()
851 MessageLoop::current()->PostTask(FROM_HERE, in RunTest_RunLoopQuitDeep()
853 MessageLoop::current()->PostTask(FROM_HERE, in RunTest_RunLoopQuitDeep()
855 MessageLoop::current()->PostTask(FROM_HERE, in RunTest_RunLoopQuitDeep()
857 MessageLoop::current()->PostTask( in RunTest_RunLoopQuitDeep()
859 MessageLoop::current()->PostTask( in RunTest_RunLoopQuitDeep()
861 MessageLoop::current()->PostTask( in RunTest_RunLoopQuitDeep()
863 MessageLoop::current()->PostTask( in RunTest_RunLoopQuitDeep()
865 MessageLoop::current()->PostTask( in RunTest_RunLoopQuitDeep()
867 MessageLoop::current()->PostTask( in RunTest_RunLoopQuitDeep()
869 MessageLoop::current()->PostTask( in RunTest_RunLoopQuitDeep()
871 MessageLoop::current()->PostTask( in RunTest_RunLoopQuitDeep()
873 MessageLoop::current()->PostTask( in RunTest_RunLoopQuitDeep()
875 MessageLoop::current()->PostTask( in RunTest_RunLoopQuitDeep()
877 MessageLoop::current()->PostTask( in RunTest_RunLoopQuitDeep()
916 MessageLoop::current()->PostTask( in RunTest_RunLoopQuitOrderBefore()
918 MessageLoop::current()->PostTask( in RunTest_RunLoopQuitOrderBefore()
935 MessageLoop::current()->PostTask( in RunTest_RunLoopQuitOrderDuring()
937 MessageLoop::current()->PostTask( in RunTest_RunLoopQuitOrderDuring()
939 MessageLoop::current()->PostTask( in RunTest_RunLoopQuitOrderDuring()
941 MessageLoop::current()->PostTask( in RunTest_RunLoopQuitOrderDuring()
962 MessageLoop::current()->PostTask(FROM_HERE, in RunTest_RunLoopQuitOrderAfter()
964 MessageLoop::current()->PostTask( in RunTest_RunLoopQuitOrderAfter()
966 MessageLoop::current()->PostTask( in RunTest_RunLoopQuitOrderAfter()
968 MessageLoop::current()->PostTask( in RunTest_RunLoopQuitOrderAfter()
970 MessageLoop::current()->PostTask( in RunTest_RunLoopQuitOrderAfter()
972 MessageLoop::current()->PostTask( in RunTest_RunLoopQuitOrderAfter()
974 MessageLoop::current()->PostTask( in RunTest_RunLoopQuitOrderAfter()
995 MessageLoop::current()->PostTask( in PostNTasksThenQuit()
1015 loop.PostTask(FROM_HERE, Bind(&PostNTasksThenQuit, kNumTimes)); in RunTest_RecursivePosts()