Searched refs:process_launcher_thread_ (Results 1 – 2 of 2) sorted by relevance
237 process_launcher_thread_.reset(); in ~BrowserProcessImpl()400 return process_launcher_thread_.get(); in process_launcher_thread()767 DCHECK(!created_process_launcher_thread_ && !process_launcher_thread_.get()); in CreateProcessLauncherThread()774 process_launcher_thread_.swap(thread); in CreateProcessLauncherThread()
176 scoped_ptr<base::Thread> process_launcher_thread_; variable