Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/safe_browsing/
Dsafe_browsing_service.h33 class SafeBrowsingServiceFactory; variable
66 static void RegisterFactory(SafeBrowsingServiceFactory* factory) { in RegisterFactory()
201 static SafeBrowsingServiceFactory* factory_;
254 class SafeBrowsingServiceFactory {
256 SafeBrowsingServiceFactory() { }
257 virtual ~SafeBrowsingServiceFactory() { }
260 DISALLOW_COPY_AND_ASSIGN(SafeBrowsingServiceFactory);
Dsafe_browsing_service.cc148 SafeBrowsingServiceFactory* SafeBrowsingService::factory_ = NULL;
152 class SafeBrowsingServiceFactoryImpl : public SafeBrowsingServiceFactory {
Dsafe_browsing_test.cc137 class TestSafeBrowsingServiceFactory : public SafeBrowsingServiceFactory {
Dsafe_browsing_blocking_page_test.cc212 class TestSafeBrowsingServiceFactory : public SafeBrowsingServiceFactory {
Dsafe_browsing_service_browsertest.cc96 class TestSafeBrowsingServiceFactory : public SafeBrowsingServiceFactory {
/external/chromium_org/chrome/browser/prerender/
Dprerender_browsertest.cc747 class TestSafeBrowsingServiceFactory : public SafeBrowsingServiceFactory {