/external/chromium_org/content/public/browser/ |
D | web_contents_view_delegate.cc | 11 WebContentsViewDelegate::~WebContentsViewDelegate() { in ~WebContentsViewDelegate() 14 WebDragDestDelegate* WebContentsViewDelegate::GetDragDestDelegate() { in GetDragDestDelegate() 18 void WebContentsViewDelegate::ShowContextMenu( in ShowContextMenu() 23 void WebContentsViewDelegate::StoreFocus() { in StoreFocus() 26 void WebContentsViewDelegate::RestoreFocus() { in RestoreFocus() 29 bool WebContentsViewDelegate::Focus() { in Focus() 33 void WebContentsViewDelegate::TakeFocus(bool reverse) { in TakeFocus() 36 void WebContentsViewDelegate::SizeChanged(const gfx::Size& size) { in SizeChanged() 39 void* WebContentsViewDelegate::CreateRenderWidgetHostViewDelegate( in CreateRenderWidgetHostViewDelegate()
|
D | web_contents_view_delegate.h | 38 class CONTENT_EXPORT WebContentsViewDelegate { 40 virtual ~WebContentsViewDelegate();
|
D | content_browser_client.h | 106 class WebContentsViewDelegate; variable 143 virtual WebContentsViewDelegate* GetWebContentsViewDelegate(
|
/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 | 15 WebContentsViewDelegate* CreateShellWebContentsViewDelegate( in CreateShellWebContentsViewDelegate()
|
D | shell_web_contents_view_delegate.h | 14 class ShellWebContentsViewDelegate : public WebContentsViewDelegate {
|
D | shell_content_browser_client.h | 59 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/athena/content/public/ |
D | web_contents_view_delegate_creator.h | 12 class WebContentsViewDelegate; variable 17 ATHENA_EXPORT content::WebContentsViewDelegate* CreateWebContentsViewDelegate(
|
/external/chromium_org/content/browser/web_contents/ |
D | web_contents_view_mac.h | 30 class WebContentsViewDelegate; variable 65 WebContentsViewDelegate* delegate); 121 WebContentsViewDelegate* delegate() { return delegate_.get(); } in delegate() 135 scoped_ptr<WebContentsViewDelegate> delegate_;
|
D | web_contents_view_android.h | 24 WebContentsViewDelegate* delegate); 84 scoped_ptr<WebContentsViewDelegate> delegate_;
|
D | web_contents_view_aura.h | 36 class WebContentsViewDelegate; variable 50 WebContentsViewDelegate* delegate); 204 scoped_ptr<WebContentsViewDelegate> delegate_;
|
D | web_contents_view_android.cc | 19 WebContentsViewDelegate* delegate, in CreateWebContentsView() 29 WebContentsViewDelegate* delegate) in WebContentsViewAndroid()
|
/external/chromium_org/android_webview/browser/ |
D | jni_dependency_factory.h | 13 class WebContentsViewDelegate; variable 29 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 | 14 content::WebContentsViewDelegate* AwWebContentsViewDelegate::Create( in Create()
|
/external/chromium_org/athena/content/ |
D | web_contents_view_delegate_factory_impl.cc | 23 class WebContentsViewDelegateImpl : public content::WebContentsViewDelegate { 148 content::WebContentsViewDelegate* CreateWebContentsViewDelegate( in CreateWebContentsViewDelegate()
|
/external/chromium_org/chrome/browser/ui/views/tab_contents/ |
D | chrome_web_contents_view_delegate_views_unittest.cc | 17 scoped_ptr<content::WebContentsViewDelegate> delegate_view( in TEST_F()
|
D | chrome_web_contents_view_delegate_views.h | 36 : public content::WebContentsViewDelegate,
|
/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 | 27 : public content::WebContentsViewDelegate,
|
/external/chromium_org/android_webview/lib/main/ |
D | aw_main_delegate.h | 48 virtual content::WebContentsViewDelegate* CreateViewDelegate(
|
D | aw_main_delegate.cc | 157 content::WebContentsViewDelegate* AwMainDelegate::CreateViewDelegate( in CreateViewDelegate()
|
/external/chromium_org/athena/main/ |
D | athena_main.cc | 131 virtual content::WebContentsViewDelegate* GetWebContentsViewDelegate( in GetWebContentsViewDelegate()
|