Searched refs:created_io_thread_ (Results 1 – 2 of 2) sorted by relevance
106 created_io_thread_(false), in BrowserProcessImpl()377 if (!created_io_thread_) in io_thread()421 if (!created_io_thread_) in background_x11_thread()708 DCHECK(!created_io_thread_ && io_thread_.get() == NULL); in CreateIOThread()709 created_io_thread_ = true; in CreateIOThread()
162 bool created_io_thread_; variable