Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/metrics/
Dmetrics_service.h402 struct ChildProcessStats;
403 std::map<std::wstring, ChildProcessStats> child_process_stats_buffer_;
Dmetrics_service.cc290 struct MetricsService::ChildProcessStats { struct in MetricsService
292 explicit ChildProcessStats(ChildProcessInfo::ProcessType type) in ChildProcessStats() function
300 ChildProcessStats() in ChildProcessStats() function
1586 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()