Home
last modified time | relevance | path

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

/external/libchrome/base/threading/
Dthread.cc96 if (!options.message_pump_factory.is_null()) in StartWithOptions()
101 MessageLoop::CreateUnbound(type, options.message_pump_factory); in StartWithOptions()
Dthread.h80 MessagePumpFactory message_pump_factory; member