Home
last modified time | relevance | path

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

/external/libchrome/base/threading/
Dthread.h62 typedef Callback<std::unique_ptr<MessagePump>()> MessagePumpFactory; typedef
80 MessagePumpFactory message_pump_factory;
/external/libchrome/base/message_loop/
Dmessage_loop.h139 using MessagePumpFactory = std::unique_ptr<MessagePump>(); variable
143 static bool InitMessagePumpForUIFactory(MessagePumpFactory* factory);
Dmessage_loop.cc33 MessageLoop::MessagePumpFactory* message_pump_for_ui_factory_ = nullptr;
236 bool MessageLoop::InitMessagePumpForUIFactory(MessagePumpFactory* factory) { in InitMessagePumpForUIFactory()