HomeSort by relevance Sort by last modified time
    Searched defs:SafeBrowsingServiceFactoryImpl (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_service.cc 131 class SafeBrowsingServiceFactoryImpl : public SafeBrowsingServiceFactory {
138 friend struct base::DefaultLazyInstanceTraits<SafeBrowsingServiceFactoryImpl>;
140 SafeBrowsingServiceFactoryImpl() { }
142 DISALLOW_COPY_AND_ASSIGN(SafeBrowsingServiceFactoryImpl);
145 static base::LazyInstance<SafeBrowsingServiceFactoryImpl>
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_service.cc 88 class SafeBrowsingServiceFactoryImpl : public SafeBrowsingServiceFactory {
95 friend struct base::DefaultLazyInstanceTraits<SafeBrowsingServiceFactoryImpl>;
97 SafeBrowsingServiceFactoryImpl() { }
99 DISALLOW_COPY_AND_ASSIGN(SafeBrowsingServiceFactoryImpl);
102 static base::LazyInstance<SafeBrowsingServiceFactoryImpl>
    [all...]

Completed in 29 milliseconds