Lines Matching refs:MessagePump
100 MessagePumpForIO* ToPumpIO(MessagePump* pump) { in ToPumpIO()
105 scoped_ptr<MessagePump> ReturnPump(scoped_ptr<MessagePump> pump) { in ReturnPump()
129 MessageLoop::MessageLoop(scoped_ptr<MessagePump> pump) in MessageLoop()
208 scoped_ptr<MessagePump> MessageLoop::CreateMessagePumpForType(Type type) { in CreateMessagePumpForType()
217 #define MESSAGE_PUMP_UI scoped_ptr<MessagePump>(MessagePumpMac::Create()) in CreateMessagePumpForType()
221 #define MESSAGE_PUMP_UI scoped_ptr<MessagePump>() in CreateMessagePumpForType()
223 #define MESSAGE_PUMP_UI scoped_ptr<MessagePump>(new MessagePumpForUI()) in CreateMessagePumpForType()
229 scoped_ptr<MessagePump>(new MessagePumpCFRunLoop()) in CreateMessagePumpForType()
231 #define MESSAGE_PUMP_DEFAULT scoped_ptr<MessagePump>(new MessagePumpDefault()) in CreateMessagePumpForType()
240 return scoped_ptr<MessagePump>(new MessagePumpForIO()); in CreateMessagePumpForType()
244 return scoped_ptr<MessagePump>(new MessagePumpForUI()); in CreateMessagePumpForType()