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

  /external/chromium_org/components/dom_distiller/core/
distiller.cc 41 scoped_ptr<DistillerImpl> distiller(new DistillerImpl(
46 DistillerImpl::DistilledPageData::DistilledPageData() {}
48 DistillerImpl::DistilledPageData::~DistilledPageData() {}
50 DistillerImpl::DistillerImpl(
60 DistillerImpl::~DistillerImpl() {
64 void DistillerImpl::SetMaxNumPagesInArticle(size_t max_num_pages) {
68 bool DistillerImpl::AreAllPagesFinished() const
    [all...]
distiller.h 26 class DistillerImpl;
70 class DistillerImpl : public Distiller {
72 DistillerImpl(
75 virtual ~DistillerImpl();
185 base::WeakPtrFactory<DistillerImpl> weak_factory_;
187 DISALLOW_COPY_AND_ASSIGN(DistillerImpl);
distiller_unittest.cc 283 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_, DomDistillerOptions()))
    [all...]

Completed in 63 milliseconds