DistillerURLFetcherFactory   59 chrome/browser/dom_distiller/dom_distiller_service_factory.cc   scoped_ptr<DistillerURLFetcherFactory> distiller_url_fetcher_factory(
DistillerURLFetcherFactory   60 chrome/browser/dom_distiller/dom_distiller_service_factory.cc       new DistillerURLFetcherFactory(profile->GetRequestContext()));
DistillerURLFetcherFactory   33 components/dom_distiller/core/distiller.cc     scoped_ptr<DistillerURLFetcherFactory> distiller_url_fetcher_factory)
DistillerURLFetcherFactory   52 components/dom_distiller/core/distiller.cc     const DistillerURLFetcherFactory& distiller_url_fetcher_factory)
DistillerURLFetcherFactory   59 components/dom_distiller/core/distiller.h       scoped_ptr<DistillerURLFetcherFactory> distiller_url_fetcher_factory);
DistillerURLFetcherFactory   65 components/dom_distiller/core/distiller.h   scoped_ptr<DistillerURLFetcherFactory> distiller_url_fetcher_factory_;
DistillerURLFetcherFactory   73 components/dom_distiller/core/distiller.h       const DistillerURLFetcherFactory& distiller_url_fetcher_factory);
DistillerURLFetcherFactory  154 components/dom_distiller/core/distiller.h   const DistillerURLFetcherFactory& distiller_url_fetcher_factory_;
DistillerURLFetcherFactory  215 components/dom_distiller/core/distiller_unittest.cc class TestDistillerURLFetcherFactory : public DistillerURLFetcherFactory {
DistillerURLFetcherFactory  217 components/dom_distiller/core/distiller_unittest.cc   TestDistillerURLFetcherFactory() : DistillerURLFetcherFactory(NULL) {}
DistillerURLFetcherFactory  225 components/dom_distiller/core/distiller_unittest.cc class MockDistillerURLFetcherFactory : public DistillerURLFetcherFactory {
DistillerURLFetcherFactory  228 components/dom_distiller/core/distiller_unittest.cc       : DistillerURLFetcherFactory(NULL) {}
DistillerURLFetcherFactory   18 components/dom_distiller/core/distiller_url_fetcher.cc DistillerURLFetcherFactory::DistillerURLFetcherFactory(
DistillerURLFetcherFactory   24 components/dom_distiller/core/distiller_url_fetcher.cc DistillerURLFetcherFactory::CreateDistillerURLFetcher() const {
DistillerURLFetcherFactory   20 components/dom_distiller/core/distiller_url_fetcher.h class DistillerURLFetcherFactory {
DistillerURLFetcherFactory   22 components/dom_distiller/core/distiller_url_fetcher.h   explicit DistillerURLFetcherFactory(
DistillerURLFetcherFactory   24 components/dom_distiller/core/distiller_url_fetcher.h   virtual ~DistillerURLFetcherFactory() {}
DistillerURLFetcherFactory   51 components/dom_distiller/standalone/content_extractor.cc   scoped_ptr<DistillerURLFetcherFactory> distiller_url_fetcher_factory(
DistillerURLFetcherFactory   52 components/dom_distiller/standalone/content_extractor.cc       new DistillerURLFetcherFactory(context->GetRequestContext()));