Home
last modified time | relevance | path

Searched refs:WebContentsView (Results 1 – 13 of 13) sorted by relevance

/third_party/cef/patch/patches/
Dmime_handler_view_guest_1565_2727.patch6 // The WebContentsView is an interface that is implemented by the platform-
9 -class WebContentsView {
10 +class CONTENT_EXPORT WebContentsView {
12 virtual ~WebContentsView() = default;
Dweb_contents_1257_1565.patch65 +class WebContentsView;
74 + content::WebContentsView* view = nullptr;
93 +class WebContentsView;
106 + content::WebContentsView** view,
/third_party/cef/libcef/browser/
Dbrowser_info_manager.h37 class WebContentsView; variable
89 content::WebContentsView** view,
Dbrowser_platform_delegate.h44 class WebContentsView; variable
97 content::WebContentsView** view,
Dbrowser_platform_delegate.cc25 content::WebContentsView** view, in CreateViewForWebContents()
Dbrowser_info_manager.cc212 content::WebContentsView** view, in GetCustomWebContentsView()
/third_party/cef/libcef/browser/osr/
Dweb_contents_view_osr.h23 class CefWebContentsViewOSR : public content::WebContentsView,
Dbrowser_platform_delegate_osr.h25 content::WebContentsView** view,
Dbrowser_platform_delegate_osr.cc32 content::WebContentsView** view, in CreateViewForWebContents()
/third_party/cef/libcef/browser/alloy/
Dalloy_browser_host_impl.h244 content::WebContentsView** view,
Dalloy_browser_host_impl.cc1278 content::WebContentsView** view, in GetCustomWebContentsView()
/third_party/cef/patch/
Dpatch.cfg120 # Allow specification of a custom WebContentsView.
/third_party/chromium/patch/
D0004-ohos-3.2-Beta5.patch7279 @@ -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,