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.h32 class SafeBrowsingServiceFactory; variable
65 static void RegisterFactory(SafeBrowsingServiceFactory* factory) { in RegisterFactory()
190 static SafeBrowsingServiceFactory* factory_;
243 class SafeBrowsingServiceFactory {
245 SafeBrowsingServiceFactory() { }
246 virtual ~SafeBrowsingServiceFactory() { }
249 DISALLOW_COPY_AND_ASSIGN(SafeBrowsingServiceFactory);
Dsafe_browsing_service.cc146 SafeBrowsingServiceFactory* SafeBrowsingService::factory_ = NULL;
150 class SafeBrowsingServiceFactoryImpl : public SafeBrowsingServiceFactory {
Dsafe_browsing_test.cc134 class TestSafeBrowsingServiceFactory : public SafeBrowsingServiceFactory {
Dsafe_browsing_service_browsertest.cc92 class TestSafeBrowsingServiceFactory : public SafeBrowsingServiceFactory {
Dsafe_browsing_blocking_page_test.cc214 class TestSafeBrowsingServiceFactory : public SafeBrowsingServiceFactory {
/external/chromium_org/chrome/browser/prerender/
Dprerender_browsertest.cc729 class TestSafeBrowsingServiceFactory : public SafeBrowsingServiceFactory {