HomeSort by relevance Sort by last modified time
    Searched defs:DistillerPage (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/components/dom_distiller/core/
distiller_page.cc 55 DistillerPage::DistillerPage() : ready_(true) {}
57 DistillerPage::~DistillerPage() {}
59 void DistillerPage::DistillPage(
71 void DistillerPage::OnDistillationDone(const GURL& page_url,
distiller_page.h 28 // Constructing a DistillerPage should be cheap, as some of the instances can be
30 class DistillerPage {
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> CreateDistillerPage
    [all...]

Completed in 64 milliseconds