Searched refs:ProcessResultWatcher (Results 1 – 1 of 1) sorted by relevance
180 class ProcessResultWatcher : public ResultWatcher { class182 ProcessResultWatcher(FilePath result_file, size_t num_tests, Process& process) in ProcessResultWatcher() function in base::ProcessResultWatcher195 int ProcessResultWatcher::GetExitCode() { in GetExitCode()199 bool ProcessResultWatcher::WaitWithTimeout(TimeDelta timeout) { in WaitWithTimeout()555 ProcessResultWatcher result_watcher(result_file, num_tests, process); in LaunchChildTestProcessWithOptions()