HomeSort by relevance Sort by last modified time
    Searched refs:SafeBrowsingServiceFactory (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_service.h 31 class SafeBrowsingServiceFactory;
128 static void RegisterFactory(SafeBrowsingServiceFactory* factory) {
406 static SafeBrowsingServiceFactory* factory_;
468 class SafeBrowsingServiceFactory {
470 SafeBrowsingServiceFactory() { }
471 virtual ~SafeBrowsingServiceFactory() { }
474 DISALLOW_COPY_AND_ASSIGN(SafeBrowsingServiceFactory);
safe_browsing_blocking_page_test.cc 89 class TestSafeBrowsingServiceFactory : public SafeBrowsingServiceFactory {
safe_browsing_service.cc 84 SafeBrowsingServiceFactory* SafeBrowsingService::factory_ = NULL;
86 // The default SafeBrowsingServiceFactory. Global, made a singleton so we
88 class SafeBrowsingServiceFactoryImpl : public SafeBrowsingServiceFactory {
    [all...]

Completed in 3242 milliseconds