HomeSort by relevance Sort by last modified time
    Searched refs:ChildProcessStats (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/metrics/
plugin_metrics_provider.h 68 struct ChildProcessStats;
74 // Returns reference to ChildProcessStats corresponding to |data|.
75 ChildProcessStats& GetChildProcessStats(
104 std::map<base::string16, ChildProcessStats> child_process_stats_buffer_;
plugin_metrics_provider.cc 66 struct PluginMetricsProvider::ChildProcessStats {
68 explicit ChildProcessStats(int process_type)
77 ChildProcessStats()
233 ChildProcessStats stats = child_process_stats_buffer_[name16];
266 for (std::map<base::string16, ChildProcessStats>::iterator cache_iter =
269 ChildProcessStats stats = cache_iter->second;
301 ChildProcessStats& stats = child_process_stats_buffer_[plugin.name];
338 PluginMetricsProvider::ChildProcessStats&
344 ChildProcessStats(data.process_type);

Completed in 254 milliseconds