Home | History | Annotate | Download | only in metrics

Lines Matching defs:crashes

48 // of page loads, along with any counts of renderer or plugin crashes.
1601 // Exclude plugin crashes from the count below because we report them via
1696 int crashes = 0;
1697 plugin_dict->GetInteger(prefs::kStabilityPluginCrashes, &crashes);
1698 crashes += stats.process_crashes;
1699 plugin_dict->SetInteger(prefs::kStabilityPluginCrashes, crashes);