Searched refs:kill_process_timer_ (Results 1 – 2 of 2) sorted by relevance
92 if (!kill_process_timer_.IsRunning()) { in Crash()93 kill_process_timer_.Start(FROM_HERE, kill_process_timeout_, this, in Crash()160 if (!kill_process_timer_.IsRunning()) { in OnChannelError()161 kill_process_timer_.Start(FROM_HERE, kill_process_timeout_, this, in OnChannelError()186 DCHECK(!kill_process_timer_.IsRunning()); in LaunchWorker()249 kill_process_timer_.Stop(); in StopWorker()
142 base::OneShotTimer<WorkerProcessLauncher> kill_process_timer_; variable