HomeSort by relevance Sort by last modified time
    Searched full:process_watcher_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/remoting/host/win/
worker_process_launcher.cc 113 DCHECK(!process_watcher_.GetWatchedObject());
116 if (!process_watcher_.StartWatching(worker_process, this)) {
158 // |process_watcher_|. As the result KillProcess() will not be called and
168 DCHECK(!process_watcher_.GetWatchedObject());
187 DCHECK(!process_watcher_.GetWatchedObject());
245 process_watcher_.StopWatching();
worker_process_launcher.h 155 base::win::ObjectWatcher process_watcher_; member in class:remoting::WorkerProcessLauncher
  /external/chromium_org/remoting/host/setup/
daemon_installer_win.cc 108 base::win::ObjectWatcher process_watcher_; member in class:remoting::DaemonCommandLineInstallerWin
273 process_watcher_.StopWatching();
309 if (!process_watcher_.StartWatching(process_.Get(), this)) {

Completed in 69 milliseconds