HomeSort by relevance Sort by last modified time
    Searched defs:MessagePumpFactory (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/base/message_loop/
message_loop_test.h 19 typedef MessageLoop::MessagePumpFactory MessagePumpFactory;
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)
    [all...]
message_loop.h 125 typedef scoped_ptr<MessagePump> (MessagePumpFactory)();
129 static bool InitMessagePumpForUIFactory(MessagePumpFactory* factory);
  /external/chromium_org/base/threading/
thread.h 38 typedef Callback<scoped_ptr<MessagePump>()> MessagePumpFactory;
55 MessagePumpFactory message_pump_factory;

Completed in 2220 milliseconds