Home | History | Annotate | Download | only in metrics

Lines Matching defs:instances

67         instances(0),
76 instances(0),
86 // The number of instances of this child process that have been created.
89 int instances;
174 int instances = 0;
175 plugin_dict->GetInteger(prefs::kStabilityPluginInstances, &instances);
176 if (instances > 0)
177 plugin_stability->set_instance_count(instances);
237 if (stats.instances) {
238 int instances = 0;
239 plugin_dict->GetInteger(prefs::kStabilityPluginInstances, &instances);
240 instances += stats.instances;
241 plugin_dict->SetInteger(prefs::kStabilityPluginInstances, instances);
277 stats.instances);
351 GetChildProcessStats(data).instances++;