Searched defs:DistillerPageWebContents (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/dom_distiller/content/
H A Ddistiller_page_web_contents.cc40 return scoped_ptr<DistillerPage>(new DistillerPageWebContents(
52 return scoped_ptr<DistillerPage>(new DistillerPageWebContents(
56 DistillerPageWebContents::DistillerPageWebContents( function in class:dom_distiller::DistillerPageWebContents
69 DistillerPageWebContents::~DistillerPageWebContents() {
74 void DistillerPageWebContents::DistillPageImpl(const GURL& url,
105 void DistillerPageWebContents::CreateNewWebContents(const GURL& url) {
120 gfx::Size DistillerPageWebContents::GetSizeForNewRenderView(
134 void DistillerPageWebContents
[all...]
H A Ddistiller_page_web_contents.h48 class DistillerPageWebContents : public DistillerPage, class in namespace:dom_distiller
52 DistillerPageWebContents(
56 virtual ~DistillerPageWebContents();
111 DISALLOW_COPY_AND_ASSIGN(DistillerPageWebContents);

Completed in 112 milliseconds