HomeSort by relevance Sort by last modified time
    Searched refs:enable_download_protection_ (Results 1 - 4 of 4) 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
  /external/chromium_org/chrome/browser/safe_browsing/
database_manager.cc 148 enable_download_protection_(false),
161 enable_download_protection_ =
218 if (!enabled_ || !enable_download_protection_)
242 if (!enabled_ || !enable_download_protection_ || full_hash.empty())
677 SafeBrowsingDatabase::Create(enable_download_protection_,
    [all...]
database_manager.h 127 return enable_download_protection_;
384 bool enable_download_protection_; member in class:SafeBrowsingDatabaseManager

Completed in 31 milliseconds