Lines Matching full:instances
295 instances(0),
303 instances(0),
312 // The number of instances of this child process that have been created.
315 int instances;
1596 stats.instances++;
1701 if (stats.instances) {
1702 int instances = 0;
1703 plugin_dict->GetInteger(prefs::kStabilityPluginInstances, &instances);
1704 instances += stats.instances;
1705 plugin_dict->SetInteger(prefs::kStabilityPluginInstances, instances);
1733 stats.instances);