Home | History | Annotate | Download | only in metrics

Lines Matching defs:process_type

211 #include "content/public/common/process_type.h"
343 explicit ChildProcessStats(int process_type)
348 process_type(process_type) {}
357 process_type(content::PROCESS_TYPE_UNKNOWN) {}
374 int process_type;
661 if (!IsPluginProcess(data.process_type))
981 int process_type) {
989 initial_log_->RecordProfilerData(process_data, process_type);
1596 if (stats.process_type == content::PROCESS_TYPE_UNKNOWN) {
1599 stats.process_type = content::PROCESS_TYPE_PLUGIN;
1601 DCHECK(IsPluginProcess(stats.process_type));
1611 ChildProcessStats(data.process_type);
1682 if (!IsPluginProcess(stats.process_type))
1728 bool MetricsService::IsPluginProcess(int process_type) {
1729 return (process_type == content::PROCESS_TYPE_PLUGIN ||
1730 process_type == content::PROCESS_TYPE_PPAPI_PLUGIN ||
1731 process_type == content::PROCESS_TYPE_PPAPI_BROKER);