Searched refs:created_process_launcher_thread_ (Results 1 – 2 of 2) sorted by relevance
109 created_process_launcher_thread_(false), in BrowserProcessImpl()398 if (!created_process_launcher_thread_) in process_launcher_thread()767 DCHECK(!created_process_launcher_thread_ && !process_launcher_thread_.get()); in CreateProcessLauncherThread()768 created_process_launcher_thread_ = true; in CreateProcessLauncherThread()
175 bool created_process_launcher_thread_; variable