Home
last modified time | relevance | path

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

/external/libchrome/base/message_loop/
Dmessage_loop_test.h19 typedef MessageLoop::MessagePumpFactory MessagePumpFactory; typedef
Dmessage_loop.h127 typedef std::unique_ptr<MessagePump>(MessagePumpFactory)(); typedef
/external/libchrome/base/threading/
Dthread.h44 typedef Callback<std::unique_ptr<MessagePump>()> MessagePumpFactory; typedef