Searched refs:enable_download_protection_ (Results 1 – 2 of 2) sorted by relevance
164 enable_download_protection_(false), in SafeBrowsingService()203 return enable_download_protection_ && CanReportStats(); in DownloadBinHashNeeded()209 if (!enabled_ || !enable_download_protection_) in CheckDownloadUrl()230 if (!enabled_ || !enable_download_protection_ || full_hash.empty()) in CheckDownloadHash()677 SafeBrowsingDatabase::Create(enable_download_protection_, in GetDatabase()882 enable_download_protection_ = in Start()1094 DCHECK(enable_download_protection_); in CheckDownloadHashOnSBThread()1116 DCHECK(enable_download_protection_); in CheckDownloadUrlOnSBThread()1156 DCHECK(enable_download_protection_); in CheckDownloadUrlDone()1161 DCHECK(enable_download_protection_); in CheckDownloadHashDone()
223 return enabled_ && enable_download_protection_; in download_protection_enabled()431 bool enable_download_protection_; variable