Searched refs:kMaximumReportedProfileCount (Results 1 – 1 of 1) sorted by relevance
22 const int kMaximumReportedProfileCount = 5; variable154 if (limited_total > kMaximumReportedProfileCount) { in UpdateReportedProfilesStatistics()155 limited_total = kMaximumReportedProfileCount + 1; in UpdateReportedProfilesStatistics()