Home | History | Annotate | Download | only in safe_browsing

Lines Matching refs:SafeBrowsingService

26   TestSafeBrowsingBlockingPage(SafeBrowsingService* service,
38 class TestSafeBrowsingService: public SafeBrowsingService {
60 SafeBrowsingService* service,
69 public SafeBrowsingService::Client {
91 // SafeBrowsingService::Client implementation.
93 SafeBrowsingService::UrlCheckResult result) {
122 SafeBrowsingService::UnsafeResource resource;
143 // Proceed() posts a task to update the SafeBrowsingService::Client.
150 // DontProceed() posts a task to update the SafeBrowsingService::Client.
157 void InitResource(SafeBrowsingService::UnsafeResource* resource,
163 resource->threat_type = SafeBrowsingService::URL_MALWARE;
514 // SafeBrowsingService::Client.