Home
last modified time | relevance | path

Searched refs:created_io_thread_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/
Dbrowser_process_impl.cc106 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()
Dbrowser_process_impl.h162 bool created_io_thread_; variable