Searched defs:distiller_page (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/reading_list_private/
H A Dreading_list_private_apitest.cc38 MockDistillerPage* distiller_page = new MockDistillerPage(); local
63 .WillOnce(testing::Return(distiller_page));
/external/chromium_org/components/dom_distiller/core/
H A Dfake_distiller.cc41 scoped_ptr<DistillerPage> distiller_page,
39 DistillPage( const GURL& url, scoped_ptr<DistillerPage> distiller_page, const DistillationFinishedCallback& article_callback, const DistillationUpdateCallback& page_callback) argument
H A Dviewer_unittest.cc38 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,
36 AddToList( const GURL& url, scoped_ptr<DistillerPage> distiller_page, const ArticleAvailableCallback& article_cb) argument
48 ViewUrl( ViewRequestDelegate*, scoped_ptr<DistillerPage> distiller_page, const GURL&) argument
55 ViewEntry( ViewRequestDelegate*, scoped_ptr<DistillerPage> distiller_page, const std::string&) argument
H A Ddistiller.cc18 #include "components/dom_distiller/core/distiller_page.h"
100 scoped_ptr<DistillerPage> distiller_page,
104 distiller_page_ = distiller_page.Pass();
99 DistillPage(const GURL& url, scoped_ptr<DistillerPage> distiller_page, const DistillationFinishedCallback& finished_cb, const DistillationUpdateCallback& update_cb) argument
H A Ddom_distiller_service.cc72 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());
70 AddToList( const GURL& url, scoped_ptr<DistillerPage> distiller_page, const ArticleAvailableCallback& article_cb) argument
146 ViewEntry( ViewRequestDelegate* delegate, scoped_ptr<DistillerPage> distiller_page, const std::string& entry_id) argument
163 ViewUrl( ViewRequestDelegate* delegate, scoped_ptr<DistillerPage> distiller_page, const GURL& url) argument
H A Dtask_tracker.cc42 scoped_ptr<DistillerPage> distiller_page) {
54 distiller_page.Pass(),
41 StartDistiller(DistillerFactory* factory, scoped_ptr<DistillerPage> distiller_page) argument
H A Ddistiller_unittest.cc20 #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 local
272 DistillPage(const std::string& url, scoped_ptr<DistillerPage> distiller_page) argument
315 MockDistillerPage* distiller_page = new MockDistillerPage(); local
634 MockDistillerPage* distiller_page = NULL; local
[all...]
/external/chromium_org/chrome/browser/dom_distiller/
H A Ddom_distiller_viewer_source_browsertest.cc121 MockDistillerPage* distiller_page = new MockDistillerPage(); local
123 .WillOnce(testing::Return(distiller_page));
H A Dlazy_dom_distiller_service.cc11 #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);
57 AddToList( const GURL& url, scoped_ptr<DistillerPage> distiller_page, const ArticleAvailableCallback& article_cb) argument
73 ViewEntry( ViewRequestDelegate* delegate, scoped_ptr<DistillerPage> distiller_page, const std::string& entry_id) argument
80 ViewUrl( ViewRequestDelegate* delegate, scoped_ptr<DistillerPage> distiller_page, const GURL& url) argument
H A Dtab_utils.cc12 #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);

Completed in 121 milliseconds