Home
last modified time | relevance | path

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

12

/external/chromium_org/content/browser/web_contents/
Dweb_contents_view_gtk.h25 class WebContentsViewDelegate; variable
40 WebContentsViewDelegate* delegate);
43 WebContentsViewDelegate* delegate() const { return delegate_.get(); } in delegate()
136 scoped_ptr<WebContentsViewDelegate> delegate_;
Dweb_contents_view_mac.h29 class WebContentsViewDelegate; variable
64 WebContentsViewDelegate* delegate);
124 WebContentsViewDelegate* delegate() { return delegate_.get(); } in delegate()
141 scoped_ptr<WebContentsViewDelegate> delegate_;
Dweb_contents_view_win.h25 class WebContentsViewDelegate; variable
35 WebContentsViewDelegate* delegate);
131 scoped_ptr<WebContentsViewDelegate> delegate_;
Dweb_contents_view_android.h24 WebContentsViewDelegate* delegate);
91 scoped_ptr<WebContentsViewDelegate> delegate_;
Dweb_contents_view_aura.h32 class WebContentsViewDelegate; variable
45 WebContentsViewDelegate* delegate);
197 scoped_ptr<WebContentsViewDelegate> delegate_;
Dweb_contents_view_android.cc20 WebContentsViewDelegate* delegate, in CreateWebContentsView()
30 WebContentsViewDelegate* delegate) in WebContentsViewAndroid()
Dweb_contents_view_gtk.cc81 WebContentsViewDelegate* delegate, in CreateWebContentsView()
90 WebContentsViewDelegate* delegate) in WebContentsViewGtk()
/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.cc16 WebContentsViewDelegate* CreateShellWebContentsViewDelegate( in CreateShellWebContentsViewDelegate()
Dshell_web_contents_view_delegate.h19 class ShellWebContentsViewDelegate : public WebContentsViewDelegate {
Dshell_content_browser_client.h56 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/android_webview/browser/
Djni_dependency_factory.h13 class WebContentsViewDelegate; variable
31 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.cc15 content::WebContentsViewDelegate* AwWebContentsViewDelegate::Create( in Create()
/external/chromium_org/content/public/browser/
Dweb_contents_view_delegate.h37 class CONTENT_EXPORT WebContentsViewDelegate {
39 virtual ~WebContentsViewDelegate() {} in ~WebContentsViewDelegate()
Dcontent_browser_client.h96 class WebContentsViewDelegate; variable
137 virtual WebContentsViewDelegate* GetWebContentsViewDelegate(
/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.h24 : public content::WebContentsViewDelegate {
Dchrome_web_contents_view_delegate_mac.mm59 content::WebContentsViewDelegate* CreateWebContentsViewDelegate(
/external/chromium_org/chrome/browser/ui/views/tab_contents/
Dchrome_web_contents_view_delegate_views.h28 : public content::WebContentsViewDelegate {
/external/chromium_org/android_webview/lib/main/
Daw_main_delegate.h49 virtual content::WebContentsViewDelegate* CreateViewDelegate(
Daw_main_delegate.cc146 content::WebContentsViewDelegate* AwMainDelegate::CreateViewDelegate( in CreateViewDelegate()
/external/chromium_org/chrome/browser/ui/gtk/tab_contents/
Dchrome_web_contents_view_delegate_gtk.h24 : public content::WebContentsViewDelegate {

12