Home
last modified time | relevance | path

Searched refs:kill_process_timer_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/remoting/host/win/
Dworker_process_launcher.cc92 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()
Dworker_process_launcher.h142 base::OneShotTimer<WorkerProcessLauncher> kill_process_timer_; variable