Home
last modified time | relevance | path

Searched refs:MakeRecallStatusHistogram (Results 1 – 1 of 1) sorted by relevance

/external/chromium/chrome/browser/metrics/
Dmetrics_service.cc203 MetricsService::LogRecallStatus MakeRecallStatusHistogram( in MakeRecallStatusHistogram() function
1172 return MakeRecallStatusHistogram(LIST_EMPTY); in RecallUnsentLogsHelper()
1174 return MakeRecallStatusHistogram(LIST_SIZE_TOO_SMALL); in RecallUnsentLogsHelper()
1180 return MakeRecallStatusHistogram(LIST_SIZE_MISSING); in RecallUnsentLogsHelper()
1185 return MakeRecallStatusHistogram(LIST_SIZE_CORRUPTION); in RecallUnsentLogsHelper()
1196 return MakeRecallStatusHistogram(LOG_STRING_CORRUPTION); in RecallUnsentLogsHelper()
1203 return MakeRecallStatusHistogram(DECODE_FAIL); in RecallUnsentLogsHelper()
1216 return MakeRecallStatusHistogram(CHECKSUM_STRING_CORRUPTION); in RecallUnsentLogsHelper()
1220 return MakeRecallStatusHistogram(CHECKSUM_CORRUPTION); in RecallUnsentLogsHelper()
1222 return MakeRecallStatusHistogram(RECALL_SUCCESS); in RecallUnsentLogsHelper()