PageDistiller 57 components/dom_distiller/core/distiller.cc page_distiller_.reset(new PageDistiller(distiller_page_factory)); PageDistiller 155 components/dom_distiller/core/distiller.h scoped_ptr<PageDistiller> page_distiller_; PageDistiller 26 components/dom_distiller/core/page_distiller.cc PageDistiller::PageDistiller(const DistillerPageFactory& distiller_page_factory) PageDistiller 33 components/dom_distiller/core/page_distiller.cc PageDistiller::~PageDistiller() {} PageDistiller 35 components/dom_distiller/core/page_distiller.cc void PageDistiller::Init() { distiller_page_->Init(); } PageDistiller 37 components/dom_distiller/core/page_distiller.cc void PageDistiller::DistillPage(const GURL& url, PageDistiller 43 components/dom_distiller/core/page_distiller.cc void PageDistiller::LoadURL(const GURL& url) { PageDistiller 48 components/dom_distiller/core/page_distiller.cc void PageDistiller::OnLoadURLDone() { GetDistilledContent(); } PageDistiller 50 components/dom_distiller/core/page_distiller.cc void PageDistiller::GetDistilledContent() { PageDistiller 58 components/dom_distiller/core/page_distiller.cc void PageDistiller::OnExecuteJavaScriptDone(const GURL& page_url, PageDistiller 36 components/dom_distiller/core/page_distiller.h class PageDistiller : public DistillerPage::Delegate { PageDistiller 41 components/dom_distiller/core/page_distiller.h explicit PageDistiller(const DistillerPageFactory& distiller_page_factory); PageDistiller 42 components/dom_distiller/core/page_distiller.h virtual ~PageDistiller(); PageDistiller 67 components/dom_distiller/core/page_distiller.h base::WeakPtrFactory<PageDistiller> weak_factory_; PageDistiller 69 components/dom_distiller/core/page_distiller.h DISALLOW_COPY_AND_ASSIGN(PageDistiller);