HomeSort by relevance Sort by last modified time
    Searched defs:SafeBrowsingService (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_service.h 53 // The SafeBrowsingService owns both the UI and Database managers which do
55 // alive until SafeBrowsingService is destroyed, however, they are disabled
57 class SafeBrowsingService
59 SafeBrowsingService,
64 // a SafeBrowsingService. Useful for tests.
74 static SafeBrowsingService* CreateSafeBrowsingService();
103 // The DownloadProtectionService is not valid after the SafeBrowsingService
129 SafeBrowsingService();
131 virtual ~SafeBrowsingService();
141 friend class base::DeleteHelper<SafeBrowsingService>;
    [all...]
safe_browsing_service.cc 88 SafeBrowsingService::GetBaseFilename().value() + kCookiesFile);
106 SafeBrowsingService* sb_service_);
117 SafeBrowsingService* const sb_service_; // Owned by BrowserProcess.
124 SafeBrowsingService* sb_service)
146 SafeBrowsingServiceFactory* SafeBrowsingService::factory_ = NULL;
152 virtual SafeBrowsingService* CreateSafeBrowsingService() OVERRIDE {
153 return new SafeBrowsingService();
168 base::FilePath SafeBrowsingService::GetCookieFilePathForTesting() {
173 base::FilePath SafeBrowsingService::GetBaseFilename() {
182 SafeBrowsingService* SafeBrowsingService::CreateSafeBrowsingService()
    [all...]

Completed in 488 milliseconds