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();
184 base::WeakPtrFactory<DistillerImpl> weak_factory_;
186 DISALLOW_COPY_AND_ASSIGN(DistillerImpl);
H A Ddistiller_unittest.cc282 scoped_ptr<DistillerImpl> distiller_;
334 new DistillerImpl(url_fetcher_factory_, DomDistillerOptions()));
352 new DistillerImpl(url_fetcher_factory_, DomDistillerOptions()));
387 new DistillerImpl(url_fetcher_factory_, DomDistillerOptions()));
403 new DistillerImpl(url_fetcher_factory_, DomDistillerOptions()));
431 new DistillerImpl(url_fetcher_factory_, DomDistillerOptions()));
451 new DistillerImpl(url_fetcher_factory_, DomDistillerOptions()));
470 new DistillerImpl(url_fetcher_factory_, DomDistillerOptions()));
494 new DistillerImpl(url_fetcher_factory_, DomDistillerOptions()));
514 new DistillerImpl(url_fetcher_factory
[all...]

Completed in 85 milliseconds