Searched refs:DistillerFactoryImpl (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/components/dom_distiller/core/
H A Ddistiller.h56 class DistillerFactoryImpl : public DistillerFactory { class in namespace:dom_distiller
58 DistillerFactoryImpl(
61 virtual ~DistillerFactoryImpl();
H A Ddistiller.cc31 DistillerFactoryImpl::DistillerFactoryImpl( function in class:dom_distiller::DistillerFactoryImpl
38 DistillerFactoryImpl::~DistillerFactoryImpl() {}
40 scoped_ptr<Distiller> DistillerFactoryImpl::CreateDistiller() {
/external/chromium_org/chrome/browser/dom_distiller/
H A Ddom_distiller_service_factory.cc80 new DistillerFactoryImpl(distiller_url_fetcher_factory.Pass(), options));
/external/chromium_org/components/dom_distiller/standalone/
H A Dcontent_extractor.cc100 new DistillerFactoryImpl(distiller_url_fetcher_factory.Pass(), options));

Completed in 99 milliseconds