/third_party/cef/libcef/browser/prefs/ |
D | renderer_prefs.h | 22 class RenderViewHost; variable 52 void PopulateWebPreferences(content::RenderViewHost* rvh,
|
D | renderer_prefs.cc | 144 content::RenderViewHost* rvh, in SetExtensionPrefs() 365 void PopulateWebPreferences(content::RenderViewHost* rvh, in PopulateWebPreferences()
|
/third_party/cef/libcef/browser/extensions/ |
D | browser_extensions_util.h | 18 class RenderViewHost; variable 50 content::RenderViewHost* host,
|
D | browser_extensions_util.cc | 90 content::RenderViewHost* host, in GetOwnerBrowserForHost()
|
D | extension_function_details.cc | 24 using content::RenderViewHost;
|
/third_party/cef/libcef/browser/osr/ |
D | web_contents_view_osr.h | 59 void RenderViewHostChanged(content::RenderViewHost* old_host, 60 content::RenderViewHost* new_host) override;
|
D | web_contents_view_osr.cc | 138 content::RenderViewHost* old_host, in RenderViewHostChanged() 139 content::RenderViewHost* new_host) {} in RenderViewHostChanged()
|
D | browser_platform_delegate_osr.cc | 56 content::RenderViewHost* render_view_host) { in RenderViewCreated() 68 content::RenderViewHost* host = web_contents_->GetRenderViewHost(); in BrowserCreated() 80 content::RenderViewHost* host = web_contents_->GetRenderViewHost(); in NotifyBrowserDestroyed() 599 content::RenderViewHost* host = web_contents_->GetRenderViewHost(); in GetOSRHostView()
|
D | browser_platform_delegate_osr.h | 29 void RenderViewCreated(content::RenderViewHost* render_view_host) override;
|
D | render_widget_host_view_osr.cc | 204 } else if (content::RenderViewHost::From(render_widget_host_)) { in CefRenderWidgetHostViewOSR() 207 content::RenderViewHost::From(render_widget_host_)); in CefRenderWidgetHostViewOSR()
|
/third_party/cef/libcef/browser/native/ |
D | browser_platform_delegate_native.cc | 25 content::RenderViewHost* host = web_contents_->GetRenderViewHost(); in WasResized()
|
/third_party/cef/libcef/browser/ |
D | browser_platform_delegate.h | 40 class RenderViewHost; variable 129 virtual void RenderViewCreated(content::RenderViewHost* render_view_host);
|
D | browser_host_base.h | 119 const content::RenderViewHost* host);
|
D | browser_host_base.cc | 75 const content::RenderViewHost* host) { in GetBrowserForHost() 79 const_cast<content::RenderViewHost*>(host)); in GetBrowserForHost()
|
D | browser_platform_delegate.cc | 64 content::RenderViewHost* render_view_host) {} in RenderViewCreated()
|
/third_party/cef/patch/patches/ |
D | rwh_background_color_1984.patch | 38 + WebContents::FromRenderViewHost(RenderViewHost::From(host_));
|
D | web_contents_1257_1565.patch | 59 class RenderViewHost;
|
/third_party/cef/libcef/browser/alloy/ |
D | browser_platform_delegate_alloy.cc | 161 content::RenderViewHost* render_view_host) { in RenderViewCreated() 252 content::RenderViewHost* host = web_contents_->GetRenderViewHost(); in SendCaptureLostEvent()
|
D | browser_platform_delegate_alloy.h | 38 void RenderViewCreated(content::RenderViewHost* render_view_host) override;
|
D | alloy_browser_host_impl.h | 68 const content::RenderViewHost* host);
|
D | alloy_browser_host_impl.cc | 94 content::RenderViewHost* render_view_host) in CefWidgetHostInterceptor() 270 const content::RenderViewHost* host) { in GetBrowserForHost()
|
/third_party/cef/libcef/browser/devtools/ |
D | devtools_frontend.h | 28 class RenderViewHost; variable
|
/third_party/cef/libcef/browser/chrome/ |
D | chrome_browser_host_impl.h | 40 const content::RenderViewHost* host);
|
D | chrome_browser_host_impl.cc | 64 const content::RenderViewHost* host) { in GetBrowserForHost()
|
/third_party/chromium/patch/ |
D | 0004-ohos-3.2-Beta5.patch | 7450 @@ -421,6 +434,7 @@ void PopulateWebPreferences(content::RenderViewHost* rvh, 7458 @@ -429,6 +443,7 @@ void PopulateWebPreferences(content::RenderViewHost* rvh, 30563 RenderViewHost* new_host) override; 30849 RenderViewHost* new_host) override;
|