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

  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_service.h 32 class SafeBrowsingServiceFactory;
65 static void RegisterFactory(SafeBrowsingServiceFactory* factory) {
190 static SafeBrowsingServiceFactory* factory_;
243 class SafeBrowsingServiceFactory {
245 SafeBrowsingServiceFactory() { }
246 virtual ~SafeBrowsingServiceFactory() { }
249 DISALLOW_COPY_AND_ASSIGN(SafeBrowsingServiceFactory);
safe_browsing_service.cc 146 SafeBrowsingServiceFactory* SafeBrowsingService::factory_ = NULL;
148 // The default SafeBrowsingServiceFactory. Global, made a singleton so we
150 class SafeBrowsingServiceFactoryImpl : public SafeBrowsingServiceFactory {
safe_browsing_test.cc 134 class TestSafeBrowsingServiceFactory : public SafeBrowsingServiceFactory {
safe_browsing_blocking_page_test.cc 214 class TestSafeBrowsingServiceFactory : public SafeBrowsingServiceFactory {
    [all...]
safe_browsing_service_browsertest.cc 92 class TestSafeBrowsingServiceFactory : public SafeBrowsingServiceFactory {
    [all...]
  /external/chromium_org/chrome/browser/prerender/
prerender_browsertest.cc 729 class TestSafeBrowsingServiceFactory : public SafeBrowsingServiceFactory {
    [all...]

Completed in 1805 milliseconds