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

  /external/libchrome/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 131 typedef std::unique_ptr<MessagePump>(MessagePumpFactory)();
135 static bool InitMessagePumpForUIFactory(MessagePumpFactory* factory);
  /external/libchrome/base/threading/
thread.h 59 typedef Callback<std::unique_ptr<MessagePump>()> MessagePumpFactory;
77 MessagePumpFactory message_pump_factory;

Completed in 134 milliseconds