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

/external/chromium_org/content/public/browser/
H A Dweb_contents_delegate.cc18 WebContentsDelegate::WebContentsDelegate() { function in class:content::WebContentsDelegate
21 WebContents* WebContentsDelegate::OpenURLFromTab(WebContents* source,
26 bool WebContentsDelegate::IsPopupOrPanel(const WebContents* source) const {
30 bool WebContentsDelegate::CanOverscrollContent() const { return false; }
32 gfx::Rect WebContentsDelegate::GetRootWindowResizerRect() const {
36 bool WebContentsDelegate::ShouldSuppressDialogs() {
40 bool WebContentsDelegate::ShouldPreserveAbortedURLs(WebContents* source) {
44 bool WebContentsDelegate::AddMessageToConsole(WebContents* source,
52 void WebContentsDelegate
[all...]
H A Dweb_contents_delegate.h69 class CONTENT_EXPORT WebContentsDelegate { class in namespace:content
71 WebContentsDelegate();
450 // This is optional for implementations of WebContentsDelegate; if the
475 virtual ~WebContentsDelegate();
480 // Called when |this| becomes the WebContentsDelegate for |source|.
483 // Called when |this| is no longer the WebContentsDelegate for |source|.

Completed in 152 milliseconds