Searched refs:process_launched_ (Results 1 – 6 of 6) sorted by relevance
39 ProcessProxy::ProcessProxy(): process_launched_(false), in ProcessProxy()48 if (process_launched_) in Open()55 process_launched_ = LaunchProcess(command, pt_pair_[PT_SLAVE_FD], &pid_); in Open()57 if (process_launched_) { in Open()65 return process_launched_; in Open()71 DCHECK(process_launched_); in StartWatchingOnThread()140 if (!process_launched_) in Close()143 process_launched_ = false; in Close()157 if (!process_launched_) in Write()
82 bool process_launched_; variable
181 bool process_launched() const { return process_launched_; } in process_launched()246 bool process_launched_; variable
95 process_launched_(false) { in WorkerProcessHost()313 process_launched_ = true; in OnProcessLaunched()400 if (process_ && process_launched_) in OnForceKillWorkerProcess()
225 bool process_launched_; variable
391 process_launched_(false), in GpuProcessHost()441 if (process_launched_ && kind_ == GPU_PROCESS_KIND_SANDBOXED) { in ~GpuProcessHost()1176 process_launched_ = true; in LaunchGpuProcess()