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

  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_service.cc 164 enable_download_protection_(false),
203 return enable_download_protection_ && CanReportStats();
209 if (!enabled_ || !enable_download_protection_)
230 if (!enabled_ || !enable_download_protection_ || full_hash.empty())
677 SafeBrowsingDatabase::Create(enable_download_protection_,
882 enable_download_protection_ =
    [all...]
safe_browsing_service.h 223 return enabled_ && enable_download_protection_;
431 bool enable_download_protection_; member in class:SafeBrowsingService

Completed in 51 milliseconds