Searched refs:kMaxCrashesPerInterval (Results 1 – 2 of 2) sorted by relevance
115 const size_t kMaxCrashesPerInterval = 3; variable551 if (crash_times_.size() == kMaxCrashesPerInterval) { in OnProcessCrashed()560 if (crash_times_.size() != kMaxCrashesPerInterval) { in IsThrottled()
715 static const unsigned int kMaxCrashesPerInterval = 3; variable726 if (i->second.size() == kMaxCrashesPerInterval) { in RegisterPluginCrash()740 if (i->second.size() != kMaxCrashesPerInterval) { in IsPluginUnstable()