Searched defs:MessagePumpFactory (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/base/message_loop/
H A Dmessage_loop_test.h19 typedef MessageLoop::MessagePumpFactory MessagePumpFactory; typedef in namespace:base::test
21 void RunTest_PostTask(MessagePumpFactory factory);
22 void RunTest_PostDelayedTask_Basic(MessagePumpFactory factory);
23 void RunTest_PostDelayedTask_InDelayOrder(MessagePumpFactory factory);
24 void RunTest_PostDelayedTask_InPostOrder(MessagePumpFactory factory);
25 void RunTest_PostDelayedTask_InPostOrder_2(MessagePumpFactory factory);
26 void RunTest_PostDelayedTask_InPostOrder_3(MessagePumpFactory factory);
27 void RunTest_PostDelayedTask_SharedTimer(MessagePumpFactory factory);
28 void RunTest_EnsureDeletion(MessagePumpFactory factor
[all...]
H A Dmessage_loop.h125 typedef scoped_ptr<MessagePump> (MessagePumpFactory)(); typedef in class:base::MessageLoop
129 static bool InitMessagePumpForUIFactory(MessagePumpFactory* factory);
/external/chromium_org/base/threading/
H A Dthread.h38 typedef Callback<scoped_ptr<MessagePump>()> MessagePumpFactory; typedef in struct:base::Thread::Options
55 MessagePumpFactory message_pump_factory;

Completed in 922 milliseconds