/external/chromium_org/content/browser/web_contents/ |
D | web_contents_view_gtk.h | 25 class WebContentsViewDelegate; variable 40 WebContentsViewDelegate* delegate); 43 WebContentsViewDelegate* delegate() const { return delegate_.get(); } in delegate() 136 scoped_ptr<WebContentsViewDelegate> delegate_;
|
D | web_contents_view_mac.h | 29 class WebContentsViewDelegate; variable 64 WebContentsViewDelegate* delegate); 124 WebContentsViewDelegate* delegate() { return delegate_.get(); } in delegate() 141 scoped_ptr<WebContentsViewDelegate> delegate_;
|
D | web_contents_view_win.h | 25 class WebContentsViewDelegate; variable 35 WebContentsViewDelegate* delegate); 131 scoped_ptr<WebContentsViewDelegate> delegate_;
|
D | web_contents_view_android.h | 24 WebContentsViewDelegate* delegate); 91 scoped_ptr<WebContentsViewDelegate> delegate_;
|
D | web_contents_view_aura.h | 32 class WebContentsViewDelegate; variable 45 WebContentsViewDelegate* delegate); 197 scoped_ptr<WebContentsViewDelegate> delegate_;
|
D | web_contents_view_android.cc | 20 WebContentsViewDelegate* delegate, in CreateWebContentsView() 30 WebContentsViewDelegate* delegate) in WebContentsViewAndroid()
|
D | web_contents_view_gtk.cc | 81 WebContentsViewDelegate* delegate, in CreateWebContentsView() 90 WebContentsViewDelegate* delegate) in WebContentsViewGtk()
|
/external/chromium_org/content/shell/browser/ |
D | shell_web_contents_view_delegate_creator.h | 11 class WebContentsViewDelegate; variable 13 WebContentsViewDelegate* CreateShellWebContentsViewDelegate(
|
D | shell_web_contents_view_delegate_android.cc | 16 WebContentsViewDelegate* CreateShellWebContentsViewDelegate( in CreateShellWebContentsViewDelegate()
|
D | shell_web_contents_view_delegate.h | 19 class ShellWebContentsViewDelegate : public WebContentsViewDelegate {
|
D | shell_content_browser_client.h | 56 virtual WebContentsViewDelegate* GetWebContentsViewDelegate(
|
/external/chromium_org/chrome/browser/ui/tab_contents/ |
D | chrome_web_contents_view_delegate.h | 10 class WebContentsViewDelegate; variable 15 content::WebContentsViewDelegate* CreateWebContentsViewDelegate(
|
/external/chromium_org/android_webview/browser/ |
D | jni_dependency_factory.h | 13 class WebContentsViewDelegate; variable 31 virtual content::WebContentsViewDelegate* CreateViewDelegate(
|
/external/chromium_org/android_webview/native/ |
D | aw_web_contents_view_delegate.h | 20 class AwWebContentsViewDelegate : public content::WebContentsViewDelegate { 22 static content::WebContentsViewDelegate* Create(
|
D | aw_web_contents_view_delegate.cc | 15 content::WebContentsViewDelegate* AwWebContentsViewDelegate::Create( in Create()
|
/external/chromium_org/content/public/browser/ |
D | web_contents_view_delegate.h | 37 class CONTENT_EXPORT WebContentsViewDelegate { 39 virtual ~WebContentsViewDelegate() {} in ~WebContentsViewDelegate()
|
D | content_browser_client.h | 96 class WebContentsViewDelegate; variable 137 virtual WebContentsViewDelegate* GetWebContentsViewDelegate(
|
/external/chromium_org/chrome/browser/ui/android/tab_contents/ |
D | chrome_web_contents_view_delegate_android.h | 19 : public content::WebContentsViewDelegate {
|
D | chrome_web_contents_view_delegate_android.cc | 53 content::WebContentsViewDelegate* CreateWebContentsViewDelegate( in CreateWebContentsViewDelegate()
|
/external/chromium_org/chrome/browser/ui/cocoa/tab_contents/ |
D | chrome_web_contents_view_delegate_mac.h | 24 : public content::WebContentsViewDelegate {
|
D | chrome_web_contents_view_delegate_mac.mm | 59 content::WebContentsViewDelegate* CreateWebContentsViewDelegate(
|
/external/chromium_org/chrome/browser/ui/views/tab_contents/ |
D | chrome_web_contents_view_delegate_views.h | 28 : public content::WebContentsViewDelegate {
|
/external/chromium_org/android_webview/lib/main/ |
D | aw_main_delegate.h | 49 virtual content::WebContentsViewDelegate* CreateViewDelegate(
|
D | aw_main_delegate.cc | 146 content::WebContentsViewDelegate* AwMainDelegate::CreateViewDelegate( in CreateViewDelegate()
|
/external/chromium_org/chrome/browser/ui/gtk/tab_contents/ |
D | chrome_web_contents_view_delegate_gtk.h | 24 : public content::WebContentsViewDelegate {
|