Lines Matching refs:ChildProcessStats
290 struct MetricsService::ChildProcessStats {
292 explicit ChildProcessStats(ChildProcessInfo::ProcessType type)
300 ChildProcessStats()
1586 ChildProcessStats(child_details->type());
1589 ChildProcessStats& stats = child_process_stats_buffer_[child_name];
1687 ChildProcessStats stats =
1713 for (std::map<std::wstring, ChildProcessStats>::iterator cache_iter =
1716 ChildProcessStats stats = cache_iter->second;