Searched defs:DistillerPage (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/dom_distiller/core/
H A Ddistiller_page.h28 // Constructing a DistillerPage should be cheap, as some of the instances can be
30 class DistillerPage { class in namespace:dom_distiller
36 DistillerPage();
37 virtual ~DistillerPage();
41 // for a given |url| and |options|, any DistillerPage implementation will
55 // should be the same regardless of the DistillerPage implementation.
61 DISALLOW_COPY_AND_ASSIGN(DistillerPage);
64 // Factory for generating a |DistillerPage|.
69 // Constructs and returns a new DistillerPage. The implementation of this
72 virtual scoped_ptr<DistillerPage> CreateDistillerPag
[all...]
H A Ddistiller_page.cc55 DistillerPage::DistillerPage() : ready_(true) {} function in class:dom_distiller::DistillerPage
57 DistillerPage::~DistillerPage() {}
59 void DistillerPage::DistillPage(
71 void DistillerPage::OnDistillationDone(const GURL& page_url,

Completed in 72 milliseconds