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

  /external/chromium_org/components/dom_distiller/core/
distiller.h 56 class DistillerFactoryImpl : public DistillerFactory {
58 DistillerFactoryImpl(
61 virtual ~DistillerFactoryImpl();
distiller.cc 31 DistillerFactoryImpl::DistillerFactoryImpl(
38 DistillerFactoryImpl::~DistillerFactoryImpl() {}
40 scoped_ptr<Distiller> DistillerFactoryImpl::CreateDistiller() {
  /external/chromium_org/chrome/browser/dom_distiller/
dom_distiller_service_factory.cc 80 new DistillerFactoryImpl(distiller_url_fetcher_factory.Pass(), options));
  /external/chromium_org/components/dom_distiller/standalone/
content_extractor.cc 100 new DistillerFactoryImpl(distiller_url_fetcher_factory.Pass(), options));

Completed in 639 milliseconds