Searched refs:pump_factory (Results 1 – 2 of 2) sorted by relevance
216 MessageLoop(Type type, MessagePumpFactoryCallback pump_factory);247 MessagePumpFactoryCallback pump_factory);
316 MessagePumpFactoryCallback pump_factory) { in CreateUnbound() argument317 return WrapUnique(new MessageLoop(type, std::move(pump_factory))); in CreateUnbound()323 MessageLoop::MessageLoop(Type type, MessagePumpFactoryCallback pump_factory) in MessageLoop() argument326 pump_factory_(std::move(pump_factory)), in MessageLoop()