Searched refs:CreateMessagePumpForType (Results 1 – 2 of 2) sorted by relevance
147 static std::unique_ptr<MessagePump> CreateMessagePumpForType(Type type);
245 std::unique_ptr<MessagePump> MessageLoop::CreateMessagePumpForType(Type type) { in CreateMessagePumpForType() function in base::MessageLoop347 pump_ = CreateMessagePumpForType(type_); in BindToCurrentThread()