Searched refs:message_pump_factory (Results 1 - 5 of 5) 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/chrome/utility/image_writer/
H A Ddisk_unmounter_mac.cc20 options.message_pump_factory = base::Bind(&CreateMessagePump);
/external/chromium_org/mojo/common/
H A Dhandle_watcher.cc232 thread_options.message_pump_factory = base::Bind(&CreateMessagePumpMojo);
/external/chromium_org/mojo/shell/
H A Dapp_child_process.cc108 controller_thread_options.message_pump_factory =

Completed in 108 milliseconds