Home | History | Annotate | Download | only in safe_browsing

Lines Matching refs:SafeBrowsingService

46       SafeBrowsingService* sb_service,
70 SafeBrowsingService* sb_service,
88 SafeBrowsingService* sb_service,
152 // Public API used by the SafeBrowsingService ----------------------------------
158 SafeBrowsingService::SafeBrowsingCheck* check,
233 SafeBrowsingService::SafeBrowsingCheck* check = it->second;
254 // If we fail to parse it, we must still inform the SafeBrowsingService
273 // Call back the SafeBrowsingService with full_hashes, even if there was a
465 sb_service_, &SafeBrowsingService::OnNewMacKeys, client_key_,
652 SafeBrowsingService::UrlCheckResult threat_type,
767 SafeBrowsingService::UrlCheckResult threat_type) const {
768 DCHECK(threat_type == SafeBrowsingService::URL_MALWARE ||
769 threat_type == SafeBrowsingService::URL_PHISHING ||
770 threat_type == SafeBrowsingService::BINARY_MALWARE_URL ||
771 threat_type == SafeBrowsingService::BINARY_MALWARE_HASH);
777 case SafeBrowsingService::URL_MALWARE:
780 case SafeBrowsingService::URL_PHISHING:
783 case SafeBrowsingService::BINARY_MALWARE_URL:
786 case SafeBrowsingService::BINARY_MALWARE_HASH: