Searched refs:message_pump_factory (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/base/threading/
H A Dthread.h44 // This is ignored if message_pump_factory.is_null() is false.
48 // on the thread. If message_pump_factory.is_null(), then a MessagePump
51 MessagePumpFactory message_pump_factory; member in struct:base::Thread::Options
H A Dthread.cc192 if (!startup_data_->options.message_pump_factory.is_null()) {
194 new MessageLoop(startup_data_->options.message_pump_factory.Run()));
/external/chromium_org/mojo/common/
H A Dhandle_watcher.cc221 thread_options.message_pump_factory = base::Bind(&CreateMessagePumpMojo);

Completed in 92 milliseconds