Searched refs:TYPE_CUSTOM (Results 1 – 4 of 4) sorted by relevance
97 type = MessageLoop::TYPE_CUSTOM; in StartWithOptions()351 if (message_loop->type() != MessageLoop::TYPE_CUSTOM) { in ThreadMain()
120 TYPE_CUSTOM, enumerator
169 : MessageLoop(TYPE_CUSTOM, BindOnce(&ReturnPump, std::move(pump))) { in MessageLoop()334 DCHECK(type_ != TYPE_CUSTOM || !pump_factory_.is_null()); in MessageLoop()
831 case MessageLoop::TYPE_CUSTOM: in MessageLoopTypeToString()