Home
last modified time | relevance | path

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

/external/libchrome/base/message_loop/
Dmessage_loop.cc228 #define MESSAGE_PUMP_DEFAULT \ in CreateMessagePumpForType() macro
231 #define MESSAGE_PUMP_DEFAULT scoped_ptr<MessagePump>(new MessagePumpDefault()) in CreateMessagePumpForType() macro
248 return MESSAGE_PUMP_DEFAULT; in CreateMessagePumpForType()