UNCOMMON          660 chrome/browser/download/chrome_download_manager_delegate.cc       case DownloadProtectionService::UNCOMMON:
UNCOMMON           94 chrome/browser/safe_browsing/download_feedback_service.cc   if (result != DownloadProtectionService::UNCOMMON &&
UNCOMMON          182 chrome/browser/safe_browsing/download_feedback_service_unittest.cc   EXPECT_TRUE(WillStorePings(DownloadProtectionService::UNCOMMON, ok_size));
UNCOMMON          188 chrome/browser/safe_browsing/download_feedback_service_unittest.cc   EXPECT_FALSE(WillStorePings(DownloadProtectionService::UNCOMMON, bad_size));
UNCOMMON          210 chrome/browser/safe_browsing/download_feedback_service_unittest.cc       DownloadProtectionService::UNCOMMON, &item, ping_request, ping_response);
UNCOMMON          249 chrome/browser/safe_browsing/download_feedback_service_unittest.cc         DownloadProtectionService::UNCOMMON, &item[i], ping_request,
UNCOMMON          318 chrome/browser/safe_browsing/download_feedback_service_unittest.cc         DownloadProtectionService::UNCOMMON, &item[i], ping_request,
UNCOMMON          427 chrome/browser/safe_browsing/download_protection_service.cc       } else if (response.verdict() == ClientDownloadResponse::UNCOMMON) {
UNCOMMON          429 chrome/browser/safe_browsing/download_protection_service.cc         result = UNCOMMON;
UNCOMMON          626 chrome/browser/safe_browsing/download_protection_service_unittest.cc   response.set_verdict(ClientDownloadResponse::UNCOMMON);
UNCOMMON          638 chrome/browser/safe_browsing/download_protection_service_unittest.cc   EXPECT_TRUE(IsResult(DownloadProtectionService::UNCOMMON));