Searched refs:DistillerImpl (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/components/dom_distiller/core/
H A Ddistiller.cc41 scoped_ptr<DistillerImpl> distiller(new DistillerImpl(
46 DistillerImpl::DistilledPageData::DistilledPageData() {}
48 DistillerImpl::DistilledPageData::~DistilledPageData() {}
50 DistillerImpl::DistillerImpl( function in class:dom_distiller::DistillerImpl
60 DistillerImpl::~DistillerImpl() {
64 void DistillerImpl::SetMaxNumPagesInArticle(size_t max_num_pages) {
68 bool DistillerImpl
[all...]
H A Ddistiller.h26 class DistillerImpl;
70 class DistillerImpl : public Distiller { class in namespace:dom_distiller
72 DistillerImpl(
75 virtual ~DistillerImpl();
185 base::WeakPtrFactory<DistillerImpl> weak_factory_;
187 DISALLOW_COPY_AND_ASSIGN(DistillerImpl);
H A Ddistiller_unittest.cc283 scoped_ptr<DistillerImpl> distiller_;
335 new DistillerImpl(url_fetcher_factory_, DomDistillerOptions()));
352 new DistillerImpl(url_fetcher_factory_, DomDistillerOptions()));
367 new DistillerImpl(url_fetcher_factory_, DomDistillerOptions()));
402 new DistillerImpl(url_fetcher_factory_, DomDistillerOptions()));
418 new DistillerImpl(url_fetcher_factory_, DomDistillerOptions()));
446 new DistillerImpl(url_fetcher_factory_, DomDistillerOptions()));
466 new DistillerImpl(url_fetcher_factory_, DomDistillerOptions()));
485 new DistillerImpl(url_fetcher_factory_, DomDistillerOptions()));
509 new DistillerImpl(url_fetcher_factory
[all...]

Completed in 308 milliseconds