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

  /external/chromium_org/components/dom_distiller/core/
fake_distiller_page.h 32 MOCK_METHOD2(DistillPageImpl,
distiller_page.h 68 virtual void DistillPageImpl(const GURL& url, const std::string& script) = 0;
distiller_page.cc 70 DistillPageImpl(gurl, GetDistillerScriptWithOptions(options));
distiller_unittest.cc 296 EXPECT_CALL(*distiller_page, DistillPageImpl(url, _))
306 EXPECT_CALL(*distiller_page, DistillPageImpl(url, _));
321 EXPECT_CALL(*distiller_page, DistillPageImpl(url, _))
  /external/chromium_org/components/dom_distiller/content/
distiller_page_web_contents.h 72 virtual void DistillPageImpl(const GURL& url,
distiller_page_web_contents.cc 66 void DistillerPageWebContents::DistillPageImpl(const GURL& url,

Completed in 566 milliseconds