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);
safe_browsing_service.h 45 class DownloadProtectionService;
89 // The DownloadProtectionService is not valid after the SafeBrowsingService
91 safe_browsing::DownloadProtectionService*
200 // The DownloadProtectionService is managed by the SafeBrowsingService,
202 scoped_ptr<safe_browsing::DownloadProtectionService> download_service_;
download_feedback_service_unittest.cc 119 bool WillStorePings(DownloadProtectionService::DownloadCheckResult result,
184 EXPECT_FALSE(WillStorePings(DownloadProtectionService::SAFE, ok_size));
185 EXPECT_FALSE(WillStorePings(DownloadProtectionService::DANGEROUS, ok_size));
186 EXPECT_TRUE(WillStorePings(DownloadProtectionService::UNCOMMON, ok_size));
188 WillStorePings(DownloadProtectionService::DANGEROUS_HOST, ok_size));
190 EXPECT_FALSE(WillStorePings(DownloadProtectionService::SAFE, bad_size));
191 EXPECT_FALSE(WillStorePings(DownloadProtectionService::DANGEROUS, bad_size));
192 EXPECT_FALSE(WillStorePings(DownloadProtectionService::UNCOMMON, bad_size));
194 WillStorePings(DownloadProtectionService::DANGEROUS_HOST, bad_size));
214 DownloadProtectionService::UNCOMMON, &item, ping_request, ping_response)
    [all...]
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 233 DownloadProtectionService::GetCertificateWhitelistStrings(
288 DownloadProtectionService::DownloadCheckResult result) {
295 DownloadProtectionService::DownloadCheckResult result) {
305 DownloadProtectionService::DownloadCheckResult expected) {
318 DownloadProtectionService* download_service_;
319 DownloadProtectionService::DownloadCheckResult result_;
343 EXPECT_TRUE(IsResult(DownloadProtectionService::SAFE));
358 EXPECT_TRUE(IsResult(DownloadProtectionService::SAFE));
389 EXPECT_TRUE(IsResult(DownloadProtectionService::SAFE));
399 EXPECT_TRUE(IsResult(DownloadProtectionService::SAFE))
    [all...]
download_feedback_service.h 46 DownloadProtectionService::DownloadCheckResult result,
download_feedback_service.cc 107 DownloadProtectionService::DownloadCheckResult result,
111 if (!IsEnabled() || !(result == DownloadProtectionService::UNCOMMON ||
112 result == DownloadProtectionService::DANGEROUS_HOST))
database_manager.h 41 class DownloadProtectionService;
safe_browsing_service.cc 204 download_service_.reset(new safe_browsing::DownloadProtectionService(
  /external/chromium_org/chrome/browser/download/
chrome_download_manager_delegate.cc 53 using safe_browsing::DownloadProtectionService;
65 : verdict_(DownloadProtectionService::SAFE) {
72 DownloadProtectionService::DownloadCheckResult verdict() const {
76 void SetVerdict(DownloadProtectionService::DownloadCheckResult result) {
82 DownloadProtectionService::DownloadCheckResult verdict_;
127 // Callback invoked by DownloadProtectionService::CheckClientDownload.
140 DownloadProtectionService::DownloadCheckResult result) {
142 if (result == DownloadProtectionService::SAFE) {
250 state->SetVerdict(DownloadProtectionService::SAFE);
263 DownloadProtectionService* service = GetDownloadProtectionService()
    [all...]
chrome_download_manager_delegate.h 108 virtual safe_browsing::DownloadProtectionService*
145 // Callback function after the DownloadProtectionService completes.
148 safe_browsing::DownloadProtectionService::DownloadCheckResult result);
download_shelf_context_menu.cc 156 using safe_browsing::DownloadProtectionService;
159 DownloadProtectionService* protection_service =
chrome_download_manager_delegate_unittest.cc 76 // DownloadProtectionService.
83 virtual safe_browsing::DownloadProtectionService*
  /external/chromium_org/chrome/browser/ui/views/download/
download_item_view.cc     [all...]

Completed in 3224 milliseconds