Home
last modified time | relevance | path

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

/external/libchrome/base/message_loop/
Dmessage_loop.cc245 std::unique_ptr<MessagePump> MessageLoop::CreateMessagePumpForType(Type type) { in CreateMessagePumpForType() function in base::MessageLoop
345 pump_ = CreateMessagePumpForType(type_); in BindToCurrentThread()
Dmessage_loop.h147 static std::unique_ptr<MessagePump> CreateMessagePumpForType(Type type);