Searched refs:MESSAGE_PUMP_UI (Results 1 – 1 of 1) sorted by relevance
222 #define MESSAGE_PUMP_UI std::unique_ptr<MessagePump>(MessagePumpMac::Create()) in CreateMessagePumpForType() macro226 #define MESSAGE_PUMP_UI std::unique_ptr<MessagePump>() in CreateMessagePumpForType() macro228 #define MESSAGE_PUMP_UI std::unique_ptr<MessagePump>(new MessagePumpForUI()) in CreateMessagePumpForType() macro243 return MESSAGE_PUMP_UI; in CreateMessagePumpForType()