Searched defs:IsSupportedDownload (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/safe_browsing/
H A Ddownload_protection_service.cc309 if (!IsSupportedDownload(
412 } else if (service_ && !service_->IsSupportedDownload(
448 static bool IsSupportedDownload(const content::DownloadItem& item, function in class:safe_browsing::DownloadProtectionService::CheckClientDownloadRequest
837 bool DownloadProtectionService::IsSupportedDownload( function in class:safe_browsing::DownloadProtectionService
847 return (CheckClientDownloadRequest::IsSupportedDownload(item, target_path,

Completed in 712 milliseconds