Searched refs:WebContentsDelegateImpl (Results 1 – 2 of 2) sorted by relevance
363 class WebContentsDelegateImpl;425 scoped_ptr<WebContentsDelegateImpl> web_contents_delegate_;
113 class PrerenderContents::WebContentsDelegateImpl class in prerender::PrerenderContents116 explicit WebContentsDelegateImpl(PrerenderContents* prerender_contents) in WebContentsDelegateImpl() function in prerender::PrerenderContents::WebContentsDelegateImpl333 web_contents_delegate_.reset(new WebContentsDelegateImpl(this)); in StartPrerendering()