Home | History | Annotate | Download | only in safe_browsing

Lines Matching defs:SafeBrowsingService

42 class SafeBrowsingService
43 : public base::RefCountedThreadSafe<SafeBrowsingService> {
127 // a SafeBrowsingService. Useful for tests.
133 static SafeBrowsingService* CreateSafeBrowsingService();
262 SafeBrowsingService();
264 virtual ~SafeBrowsingService();
283 friend class base::RefCountedThreadSafe<SafeBrowsingService>;
403 // The factory used to instanciate a SafeBrowsingService object.
405 // SafeBrowsingService.
425 // Whether the service is running. 'enabled_' is used by SafeBrowsingService
464 DISALLOW_COPY_AND_ASSIGN(SafeBrowsingService);
467 // Factory for creating SafeBrowsingService. Useful for tests.
472 virtual SafeBrowsingService* CreateSafeBrowsingService() = 0;