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

  /external/chromium_org/content/public/browser/
web_contents_delegate.cc 18 WebContentsDelegate::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::BeforeUnloadFired(WebContents* web_contents
    [all...]
web_contents_delegate.h 69 class CONTENT_EXPORT WebContentsDelegate {
71 WebContentsDelegate();
466 // This is optional for implementations of WebContentsDelegate; if the
491 virtual ~WebContentsDelegate();
496 // Called when |this| becomes the WebContentsDelegate for |source|.
499 // Called when |this| is no longer the WebContentsDelegate for |source|.

Completed in 38 milliseconds