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

  /external/chromium_org/chrome/browser/safe_browsing/
download_protection_service.h 81 virtual bool IsSupportedDownload(const content::DownloadItem& item,
download_protection_service.cc 309 if (!IsSupportedDownload(
412 } else if (service_ && !service_->IsSupportedDownload(
448 static bool IsSupportedDownload(const content::DownloadItem& item,
837 bool DownloadProtectionService::IsSupportedDownload(
    [all...]
download_protection_service_unittest.cc 760 // DownloadProtectionService::IsSupportedDownload() will return false
794 EXPECT_FALSE(download_service_->IsSupportedDownload(item, a_crx));
    [all...]
  /external/chromium_org/chrome/browser/download/
chrome_download_manager_delegate.cc 507 service->IsSupportedDownload(*download, suggested_path);

Completed in 7454 milliseconds