Home
last modified time | relevance | path

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

/external/libchrome/base/message_loop/
Dmessage_loop.cc222 #define MESSAGE_PUMP_UI std::unique_ptr<MessagePump>(MessagePumpMac::Create()) in CreateMessagePumpForType() macro
226 #define MESSAGE_PUMP_UI std::unique_ptr<MessagePump>() in CreateMessagePumpForType() macro
228 #define MESSAGE_PUMP_UI std::unique_ptr<MessagePump>(new MessagePumpForUI()) in CreateMessagePumpForType() macro