Searched defs:SafeBrowsingService (Results 1 - 2 of 2) sorted by path

/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_service.cc90 SafeBrowsingService::GetBaseFilename().value() + kCookiesFile);
108 SafeBrowsingService* sb_service_);
119 SafeBrowsingService* const sb_service_; // Owned by BrowserProcess.
126 SafeBrowsingService* sb_service)
148 SafeBrowsingServiceFactory* SafeBrowsingService::factory_ = NULL;
154 virtual SafeBrowsingService* CreateSafeBrowsingService() OVERRIDE {
155 return new SafeBrowsingService();
170 base::FilePath SafeBrowsingService::GetCookieFilePathForTesting() {
175 base::FilePath SafeBrowsingService::GetBaseFilename() {
184 SafeBrowsingService* SafeBrowsingServic
199 SafeBrowsingService::SafeBrowsingService() function in class:SafeBrowsingService
[all...]
H A Dsafe_browsing_service.h54 // The SafeBrowsingService owns both the UI and Database managers which do
56 // alive until SafeBrowsingService is destroyed, however, they are disabled
58 class SafeBrowsingService class in inherits:base::RefCountedThreadSafe,content::NotificationObserver
60 SafeBrowsingService,
65 // a SafeBrowsingService. Useful for tests.
75 static SafeBrowsingService* CreateSafeBrowsingService();
104 // The DownloadProtectionService is not valid after the SafeBrowsingService
136 SafeBrowsingService();
138 virtual ~SafeBrowsingService();
152 friend class base::DeleteHelper<SafeBrowsingService>;
[all...]

Completed in 941 milliseconds