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

  /external/chromium_org/components/dom_distiller/core/
distiller_page.h 43 void DistillPage(const GURL& url,
53 // Called by |DistillPage| to carry out platform-specific instructions to load
fake_distiller.h 32 // If execute_callback is true, when DistillPage is called, a task will
43 virtual void DistillPage(
distiller.h 43 virtual void DistillPage(const GURL& url,
77 virtual void DistillPage(
distiller_unittest.cc 272 void DistillPage(const std::string& url,
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_data->page_urls[0]
    [all...]
fake_distiller.cc 39 void FakeDistiller::DistillPage(
distiller_page.cc 59 void DistillerPage::DistillPage(
distiller.cc 99 void DistillerImpl::DistillPage(const GURL& url,
125 distiller_page_->DistillPage(
task_tracker.cc 53 distiller_->DistillPage(url,
  /external/chromium_org/components/dom_distiller/content/
distiller_page_web_contents_browsertest.cc 47 void DistillPage(const base::Closure& quit_closure, const std::string& url) {
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_loop.QuitClosure(), "/markup_article.html")
    [all...]

Completed in 60 milliseconds