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

  /external/chromium_org/chrome/browser/ui/search/
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.cc 81 // WebContentsDelegateImpl -----------------------------------------------------
83 class PrerenderContents::WebContentsDelegateImpl
86 explicit WebContentsDelegateImpl(PrerenderContents* prerender_contents)
314 web_contents_delegate_.reset(new WebContentsDelegateImpl(this));

Completed in 539 milliseconds