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

  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_service.h 30 class SafeBrowsingServiceFactory;
61 static void RegisterFactory(SafeBrowsingServiceFactory* factory) {
168 static SafeBrowsingServiceFactory* factory_;
214 class SafeBrowsingServiceFactory {
216 SafeBrowsingServiceFactory() { }
217 virtual ~SafeBrowsingServiceFactory() { }
220 DISALLOW_COPY_AND_ASSIGN(SafeBrowsingServiceFactory);
safe_browsing_service.cc 127 SafeBrowsingServiceFactory* SafeBrowsingService::factory_ = NULL;
129 // The default SafeBrowsingServiceFactory. Global, made a singleton so we
131 class SafeBrowsingServiceFactoryImpl : public SafeBrowsingServiceFactory {
safe_browsing_blocking_page_test.cc 191 class TestSafeBrowsingServiceFactory : public SafeBrowsingServiceFactory {
  /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...]
  /external/chromium_org/chrome/browser/prerender/
prerender_browsertest.cc 548 class TestSafeBrowsingServiceFactory : public SafeBrowsingServiceFactory {
    [all...]

Completed in 84 milliseconds