Searched refs:DistillerPage (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/components/dom_distiller/core/
H A Dfake_distiller_page.h18 MOCK_CONST_METHOD0(CreateDistillerPageImpl, DistillerPage*());
19 virtual scoped_ptr<DistillerPage> CreateDistillerPage(
21 return scoped_ptr<DistillerPage>(CreateDistillerPageImpl());
23 virtual scoped_ptr<DistillerPage> CreateDistillerPageWithHandle(
25 return scoped_ptr<DistillerPage>(CreateDistillerPageImpl());
29 class MockDistillerPage : public DistillerPage {
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 Ddom_distiller_service.h55 scoped_ptr<DistillerPage> distiller_page,
82 scoped_ptr<DistillerPage> distiller_page,
91 scoped_ptr<DistillerPage> distiller_page,
94 // Creates a default DistillerPage.
95 virtual scoped_ptr<DistillerPage> CreateDefaultDistillerPage(
97 virtual scoped_ptr<DistillerPage> CreateDefaultDistillerPageWithHandle(
127 scoped_ptr<DistillerPage> distiller_page,
136 scoped_ptr<DistillerPage> distiller_page,
140 scoped_ptr<DistillerPage> distiller_page,
142 virtual scoped_ptr<DistillerPage> CreateDefaultDistillerPag
[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,
H A Dviewer_unittest.cc34 DistillerPage*,
38 scoped_ptr<DistillerPage> distiller_page,
50 scoped_ptr<DistillerPage> distiller_page,
57 scoped_ptr<DistillerPage> distiller_page,
65 virtual scoped_ptr<DistillerPage> CreateDefaultDistillerPage(
67 return scoped_ptr<DistillerPage>();
69 virtual scoped_ptr<DistillerPage> CreateDefaultDistillerPageWithHandle(
71 return scoped_ptr<DistillerPage>();
H A Ddistiller.h44 scoped_ptr<DistillerPage> distiller_page,
79 scoped_ptr<DistillerPage> distiller_page,
153 scoped_ptr<DistillerPage> distiller_page_;
H A Ddom_distiller_service.cc58 scoped_ptr<DistillerPage> DomDistillerService::CreateDefaultDistillerPage(
63 scoped_ptr<DistillerPage>
72 scoped_ptr<DistillerPage> distiller_page,
148 scoped_ptr<DistillerPage> distiller_page,
165 scoped_ptr<DistillerPage> distiller_page,
H A Dfake_distiller.cc41 scoped_ptr<DistillerPage> distiller_page,
H A Dfake_distiller.h45 scoped_ptr<DistillerPage> distiller_page,
H A Dtask_tracker_unittest.cc156 scoped_ptr<DistillerPage>().Pass());
179 scoped_ptr<DistillerPage>().Pass());
205 scoped_ptr<DistillerPage>().Pass());
279 scoped_ptr<DistillerPage>().Pass());
313 scoped_ptr<DistillerPage>().Pass());
348 scoped_ptr<DistillerPage>().Pass());
390 scoped_ptr<DistillerPage>().Pass());
H A Dtask_tracker.h86 scoped_ptr<DistillerPage> distiller_page);
H A Ddistiller_unittest.cc273 scoped_ptr<DistillerPage> distiller_page) {
294 scoped_ptr<DistillerPage> CreateMockDistillerPage(const base::Value* result,
299 return scoped_ptr<DistillerPage>(distiller_page).Pass();
302 scoped_ptr<DistillerPage> CreateMockDistillerPageWithPendingJSCallback(
308 return scoped_ptr<DistillerPage>(distiller_page).Pass();
311 scoped_ptr<DistillerPage> CreateMockDistillerPages(
327 return scoped_ptr<DistillerPage>(distiller_page).Pass();
H A Dtask_tracker.cc42 scoped_ptr<DistillerPage> distiller_page) {
H A Ddistiller.cc100 scoped_ptr<DistillerPage> distiller_page,
/external/chromium_org/chrome/browser/dom_distiller/
H A Dlazy_dom_distiller_service.h39 scoped_ptr<DistillerPage> distiller_page,
48 scoped_ptr<DistillerPage> distiller_page,
52 scoped_ptr<DistillerPage> distiller_page,
54 virtual scoped_ptr<DistillerPage> CreateDefaultDistillerPage(
56 virtual scoped_ptr<DistillerPage> CreateDefaultDistillerPageWithHandle(
H A Dlazy_dom_distiller_service.cc59 scoped_ptr<DistillerPage> distiller_page,
75 scoped_ptr<DistillerPage> distiller_page,
82 scoped_ptr<DistillerPage> distiller_page,
87 scoped_ptr<DistillerPage>
93 scoped_ptr<DistillerPage>
H A Dtab_utils.cc31 using dom_distiller::DistillerPage;
123 scoped_ptr<DistillerPage> distiller_page =
/external/chromium_org/components/dom_distiller/content/
H A Ddistiller_page_web_contents.h39 virtual scoped_ptr<DistillerPage> CreateDistillerPage(
41 virtual scoped_ptr<DistillerPage> CreateDistillerPageWithHandle(
48 class DistillerPageWebContents : public DistillerPage,
102 // The current state of the |DistillerPage|, initially |IDLE|.
H A Ddistiller_page_web_contents.cc37 scoped_ptr<DistillerPage> DistillerPageWebContentsFactory::CreateDistillerPage(
40 return scoped_ptr<DistillerPage>(new DistillerPageWebContents(
45 scoped_ptr<DistillerPage>
52 return scoped_ptr<DistillerPage>(new DistillerPageWebContents(
175 DistillerPage::OnDistillationDone(page_url, value);

Completed in 788 milliseconds