Home
last modified time | relevance | path

Searched refs:MessagePumpFactory (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/base/message_loop/
Dmessage_loop_test.h19 typedef MessageLoop::MessagePumpFactory MessagePumpFactory; typedef
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 factory);
29 void RunTest_EnsureDeletion_Chain(MessagePumpFactory factory);
[all …]
Dmessage_loop_test.cc88 void RunTest_PostTask(MessagePumpFactory factory) { in RunTest_PostTask()
117 void RunTest_PostDelayedTask_Basic(MessagePumpFactory factory) { in RunTest_PostDelayedTask_Basic()
140 void RunTest_PostDelayedTask_InDelayOrder(MessagePumpFactory factory) { in RunTest_PostDelayedTask_InDelayOrder()
165 void RunTest_PostDelayedTask_InPostOrder(MessagePumpFactory factory) { in RunTest_PostDelayedTask_InPostOrder()
195 void RunTest_PostDelayedTask_InPostOrder_2(MessagePumpFactory factory) { in RunTest_PostDelayedTask_InPostOrder_2()
222 void RunTest_PostDelayedTask_InPostOrder_3(MessagePumpFactory factory) { in RunTest_PostDelayedTask_InPostOrder_3()
250 void RunTest_PostDelayedTask_SharedTimer(MessagePumpFactory factory) { in RunTest_PostDelayedTask_SharedTimer()
314 void RunTest_EnsureDeletion(MessagePumpFactory factory) { in RunTest_EnsureDeletion()
333 void RunTest_EnsureDeletion_Chain(MessagePumpFactory factory) { in RunTest_EnsureDeletion_Chain()
364 void RunTest_Nesting(MessagePumpFactory factory) { in RunTest_Nesting()
[all …]
Dmessage_loop.h125 typedef scoped_ptr<MessagePump> (MessagePumpFactory)(); typedef
129 static bool InitMessagePumpForUIFactory(MessagePumpFactory* factory);
Dmessage_loop.cc89 MessageLoop::MessagePumpFactory* message_pump_for_ui_factory_ = NULL;
205 bool MessageLoop::InitMessagePumpForUIFactory(MessagePumpFactory* factory) { in InitMessagePumpForUIFactory()
/external/chromium_org/base/threading/
Dthread.h37 typedef Callback<scoped_ptr<MessagePump>()> MessagePumpFactory; typedef
51 MessagePumpFactory message_pump_factory;