HomeSort by relevance Sort by last modified time
    Searched refs:DownloadProtectionService (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/chrome/browser/safe_browsing/
download_protection_service.h 41 class DownloadProtectionService {
57 DownloadProtectionService(
61 virtual ~DownloadProtectionService();
198 DISALLOW_COPY_AND_ASSIGN(DownloadProtectionService);
download_feedback_service_unittest.cc 117 bool WillStorePings(DownloadProtectionService::DownloadCheckResult result,
180 EXPECT_FALSE(WillStorePings(DownloadProtectionService::SAFE, ok_size));
181 EXPECT_FALSE(WillStorePings(DownloadProtectionService::DANGEROUS, ok_size));
182 EXPECT_TRUE(WillStorePings(DownloadProtectionService::UNCOMMON, ok_size));
184 WillStorePings(DownloadProtectionService::DANGEROUS_HOST, ok_size));
186 EXPECT_FALSE(WillStorePings(DownloadProtectionService::SAFE, bad_size));
187 EXPECT_FALSE(WillStorePings(DownloadProtectionService::DANGEROUS, bad_size));
188 EXPECT_FALSE(WillStorePings(DownloadProtectionService::UNCOMMON, bad_size));
190 WillStorePings(DownloadProtectionService::DANGEROUS_HOST, bad_size));
210 DownloadProtectionService::UNCOMMON, &item, ping_request, ping_response)
    [all...]
safe_browsing_service.h 45 class DownloadProtectionService;
90 // The DownloadProtectionService is not valid after the SafeBrowsingService
92 safe_browsing::DownloadProtectionService*
205 // The DownloadProtectionService is managed by the SafeBrowsingService,
208 scoped_ptr<safe_browsing::DownloadProtectionService> download_service_;
download_protection_service.cc 53 const char DownloadProtectionService::kDownloadRequestUrl[] =
152 const DownloadProtectionService::CheckDownloadCallback& callback,
173 DownloadProtectionService::DownloadCheckResult result =
175 DownloadProtectionService::DANGEROUS :
176 DownloadProtectionService::SAFE;
217 DownloadProtectionService::CheckDownloadCallback callback_;
232 const DownloadProtectionService::CheckDownloadCallback& callback,
271 class DownloadProtectionService::CheckClientDownloadRequest
273 DownloadProtectionService::CheckClientDownloadRequest,
281 DownloadProtectionService* service
    [all...]
download_protection_service_unittest.cc 232 DownloadProtectionService::GetCertificateWhitelistStrings(
287 DownloadProtectionService::DownloadCheckResult result) {
294 DownloadProtectionService::DownloadCheckResult result) {
304 DownloadProtectionService::DownloadCheckResult expected) {
317 DownloadProtectionService* download_service_;
318 DownloadProtectionService::DownloadCheckResult result_;
342 EXPECT_TRUE(IsResult(DownloadProtectionService::SAFE));
357 EXPECT_TRUE(IsResult(DownloadProtectionService::SAFE));
388 EXPECT_TRUE(IsResult(DownloadProtectionService::SAFE));
398 EXPECT_TRUE(IsResult(DownloadProtectionService::SAFE))
    [all...]
download_feedback_service.cc 90 DownloadProtectionService::DownloadCheckResult result,
94 if (result != DownloadProtectionService::UNCOMMON &&
95 result != DownloadProtectionService::DANGEROUS_HOST)
download_feedback_service.h 46 DownloadProtectionService::DownloadCheckResult result,
database_manager.h 41 class DownloadProtectionService;
safe_browsing_service.cc 205 download_service_.reset(new safe_browsing::DownloadProtectionService(
  /external/chromium_org/chrome/browser/download/
chrome_download_manager_delegate.cc 63 using safe_browsing::DownloadProtectionService;
77 : verdict_(DownloadProtectionService::SAFE) {
84 DownloadProtectionService::DownloadCheckResult verdict() const {
88 void SetVerdict(DownloadProtectionService::DownloadCheckResult result) {
94 DownloadProtectionService::DownloadCheckResult verdict_;
142 // Callback invoked by DownloadProtectionService::CheckClientDownload.
155 DownloadProtectionService::DownloadCheckResult result) {
157 if (result == DownloadProtectionService::SAFE) {
316 state->SetVerdict(DownloadProtectionService::SAFE);
329 DownloadProtectionService* service = GetDownloadProtectionService()
    [all...]
download_shelf_context_menu.cc 164 using safe_browsing::DownloadProtectionService;
170 DownloadProtectionService* protection_service =
184 using safe_browsing::DownloadProtectionService;
187 DownloadProtectionService* protection_service =
chrome_download_manager_delegate.h 111 virtual safe_browsing::DownloadProtectionService*
151 // Callback function after the DownloadProtectionService completes.
154 safe_browsing::DownloadProtectionService::DownloadCheckResult result);
chrome_download_manager_delegate_unittest.cc 71 // DownloadProtectionService.
80 virtual safe_browsing::DownloadProtectionService*
  /external/chromium_org/chrome/browser/ui/views/download/
download_item_view.cc     [all...]

Completed in 77 milliseconds