Home
last modified time | relevance | path

Searched refs:SafeBrowsingServiceFactory (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/safe_browsing/
Dsafe_browsing_service.h31 class SafeBrowsingServiceFactory; variable
128 static void RegisterFactory(SafeBrowsingServiceFactory* factory) { in RegisterFactory()
406 static SafeBrowsingServiceFactory* factory_;
468 class SafeBrowsingServiceFactory {
470 SafeBrowsingServiceFactory() { } in SafeBrowsingServiceFactory() function
471 virtual ~SafeBrowsingServiceFactory() { } in ~SafeBrowsingServiceFactory()
474 DISALLOW_COPY_AND_ASSIGN(SafeBrowsingServiceFactory);
Dsafe_browsing_blocking_page_test.cc89 class TestSafeBrowsingServiceFactory : public SafeBrowsingServiceFactory {
Dsafe_browsing_service.cc84 SafeBrowsingServiceFactory* SafeBrowsingService::factory_ = NULL;
88 class SafeBrowsingServiceFactoryImpl : public SafeBrowsingServiceFactory {