Home | History | Annotate | Download | only in download

Lines Matching refs:SafeBrowsingService

17 // SafeBrowsingService. The client is refcounted and will be  released once
32 : public SafeBrowsingService::Client,
50 // Call SafeBrowsingService on IO thread to verify the download URL or
55 // Callback interfaces for SafeBrowsingService::Client.
58 SafeBrowsingService::UrlCheckResult result);
60 const std::string& hash, SafeBrowsingService::UrlCheckResult result);
82 void SafeBrowsingCheckUrlDone(SafeBrowsingService::UrlCheckResult result);
83 void SafeBrowsingCheckHashDone(SafeBrowsingService::UrlCheckResult result);
86 void ReportMalware(SafeBrowsingService::UrlCheckResult result);
98 scoped_refptr<SafeBrowsingService> sb_service_;