HomeSort by relevance Sort by last modified time
    Searched refs:WebContentsViewDelegate (Results 1 - 25 of 32) sorted by null

1 2

  /external/chromium_org/content/shell/browser/
shell_web_contents_view_delegate_creator.h 11 class WebContentsViewDelegate;
13 WebContentsViewDelegate* CreateShellWebContentsViewDelegate(
shell_web_contents_view_delegate.h 14 class ShellWebContentsViewDelegate : public WebContentsViewDelegate {
19 // Overridden from WebContentsViewDelegate:
shell_web_contents_view_delegate_android.cc 15 WebContentsViewDelegate* CreateShellWebContentsViewDelegate(
shell_content_browser_client.h 55 virtual WebContentsViewDelegate* GetWebContentsViewDelegate(
shell_web_contents_view_delegate_win.cc 59 WebContentsViewDelegate* CreateShellWebContentsViewDelegate(
shell_content_browser_client.cc 262 WebContentsViewDelegate* ShellContentBrowserClient::GetWebContentsViewDelegate(
  /external/chromium_org/chrome/browser/ui/tab_contents/
chrome_web_contents_view_delegate.h 10 class WebContentsViewDelegate;
15 content::WebContentsViewDelegate* CreateWebContentsViewDelegate(
  /external/chromium_org/android_webview/browser/
jni_dependency_factory.h 13 class WebContentsViewDelegate;
29 virtual content::WebContentsViewDelegate* CreateViewDelegate(
aw_content_browser_client.h 40 virtual content::WebContentsViewDelegate* GetWebContentsViewDelegate(
  /external/chromium_org/android_webview/native/
aw_web_contents_view_delegate.h 20 class AwWebContentsViewDelegate : public content::WebContentsViewDelegate {
22 static content::WebContentsViewDelegate* Create(
27 // content::WebContentsViewDelegate implementation.
aw_web_contents_view_delegate.cc 14 content::WebContentsViewDelegate* AwWebContentsViewDelegate::Create(
29 // GetDragDestDelegate is a pure virtual method from WebContentsViewDelegate
  /external/chromium_org/content/public/browser/
web_contents_view_delegate.h 35 class CONTENT_EXPORT WebContentsViewDelegate {
37 virtual ~WebContentsViewDelegate() {}
content_browser_client.h 105 class WebContentsViewDelegate;
141 virtual WebContentsViewDelegate* GetWebContentsViewDelegate(
content_browser_client.cc 18 WebContentsViewDelegate* ContentBrowserClient::GetWebContentsViewDelegate(
  /external/chromium_org/chrome/browser/ui/android/tab_contents/
chrome_web_contents_view_delegate_android.h 19 : public content::WebContentsViewDelegate {
25 // WebContentsViewDelegate:
30 // WebContentsViewDelegate:
chrome_web_contents_view_delegate_android.cc 24 // GetDragDestDelegate is a pure virtual method from WebContentsViewDelegate
53 content::WebContentsViewDelegate* CreateWebContentsViewDelegate(
  /external/chromium_org/content/browser/web_contents/
web_contents_view_mac.h 30 class WebContentsViewDelegate;
65 WebContentsViewDelegate* delegate);
123 WebContentsViewDelegate* delegate() { return delegate_.get(); }
140 scoped_ptr<WebContentsViewDelegate> delegate_;
web_contents_view_android.h 24 WebContentsViewDelegate* delegate);
83 scoped_ptr<WebContentsViewDelegate> delegate_;
web_contents_view_android.cc 19 WebContentsViewDelegate* delegate,
29 WebContentsViewDelegate* delegate)
web_contents_view_aura.h 36 class WebContentsViewDelegate;
50 WebContentsViewDelegate* delegate);
197 scoped_ptr<WebContentsViewDelegate> delegate_;
  /external/chromium_org/chrome/browser/ui/cocoa/tab_contents/
chrome_web_contents_view_delegate_mac.h 27 : public content::WebContentsViewDelegate,
33 // Overridden from WebContentsViewDelegate:
  /external/chromium_org/android_webview/lib/main/
aw_main_delegate.h 48 virtual content::WebContentsViewDelegate* CreateViewDelegate(
aw_main_delegate.cc 157 content::WebContentsViewDelegate* AwMainDelegate::CreateViewDelegate(
  /external/chromium_org/chrome/browser/ui/views/tab_contents/
chrome_web_contents_view_delegate_views.h 35 : public content::WebContentsViewDelegate,
42 // Overridden from WebContentsViewDelegate:
chrome_web_contents_view_delegate_views.cc 216 content::WebContentsViewDelegate* CreateWebContentsViewDelegate(

Completed in 864 milliseconds

1 2