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::CanLoadDataURLsInWebUI() const { return false; }
32 bool WebContentsDelegate::CanOverscrollContent() const { return false; }
34 gfx::Rect WebContentsDelegate::GetRootWindowResizerRect() const {
38 bool WebContentsDelegate::ShouldSuppressDialogs() {
42 bool WebContentsDelegate::AddMessageToConsole(WebContents* source,
50 void WebContentsDelegate::BeforeUnloadFired(WebContents* web_contents
    [all...]
web_contents_delegate.h 67 class CONTENT_EXPORT WebContentsDelegate {
69 WebContentsDelegate();
439 virtual ~WebContentsDelegate();
444 // Called when |this| becomes the WebContentsDelegate for |source|.
447 // Called when |this| is no longer the WebContentsDelegate for |source|.

Completed in 155 milliseconds