Home | History | Annotate | Download | only in safe_browsing

Lines Matching refs:SafeBrowsingService

103       SafeBrowsingService* service,
123 SafeBrowsingService* sb_service,
146 unsafe_resources[0].threat_type == SafeBrowsingService::URL_MALWARE &&
178 SafeBrowsingService::URL_MALWARE) {
183 SafeBrowsingService::URL_PHISHING);
222 const SafeBrowsingService::UnsafeResource& resource = *iter;
224 if (resource.threat_type == SafeBrowsingService::URL_MALWARE) {
230 DCHECK(resource.threat_type == SafeBrowsingService::URL_PHISHING);
408 if (unsafe_resources_[0].threat_type == SafeBrowsingService::URL_MALWARE) {
411 SafeBrowsingService::URL_PHISHING) {
463 SafeBrowsingService::URL_PHISHING);
479 SafeBrowsingService::URL_MALWARE);
523 // the SafeBrowsingService again, as the client has been deleted.
618 SafeBrowsingService* sb_service,
624 sb_service, &SafeBrowsingService::OnBlockingPageDone,
636 SafeBrowsingService* sb_service,
637 const SafeBrowsingService::UnsafeResource& unsafe_resource) {
655 std::vector<SafeBrowsingService::UnsafeResource> resources;