Searched refs:ChildProcessStats (Results 1 – 2 of 2) sorted by relevance
402 struct ChildProcessStats;403 std::map<std::wstring, ChildProcessStats> child_process_stats_buffer_;
290 struct MetricsService::ChildProcessStats { struct in MetricsService292 explicit ChildProcessStats(ChildProcessInfo::ProcessType type) in ChildProcessStats() function300 ChildProcessStats() in ChildProcessStats() function1586 ChildProcessStats(child_details->type()); in LogChildProcessChange()1589 ChildProcessStats& stats = child_process_stats_buffer_[child_name]; in LogChildProcessChange()1687 ChildProcessStats stats = in RecordPluginChanges()1713 for (std::map<std::wstring, ChildProcessStats>::iterator cache_iter = in RecordPluginChanges()1716 ChildProcessStats stats = cache_iter->second; in RecordPluginChanges()