DistillerPage 21 components/dom_distiller/content/distiller_page_web_contents.cc scoped_ptr<DistillerPage> DistillerPageWebContentsFactory::CreateDistillerPage( DistillerPage 22 components/dom_distiller/content/distiller_page_web_contents.cc const base::WeakPtr<DistillerPage::Delegate>& delegate) const { DistillerPage 24 components/dom_distiller/content/distiller_page_web_contents.cc return scoped_ptr<DistillerPage>( DistillerPage 31 components/dom_distiller/content/distiller_page_web_contents.cc : DistillerPage(delegate), browser_context_(browser_context) {} DistillerPage 55 components/dom_distiller/content/distiller_page_web_contents.cc base::Bind(&DistillerPage::OnExecuteJavaScriptDone, DistillerPage 33 components/dom_distiller/content/distiller_page_web_contents.h virtual scoped_ptr<DistillerPage> CreateDistillerPage( DistillerPage 34 components/dom_distiller/content/distiller_page_web_contents.h const base::WeakPtr<DistillerPage::Delegate>& delegate) const OVERRIDE; DistillerPage 41 components/dom_distiller/content/distiller_page_web_contents.h class DistillerPageWebContents : public DistillerPage, DistillerPage 28 components/dom_distiller/content/distiller_page_web_contents_browsertest.cc public DistillerPage::Delegate { DistillerPage 79 components/dom_distiller/content/distiller_page_web_contents_browsertest.cc base::WeakPtrFactory<DistillerPage::Delegate> weak_factory(this); DistillerPage 108 components/dom_distiller/content/distiller_page_web_contents_browsertest.cc base::WeakPtrFactory<DistillerPage::Delegate> weak_factory(this); DistillerPage 130 components/dom_distiller/content/distiller_page_web_contents_browsertest.cc base::WeakPtrFactory<DistillerPage::Delegate> weak_factory(this); DistillerPage 14 components/dom_distiller/core/distiller_page.cc DistillerPage::DistillerPage( DistillerPage 15 components/dom_distiller/core/distiller_page.cc const base::WeakPtr<DistillerPage::Delegate>& delegate) DistillerPage 20 components/dom_distiller/core/distiller_page.cc DistillerPage::~DistillerPage() { DistillerPage 23 components/dom_distiller/core/distiller_page.cc void DistillerPage::Init() { DistillerPage 29 components/dom_distiller/core/distiller_page.cc void DistillerPage::LoadURL(const GURL& gurl) { DistillerPage 37 components/dom_distiller/core/distiller_page.cc void DistillerPage::ExecuteJavaScript(const std::string& script) { DistillerPage 43 components/dom_distiller/core/distiller_page.cc void DistillerPage::OnLoadURLDone() { DistillerPage 50 components/dom_distiller/core/distiller_page.cc void DistillerPage::OnLoadURLFailed() { DistillerPage 57 components/dom_distiller/core/distiller_page.cc void DistillerPage::OnExecuteJavaScriptDone(const GURL& page_url, DistillerPage 20 components/dom_distiller/core/distiller_page.h class DistillerPage { DistillerPage 31 components/dom_distiller/core/distiller_page.h explicit DistillerPage(const base::WeakPtr<Delegate>& delegate); DistillerPage 33 components/dom_distiller/core/distiller_page.h virtual ~DistillerPage(); DistillerPage 93 components/dom_distiller/core/distiller_page.h DISALLOW_COPY_AND_ASSIGN(DistillerPage); DistillerPage 101 components/dom_distiller/core/distiller_page.h virtual scoped_ptr<DistillerPage> CreateDistillerPage( DistillerPage 102 components/dom_distiller/core/distiller_page.h const base::WeakPtr<DistillerPage::Delegate>& delegate) const = 0; DistillerPage 234 components/dom_distiller/core/distiller_unittest.cc class MockDistillerPage : public DistillerPage { DistillerPage 241 components/dom_distiller/core/distiller_unittest.cc const base::WeakPtr<DistillerPage::Delegate>& delegate) DistillerPage 242 components/dom_distiller/core/distiller_unittest.cc : DistillerPage(delegate) {} DistillerPage 249 components/dom_distiller/core/distiller_unittest.cc DistillerPage*(const base::WeakPtr<DistillerPage::Delegate>& delegate)); DistillerPage 251 components/dom_distiller/core/distiller_unittest.cc virtual scoped_ptr<DistillerPage> CreateDistillerPage( DistillerPage 252 components/dom_distiller/core/distiller_unittest.cc const base::WeakPtr<DistillerPage::Delegate>& delegate) const OVERRIDE { DistillerPage 253 components/dom_distiller/core/distiller_unittest.cc return scoped_ptr<DistillerPage>(CreateDistillerPageMock(delegate)); DistillerPage 289 components/dom_distiller/core/distiller_unittest.cc const base::WeakPtr<DistillerPage::Delegate>& delegate = arg0; DistillerPage 294 components/dom_distiller/core/distiller_unittest.cc &DistillerPage::OnLoadURLDone)); DistillerPage 303 components/dom_distiller/core/distiller_unittest.cc const base::WeakPtr<DistillerPage::Delegate>& delegate = arg0; DistillerPage 309 components/dom_distiller/core/distiller_unittest.cc &DistillerPage::OnLoadURLDone)); DistillerPage 318 components/dom_distiller/core/distiller_unittest.cc const base::WeakPtr<DistillerPage::Delegate>& delegate = arg0; DistillerPage 329 components/dom_distiller/core/distiller_unittest.cc &DistillerPage::OnLoadURLDone)); DistillerPage 36 components/dom_distiller/core/page_distiller.h class PageDistiller : public DistillerPage::Delegate { DistillerPage 64 components/dom_distiller/core/page_distiller.h scoped_ptr<DistillerPage> distiller_page_;