Searched refs:created_db_thread_ (Results 1 – 2 of 2) sorted by relevance
108 created_db_thread_(false), in BrowserProcessImpl()391 if (!created_db_thread_) in db_thread()756 DCHECK(!created_db_thread_ && db_thread_.get() == NULL); in CreateDBThread()757 created_db_thread_ = true; in CreateDBThread()
172 bool created_db_thread_; variable