Home
last modified time | relevance | path

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

/external/libchrome/base/message_loop/
Dmessage_loop.cc217 #define MESSAGE_PUMP_UI scoped_ptr<MessagePump>(MessagePumpMac::Create()) in CreateMessagePumpForType() macro
221 #define MESSAGE_PUMP_UI scoped_ptr<MessagePump>() in CreateMessagePumpForType() macro
223 #define MESSAGE_PUMP_UI scoped_ptr<MessagePump>(new MessagePumpForUI()) in CreateMessagePumpForType() macro
237 return MESSAGE_PUMP_UI; in CreateMessagePumpForType()