Searched refs:DistillPage (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/components/dom_distiller/core/
H A Ddistiller_page.h43 void DistillPage(const GURL& url,
53 // Called by |DistillPage| to carry out platform-specific instructions to load
H A Ddistiller.h43 virtual void DistillPage(const GURL& url,
77 virtual void DistillPage(
H A Ddistiller_unittest.cc272 void DistillPage(const std::string& url, function in class:dom_distiller::DistillerTest
274 distiller_->DistillPage(GURL(url),
330 TEST_F(DistillerTest, DistillPage) {
336 DistillPage(kURL, CreateMockDistillerPage(result.get(), GURL(kURL)).Pass());
353 DistillPage(kURL, CreateMockDistillerPage(result.get(), GURL(kURL)).Pass());
368 DistillPage(kURL, CreateMockDistillerPage(result.get(), GURL(kURL)).Pass());
403 DistillPage(
419 DistillPage(kURL, CreateMockDistillerPage(result.get(), GURL(kURL)).Pass());
450 DistillPage(distiller_data->page_urls[0],
471 DistillPage(distiller_dat
[all...]
H A Dfake_distiller.cc39 void FakeDistiller::DistillPage( function in class:dom_distiller::test::FakeDistiller
H A Dfake_distiller.h32 // If execute_callback is true, when DistillPage is called, a task will
43 virtual void DistillPage(
H A Ddistiller_page.cc59 void DistillerPage::DistillPage( function in class:dom_distiller::DistillerPage
H A Ddistiller.cc99 void DistillerImpl::DistillPage(const GURL& url, function in class:dom_distiller::DistillerImpl
125 distiller_page_->DistillPage(
H A Dtask_tracker.cc53 distiller_->DistillPage(url,
/external/chromium_org/components/dom_distiller/content/
H A Ddistiller_page_web_contents_browsertest.cc47 void DistillPage(const base::Closure& quit_closure, const std::string& url) { function in class:dom_distiller::DistillerPageWebContentsTest
49 distiller_page_->DistillPage(
176 DistillPage(run_loop.QuitClosure(), kSimpleArticlePath);
196 DistillPage(run_loop.QuitClosure(), kSimpleArticlePath);
214 DistillPage(run_loop.QuitClosure(), kSimpleArticlePath);
233 DistillPage(run_loop.QuitClosure(), kVideoArticlePath);
260 DistillPage(run_loop.QuitClosure(), "/visible_style.html");
268 DistillPage(run_loop.QuitClosure(), "/invisible_style.html");
356 DistillPage(run_loop.QuitClosure(), kSimpleArticlePath);
372 DistillPage(run_loo
[all...]

Completed in 92 milliseconds