Home | History | Annotate | Download | only in message_loop

Lines Matching defs:base

8 #include "base/message_loop/message_loop.h"
16 namespace base {
48 } // namespace base
52 base::test::RunTest_PostTask(factory); \
55 base::test::RunTest_PostDelayedTask_Basic(factory); \
58 base::test::RunTest_PostDelayedTask_InDelayOrder(factory); \
61 base::test::RunTest_PostDelayedTask_InPostOrder(factory); \
64 base::test::RunTest_PostDelayedTask_InPostOrder_2(factory); \
67 base::test::RunTest_PostDelayedTask_InPostOrder_3(factory); \
70 base::test::RunTest_PostDelayedTask_SharedTimer(factory); \
76 base::test::RunTest_EnsureDeletion(factory); \
82 base::test::RunTest_EnsureDeletion_Chain(factory); \
85 base::test::RunTest_Nesting(factory); \
88 base::test::RunTest_RecursiveDenial1(factory); \
91 base::test::RunTest_RecursiveDenial3(factory); \
94 base::test::RunTest_RecursiveSupport1(factory); \
97 base::test::RunTest_NonNestableWithNoNesting(factory); \
100 base::test::RunTest_NonNestableInNestedLoop(factory); \
103 base::test::RunTest_QuitNow(factory); \
106 base::test::RunTest_RunLoopQuitTop(factory); \
109 base::test::RunTest_RunLoopQuitNested(factory); \
112 base::test::RunTest_RunLoopQuitBogus(factory); \
115 base::test::RunTest_RunLoopQuitDeep(factory); \
118 base::test::RunTest_RunLoopQuitOrderBefore(factory); \
121 base::test::RunTest_RunLoopQuitOrderDuring(factory); \
124 base::test::RunTest_RunLoopQuitOrderAfter(factory); \
127 base::test::RunTest_RecursivePosts(factory); \