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

  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_service.h 49 // The SafeBrowsingService owns both the UI and Database managers which do
51 // alive until SafeBrowsingService is destroyed, however, they are disabled
53 class SafeBrowsingService
55 SafeBrowsingService,
60 // a SafeBrowsingService. Useful for tests.
70 static SafeBrowsingService* CreateSafeBrowsingService();
89 // The DownloadProtectionService is not valid after the SafeBrowsingService
108 SafeBrowsingService();
110 virtual ~SafeBrowsingService();
120 friend class base::DeleteHelper<SafeBrowsingService>;
    [all...]
safe_browsing_service.cc 78 SafeBrowsingService::GetBaseFilename().value() + kCookiesFile);
87 SafeBrowsingService* sb_service_);
98 SafeBrowsingService* const sb_service_; // Owned by BrowserProcess.
105 SafeBrowsingService* sb_service)
127 SafeBrowsingServiceFactory* SafeBrowsingService::factory_ = NULL;
133 virtual SafeBrowsingService* CreateSafeBrowsingService() OVERRIDE {
134 return new SafeBrowsingService();
149 base::FilePath SafeBrowsingService::GetCookieFilePathForTesting() {
154 base::FilePath SafeBrowsingService::GetBaseFilename() {
163 SafeBrowsingService* SafeBrowsingService::CreateSafeBrowsingService()
    [all...]
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_service.h 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
    [all...]
safe_browsing_service.cc 84 SafeBrowsingServiceFactory* SafeBrowsingService::factory_ = NULL;
90 virtual SafeBrowsingService* CreateSafeBrowsingService() {
91 return new SafeBrowsingService();
105 struct SafeBrowsingService::WhiteListedEntry {
112 SafeBrowsingService::UnsafeResource::UnsafeResource()
120 SafeBrowsingService::UnsafeResource::~UnsafeResource() {}
122 SafeBrowsingService::SafeBrowsingCheck::SafeBrowsingCheck()
131 SafeBrowsingService::SafeBrowsingCheck::~SafeBrowsingCheck() {}
133 void SafeBrowsingService::Client::OnSafeBrowsingResult(
154 SafeBrowsingService* SafeBrowsingService::CreateSafeBrowsingService()
    [all...]

Completed in 59 milliseconds