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/content/
distiller_page_web_contents_browsertest.cc 42 void DistillPage(const base::Closure& quit_closure, const std::string& url) {
44 distiller_page_->DistillPage(
177 DistillPage(run_loop.QuitClosure(), kSimpleArticlePath);
194 DistillPage(run_loop.QuitClosure(), kSimpleArticlePath);
211 DistillPage(run_loop.QuitClosure(), kSimpleArticlePath);
229 DistillPage(run_loop.QuitClosure(), kVideoArticlePath);
258 DistillPage(run_loop.QuitClosure(), "/visible_style.html");
265 DistillPage(run_loop.QuitClosure(), "/invisible_style.html");
351 DistillPage(run_loop.QuitClosure(), kSimpleArticlePath);
  /external/chromium_org/components/dom_distiller/core/
distiller_page.h 55 void DistillPage(const GURL& url,
65 // 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 271 void DistillPage(const std::string& url,
273 distiller_->DistillPage(GURL(url),
329 TEST_F(DistillerTest, DistillPage) {
335 DistillPage(kURL, CreateMockDistillerPage(result.get(), GURL(kURL)).Pass());
353 DistillPage(kURL, CreateMockDistillerPage(result.get(), GURL(kURL)).Pass());
388 DistillPage(
404 DistillPage(kURL, CreateMockDistillerPage(result.get(), GURL(kURL)).Pass());
435 DistillPage(distiller_data->page_urls[0],
456 DistillPage(distiller_data->page_urls[0],
471 DistillPage(kURL
    [all...]
fake_distiller.cc 39 void FakeDistiller::DistillPage(
distiller_page.cc 61 void DistillerPage::DistillPage(
distiller.cc 99 void DistillerImpl::DistillPage(const GURL& url,
125 distiller_page_->DistillPage(
task_tracker.cc 53 distiller_->DistillPage(url,

Completed in 43 milliseconds