Home
last modified time | relevance | path

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

/external/libchrome/base/message_loop/
Dmessage_loop.cc314 MessagePumpFactoryCallback pump_factory) { in CreateUnbound() argument
315 return WrapUnique(new MessageLoop(type, std::move(pump_factory))); in CreateUnbound()
321 MessageLoop::MessageLoop(Type type, MessagePumpFactoryCallback pump_factory) in MessageLoop() argument
324 pump_factory_(std::move(pump_factory)), in MessageLoop()
Dmessage_loop.h216 MessageLoop(Type type, MessagePumpFactoryCallback pump_factory);
247 MessagePumpFactoryCallback pump_factory);