Home
last modified time | relevance | path

Searched refs:WebContentsViewDelegate (Results 1 – 25 of 40) sorted by relevance

12

/external/chromium_org/content/public/browser/
Dweb_contents_view_delegate.cc11 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()
Dweb_contents_view_delegate.h38 class CONTENT_EXPORT WebContentsViewDelegate {
40 virtual ~WebContentsViewDelegate();
Dcontent_browser_client.h106 class WebContentsViewDelegate; variable
143 virtual WebContentsViewDelegate* GetWebContentsViewDelegate(
/external/chromium_org/content/shell/browser/
Dshell_web_contents_view_delegate_creator.h11 class WebContentsViewDelegate; variable
13 WebContentsViewDelegate* CreateShellWebContentsViewDelegate(
Dshell_web_contents_view_delegate_android.cc15 WebContentsViewDelegate* CreateShellWebContentsViewDelegate( in CreateShellWebContentsViewDelegate()
Dshell_web_contents_view_delegate.h14 class ShellWebContentsViewDelegate : public WebContentsViewDelegate {
Dshell_content_browser_client.h59 virtual WebContentsViewDelegate* GetWebContentsViewDelegate(
/external/chromium_org/chrome/browser/ui/tab_contents/
Dchrome_web_contents_view_delegate.h10 class WebContentsViewDelegate; variable
15 content::WebContentsViewDelegate* CreateWebContentsViewDelegate(
/external/chromium_org/athena/content/public/
Dweb_contents_view_delegate_creator.h12 class WebContentsViewDelegate; variable
17 ATHENA_EXPORT content::WebContentsViewDelegate* CreateWebContentsViewDelegate(
/external/chromium_org/content/browser/web_contents/
Dweb_contents_view_mac.h30 class WebContentsViewDelegate; variable
65 WebContentsViewDelegate* delegate);
121 WebContentsViewDelegate* delegate() { return delegate_.get(); } in delegate()
135 scoped_ptr<WebContentsViewDelegate> delegate_;
Dweb_contents_view_android.h24 WebContentsViewDelegate* delegate);
84 scoped_ptr<WebContentsViewDelegate> delegate_;
Dweb_contents_view_aura.h36 class WebContentsViewDelegate; variable
50 WebContentsViewDelegate* delegate);
204 scoped_ptr<WebContentsViewDelegate> delegate_;
Dweb_contents_view_android.cc19 WebContentsViewDelegate* delegate, in CreateWebContentsView()
29 WebContentsViewDelegate* delegate) in WebContentsViewAndroid()
/external/chromium_org/android_webview/browser/
Djni_dependency_factory.h13 class WebContentsViewDelegate; variable
29 virtual content::WebContentsViewDelegate* CreateViewDelegate(
/external/chromium_org/android_webview/native/
Daw_web_contents_view_delegate.h20 class AwWebContentsViewDelegate : public content::WebContentsViewDelegate {
22 static content::WebContentsViewDelegate* Create(
Daw_web_contents_view_delegate.cc14 content::WebContentsViewDelegate* AwWebContentsViewDelegate::Create( in Create()
/external/chromium_org/athena/content/
Dweb_contents_view_delegate_factory_impl.cc23 class WebContentsViewDelegateImpl : public content::WebContentsViewDelegate {
148 content::WebContentsViewDelegate* CreateWebContentsViewDelegate( in CreateWebContentsViewDelegate()
/external/chromium_org/chrome/browser/ui/views/tab_contents/
Dchrome_web_contents_view_delegate_views_unittest.cc17 scoped_ptr<content::WebContentsViewDelegate> delegate_view( in TEST_F()
Dchrome_web_contents_view_delegate_views.h36 : public content::WebContentsViewDelegate,
/external/chromium_org/chrome/browser/ui/android/tab_contents/
Dchrome_web_contents_view_delegate_android.h19 : public content::WebContentsViewDelegate {
Dchrome_web_contents_view_delegate_android.cc53 content::WebContentsViewDelegate* CreateWebContentsViewDelegate( in CreateWebContentsViewDelegate()
/external/chromium_org/chrome/browser/ui/cocoa/tab_contents/
Dchrome_web_contents_view_delegate_mac.h27 : public content::WebContentsViewDelegate,
/external/chromium_org/android_webview/lib/main/
Daw_main_delegate.h48 virtual content::WebContentsViewDelegate* CreateViewDelegate(
Daw_main_delegate.cc157 content::WebContentsViewDelegate* AwMainDelegate::CreateViewDelegate( in CreateViewDelegate()
/external/chromium_org/athena/main/
Dathena_main.cc131 virtual content::WebContentsViewDelegate* GetWebContentsViewDelegate( in GetWebContentsViewDelegate()

12