HomeSort by relevance Sort by last modified time
    Searched refs:message_pump_factory (Results 1 - 2 of 2) sorted by null

  /external/libchrome/base/threading/
thread.cc 100 if (!options.message_pump_factory.is_null())
105 type, options.message_pump_factory);
thread.h 51 // This is ignored if message_pump_factory.is_null() is false.
58 // on the thread. If message_pump_factory.is_null(), then a MessagePump
61 MessagePumpFactory message_pump_factory; member in struct:base::Thread::Options

Completed in 49 milliseconds