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

  /external/chromium_org/chrome/browser/dom_distiller/
lazy_dom_distiller_service.cc 11 #include "components/dom_distiller/core/distiller_page.h"
59 scoped_ptr<DistillerPage> distiller_page,
61 return instance()->AddToList(url, distiller_page.Pass(), article_cb);
75 scoped_ptr<DistillerPage> distiller_page,
77 return instance()->ViewEntry(delegate, distiller_page.Pass(), entry_id);
82 scoped_ptr<DistillerPage> distiller_page,
84 return instance()->ViewUrl(delegate, distiller_page.Pass(), url);
lazy_dom_distiller_service.h 39 scoped_ptr<DistillerPage> distiller_page,
48 scoped_ptr<DistillerPage> distiller_page,
52 scoped_ptr<DistillerPage> distiller_page,
tab_utils.cc 12 #include "components/dom_distiller/core/distiller_page.h"
123 scoped_ptr<DistillerPage> distiller_page = local
130 view_request_delegate, distiller_page.Pass(), last_committed_url);
dom_distiller_viewer_source_browsertest.cc 121 MockDistillerPage* distiller_page = new MockDistillerPage(); local
123 .WillOnce(testing::Return(distiller_page));
  /external/chromium_org/components/dom_distiller/core/
dom_distiller_service.h 17 #include "components/dom_distiller/core/distiller_page.h"
50 // Use CreateDefaultDistillerPage() to create a default |distiller_page|.
51 // The provided |distiller_page| is only used if there is not already a
55 scoped_ptr<DistillerPage> distiller_page,
77 // Use CreateDefaultDistillerPage() to create a default |distiller_page|.
78 // The provided |distiller_page| is only used if there is not already a
82 scoped_ptr<DistillerPage> distiller_page,
86 // Use CreateDefaultDistillerPage() to create a default |distiller_page|.
87 // The provided |distiller_page| is only used if there is not already a
91 scoped_ptr<DistillerPage> distiller_page,
    [all...]
fake_distiller.h 45 scoped_ptr<DistillerPage> distiller_page,
viewer_unittest.cc 38 scoped_ptr<DistillerPage> distiller_page,
40 return AddToList(url, distiller_page.get(), article_cb);
50 scoped_ptr<DistillerPage> distiller_page,
57 scoped_ptr<DistillerPage> distiller_page,
dom_distiller_service.cc 72 scoped_ptr<DistillerPage> distiller_page,
104 distiller_page.Pass());
148 scoped_ptr<DistillerPage> distiller_page,
157 task_tracker->StartDistiller(distiller_factory_.get(), distiller_page.Pass());
165 scoped_ptr<DistillerPage> distiller_page,
173 task_tracker->StartDistiller(distiller_factory_.get(), distiller_page.Pass());
distiller_unittest.cc 20 #include "components/dom_distiller/core/distiller_page.h"
273 scoped_ptr<DistillerPage> distiller_page) {
275 distiller_page.Pass(),
290 ACTION_P3(DistillerPageOnDistillationDone, distiller_page, url, result) {
291 distiller_page->OnDistillationDone(url, result);
296 MockDistillerPage* distiller_page = new MockDistillerPage(); local
297 EXPECT_CALL(*distiller_page, DistillPageImpl(url, _))
298 .WillOnce(DistillerPageOnDistillationDone(distiller_page, url, result));
299 return scoped_ptr<DistillerPage>(distiller_page).Pass();
305 MockDistillerPage* distiller_page = new MockDistillerPage() local
315 MockDistillerPage* distiller_page = new MockDistillerPage(); local
634 MockDistillerPage* distiller_page = NULL; local
    [all...]
distiller.h 18 #include "components/dom_distiller/core/distiller_page.h"
44 scoped_ptr<DistillerPage> distiller_page,
79 scoped_ptr<DistillerPage> distiller_page,
fake_distiller.cc 41 scoped_ptr<DistillerPage> distiller_page,
task_tracker.h 86 scoped_ptr<DistillerPage> distiller_page);
task_tracker.cc 42 scoped_ptr<DistillerPage> distiller_page) {
54 distiller_page.Pass(),
distiller.cc 18 #include "components/dom_distiller/core/distiller_page.h"
100 scoped_ptr<DistillerPage> distiller_page,
104 distiller_page_ = distiller_page.Pass();
  /external/chromium_org/chrome/browser/extensions/api/reading_list_private/
reading_list_private_apitest.cc 38 MockDistillerPage* distiller_page = new MockDistillerPage(); local
63 .WillOnce(testing::Return(distiller_page));
  /external/chromium_org/components/dom_distiller/content/
distiller_page_web_contents_browsertest.cc 11 #include "components/dom_distiller/core/distiller_page.h"
169 DistillerPageWebContents distiller_page(
173 distiller_page_ = &distiller_page;
189 DistillerPageWebContents distiller_page(
193 distiller_page_ = &distiller_page;
207 DistillerPageWebContents distiller_page(
211 distiller_page_ = &distiller_page;
226 DistillerPageWebContents distiller_page(
230 distiller_page_ = &distiller_page;
249 DistillerPageWebContents distiller_page(
    [all...]

Completed in 409 milliseconds