| /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.h | 55 class WebContentsDelegate; 154 virtual WebContentsDelegate* GetDelegate() = 0; 155 virtual void SetDelegate(WebContentsDelegate* delegate) = 0; 480 // WebContentsDelegate.
|
| web_contents_delegate.h | 69 class CONTENT_EXPORT WebContentsDelegate { 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|.
|
| /external/chromium_org/chrome/browser/chromeos/first_run/ |
| first_run_view.h | 29 public content::WebContentsDelegate { 42 // Overriden from content::WebContentsDelegate.
|
| /external/chromium_org/chrome/browser/ui/webui/signin/ |
| inline_login_handler_impl.h | 22 public content::WebContentsDelegate { 45 // Overridden from content::WebContentsDelegate.
|
| /external/chromium_org/content/browser/frame_host/ |
| navigation_controller_delegate.h | 23 class WebContentsDelegate;
|
| /external/chromium_org/chrome/browser/ui/fullscreen/ |
| fullscreen_controller_state_unittest.cc | 486 content::WebContentsDelegate* const wc_delegate = 487 static_cast<content::WebContentsDelegate*>(browser()); 553 content::WebContentsDelegate* const wc_delegate = 554 static_cast<content::WebContentsDelegate*>(browser()); 614 content::WebContentsDelegate* const wc_delegate = 615 static_cast<content::WebContentsDelegate*>(browser()); 673 content::WebContentsDelegate* const wc_delegate = 674 static_cast<content::WebContentsDelegate*>(browser()); 727 content::WebContentsDelegate* const wc_delegate = 728 static_cast<content::WebContentsDelegate*>(browser()) [all...] |
| /external/chromium_org/components/web_contents_delegate_android/ |
| web_contents_delegate_android.h | 18 class WebContentsDelegate; 43 class WebContentsDelegateAndroid : public content::WebContentsDelegate { 53 // Overridden from WebContentsDelegate:
|
| web_contents_delegate_android.cc | 37 using content::WebContentsDelegate; 54 // WebContentsDelegate methods 84 return WebContentsDelegate::OpenURLFromTab(source, params); 242 return WebContentsDelegate::AddMessageToConsole(source, level, message, 312 return WebContentsDelegate::TakeFocus(source, reverse);
|
| /external/chromium_org/content/browser/web_contents/ |
| opened_by_dom_browsertest.cc | 22 // A dummy WebContentsDelegate which tracks whether CloseContents() has been 25 class CloseTrackingDelegate : public WebContentsDelegate { 52 WebContentsDelegate* old_delegate = web_contents->GetDelegate();
|
| web_contents_delegate_unittest.cc | 16 class MockWebContentsDelegate : public WebContentsDelegate {
|
| web_contents_impl_browsertest.cc | 110 class RenderViewSizeDelegate : public WebContentsDelegate { 116 // WebContentsDelegate: 155 class LoadingStateChangedDelegate : public WebContentsDelegate { 162 // WebContentsDelegate: 272 // WebContentsDelegate::GetSizeForNewRenderView(). 461 struct LoadProgressDelegateAndObserver : public WebContentsDelegate, 470 // WebContentsDelegate:
|
| /external/chromium_org/chrome/browser/tab_contents/ |
| background_contents.h | 26 class BackgroundContents : public content::WebContentsDelegate, 57 // content::WebContentsDelegate implementation:
|
| /external/chromium_org/chrome/browser/ui/autofill/ |
| autofill_dialog_sign_in_delegate.h | 17 // AutofillDialogSignInDelegate provides a WebContentsDelegate and 23 class AutofillDialogSignInDelegate: public content::WebContentsDelegate, 32 // WebContentsDelegate implementation.
|
| /external/chromium_org/chrome/browser/ui/sync/ |
| one_click_signin_sync_observer.cc | 19 content::WebContentsDelegate* tab_delegate = tab->GetDelegate();
|
| /external/chromium_org/ui/web_dialogs/ |
| web_dialog_web_contents_delegate.h | 15 // content::WebContentsDelegate for use in a Web dialog. Subclasses need only 17 // content::WebContentsDelegate; this way, implementations on all platforms 20 : public content::WebContentsDelegate { 55 // content::WebContentsDelegate declarations.
|
| /external/chromium_org/chrome/browser/chromeos/login/ui/ |
| simple_web_view_dialog.h | 44 public content::WebContentsDelegate { 70 // Implements content::WebContentsDelegate:
|
| webui_login_view.h | 41 public content::WebContentsDelegate, 127 // Overridden from content::WebContentsDelegate.
|
| /external/chromium_org/ui/views/controls/webview/ |
| webview.h | 35 public content::WebContentsDelegate, 113 // Overridden from content::WebContentsDelegate:
|
| /external/chromium_org/chrome/browser/guest_view/ |
| guest_view_base.h | 24 public content::WebContentsDelegate, 192 // WebContentsDelegate implementation.
|
| /external/chromium_org/chrome/browser/ui/panels/ |
| panel_host.h | 36 class PanelHost : public content::WebContentsDelegate, 50 // content::WebContentsDelegate overrides.
|
| /external/chromium_org/extensions/browser/ |
| extension_host.h | 43 class ExtensionHost : public content::WebContentsDelegate, 90 // content::WebContentsDelegate
|
| /external/chromium_org/chrome/browser/ui/app_list/ |
| start_page_service.cc | 77 : public content::WebContentsDelegate {
|
| /external/chromium_org/chrome/browser/ui/ |
| browser_tab_strip_model_delegate.cc | 79 static_cast<content::WebContentsDelegate*>(browser)->
|
| /external/chromium_org/ui/keyboard/ |
| keyboard_controller_proxy.cc | 27 // The WebContentsDelegate for the keyboard. 29 class KeyboardContentsDelegate : public content::WebContentsDelegate, 37 // Overridden from content::WebContentsDelegate: 66 // Overridden from content::WebContentsDelegate:
|