Home
last modified time | relevance | path

Searched refs:WebContentsDelegateImpl (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/prerender/
Dprerender_contents.h363 class WebContentsDelegateImpl;
425 scoped_ptr<WebContentsDelegateImpl> web_contents_delegate_;
Dprerender_contents.cc113 class PrerenderContents::WebContentsDelegateImpl class in prerender::PrerenderContents
116 explicit WebContentsDelegateImpl(PrerenderContents* prerender_contents) in WebContentsDelegateImpl() function in prerender::PrerenderContents::WebContentsDelegateImpl
333 web_contents_delegate_.reset(new WebContentsDelegateImpl(this)); in StartPrerendering()