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.h 67 // This is ignored if message_pump_factory.is_null() is false.
74 // on the thread. If message_pump_factory.is_null(), then a MessagePump
77 MessagePumpFactory message_pump_factory; member in struct:base::Thread::Options
thread.cc 96 if (!options.message_pump_factory.is_null())
101 MessageLoop::CreateUnbound(type, options.message_pump_factory);

Completed in 68 milliseconds