HomeSort by relevance Sort by last modified time
    Searched refs:WebContentsDelegateImpl (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/ui/search/
instant_unload_handler.h 45 class WebContentsDelegateImpl;
49 void Activate(WebContentsDelegateImpl* delegate,
54 void Destroy(WebContentsDelegateImpl* delegate);
60 ScopedVector<WebContentsDelegateImpl> delegates_;
instant_unload_handler.cc 15 class InstantUnloadHandler::WebContentsDelegateImpl
18 WebContentsDelegateImpl(InstantUnloadHandler* handler,
54 DISALLOW_COPY_AND_ASSIGN(WebContentsDelegateImpl);
81 new WebContentsDelegateImpl(this, contents.Pass(), index));
84 void InstantUnloadHandler::Activate(WebContentsDelegateImpl* delegate,
97 void InstantUnloadHandler::Destroy(WebContentsDelegateImpl* delegate) {
98 ScopedVector<WebContentsDelegateImpl>::iterator i =
  /external/chromium_org/chrome/browser/prerender/
prerender_contents.h 325 class WebContentsDelegateImpl;
397 scoped_ptr<WebContentsDelegateImpl> web_contents_delegate_;
prerender_contents.cc 59 // WebContentsDelegateImpl -----------------------------------------------------
61 class PrerenderContents::WebContentsDelegateImpl
64 explicit WebContentsDelegateImpl(PrerenderContents* prerender_contents)
293 web_contents_delegate_.reset(new WebContentsDelegateImpl(this));

Completed in 123 milliseconds