Searched refs:WebContentsView (Results 1 – 13 of 13) sorted by relevance
/third_party/cef/patch/patches/ |
D | mime_handler_view_guest_1565_2727.patch | 6 // The WebContentsView is an interface that is implemented by the platform- 9 -class WebContentsView { 10 +class CONTENT_EXPORT WebContentsView { 12 virtual ~WebContentsView() = default;
|
D | web_contents_1257_1565.patch | 65 +class WebContentsView; 74 + content::WebContentsView* view = nullptr; 93 +class WebContentsView; 106 + content::WebContentsView** view,
|
/third_party/cef/libcef/browser/ |
D | browser_info_manager.h | 37 class WebContentsView; variable 89 content::WebContentsView** view,
|
D | browser_platform_delegate.h | 44 class WebContentsView; variable 97 content::WebContentsView** view,
|
D | browser_platform_delegate.cc | 25 content::WebContentsView** view, in CreateViewForWebContents()
|
D | browser_info_manager.cc | 212 content::WebContentsView** view, in GetCustomWebContentsView()
|
/third_party/cef/libcef/browser/osr/ |
D | web_contents_view_osr.h | 23 class CefWebContentsViewOSR : public content::WebContentsView,
|
D | browser_platform_delegate_osr.h | 25 content::WebContentsView** view,
|
D | browser_platform_delegate_osr.cc | 32 content::WebContentsView** view, in CreateViewForWebContents()
|
/third_party/cef/libcef/browser/alloy/ |
D | alloy_browser_host_impl.h | 244 content::WebContentsView** view,
|
D | alloy_browser_host_impl.cc | 1278 content::WebContentsView** view, in GetCustomWebContentsView()
|
/third_party/cef/patch/ |
D | patch.cfg | 120 # Allow specification of a custom WebContentsView.
|
/third_party/chromium/patch/ |
D | 0004-ohos-3.2-Beta5.patch | 7279 @@ -65,6 +65,8 @@ class CefWebContentsViewOSR : public content::WebContentsView, 7288 @@ -78,6 +80,18 @@ class CefWebContentsViewOSR : public content::WebContentsView, 30533 @@ -107,6 +107,8 @@ class CONTENT_EXPORT WebContentsView { 30562 @@ -83,6 +83,7 @@ class WebContentsViewAndroid : public WebContentsView, 30901 @@ -56,6 +56,7 @@ class WebContentsViewChildFrame : public WebContentsView, 30913 @@ -88,6 +88,7 @@ class WebContentsViewMac : public WebContentsView,
|