WillStorePings    180 chrome/browser/safe_browsing/download_feedback_service_unittest.cc   EXPECT_FALSE(WillStorePings(DownloadProtectionService::SAFE, ok_size));
WillStorePings    181 chrome/browser/safe_browsing/download_feedback_service_unittest.cc   EXPECT_FALSE(WillStorePings(DownloadProtectionService::DANGEROUS, ok_size));
WillStorePings    182 chrome/browser/safe_browsing/download_feedback_service_unittest.cc   EXPECT_TRUE(WillStorePings(DownloadProtectionService::UNCOMMON, ok_size));
WillStorePings    184 chrome/browser/safe_browsing/download_feedback_service_unittest.cc       WillStorePings(DownloadProtectionService::DANGEROUS_HOST, ok_size));
WillStorePings    186 chrome/browser/safe_browsing/download_feedback_service_unittest.cc   EXPECT_FALSE(WillStorePings(DownloadProtectionService::SAFE, bad_size));
WillStorePings    187 chrome/browser/safe_browsing/download_feedback_service_unittest.cc   EXPECT_FALSE(WillStorePings(DownloadProtectionService::DANGEROUS, bad_size));
WillStorePings    188 chrome/browser/safe_browsing/download_feedback_service_unittest.cc   EXPECT_FALSE(WillStorePings(DownloadProtectionService::UNCOMMON, bad_size));
WillStorePings    190 chrome/browser/safe_browsing/download_feedback_service_unittest.cc       WillStorePings(DownloadProtectionService::DANGEROUS_HOST, bad_size));