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

/external/chromium_org/components/dom_distiller/content/
H A Ddistiller_page_web_contents.cc59 scoped_ptr<SourcePageHandleWebContents> optional_web_contents_handle)
62 if (optional_web_contents_handle) {
63 web_contents_ = optional_web_contents_handle->GetWebContents().Pass();
56 DistillerPageWebContents( content::BrowserContext* browser_context, const gfx::Size& render_view_size, scoped_ptr<SourcePageHandleWebContents> optional_web_contents_handle) argument
H A Ddistiller_page_web_contents_browsertest.cc99 scoped_ptr<SourcePageHandleWebContents> optional_web_contents_handle,
102 optional_web_contents_handle.Pass()),
96 TestDistillerPageWebContents( content::BrowserContext* browser_context, const gfx::Size& render_view_size, scoped_ptr<SourcePageHandleWebContents> optional_web_contents_handle, bool expect_new_web_contents) argument

Completed in 433 milliseconds