Home
last modified time | relevance | path

Searched refs:RenderViewHost (Results 1 – 25 of 26) sorted by relevance

12

/third_party/cef/libcef/browser/prefs/
Drenderer_prefs.h22 class RenderViewHost; variable
52 void PopulateWebPreferences(content::RenderViewHost* rvh,
Drenderer_prefs.cc144 content::RenderViewHost* rvh, in SetExtensionPrefs()
365 void PopulateWebPreferences(content::RenderViewHost* rvh, in PopulateWebPreferences()
/third_party/cef/libcef/browser/extensions/
Dbrowser_extensions_util.h18 class RenderViewHost; variable
50 content::RenderViewHost* host,
Dbrowser_extensions_util.cc90 content::RenderViewHost* host, in GetOwnerBrowserForHost()
Dextension_function_details.cc24 using content::RenderViewHost;
/third_party/cef/libcef/browser/osr/
Dweb_contents_view_osr.h59 void RenderViewHostChanged(content::RenderViewHost* old_host,
60 content::RenderViewHost* new_host) override;
Dweb_contents_view_osr.cc138 content::RenderViewHost* old_host, in RenderViewHostChanged()
139 content::RenderViewHost* new_host) {} in RenderViewHostChanged()
Dbrowser_platform_delegate_osr.cc56 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()
Dbrowser_platform_delegate_osr.h29 void RenderViewCreated(content::RenderViewHost* render_view_host) override;
Drender_widget_host_view_osr.cc204 } 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/
Dbrowser_platform_delegate_native.cc25 content::RenderViewHost* host = web_contents_->GetRenderViewHost(); in WasResized()
/third_party/cef/libcef/browser/
Dbrowser_platform_delegate.h40 class RenderViewHost; variable
129 virtual void RenderViewCreated(content::RenderViewHost* render_view_host);
Dbrowser_host_base.h119 const content::RenderViewHost* host);
Dbrowser_host_base.cc75 const content::RenderViewHost* host) { in GetBrowserForHost()
79 const_cast<content::RenderViewHost*>(host)); in GetBrowserForHost()
Dbrowser_platform_delegate.cc64 content::RenderViewHost* render_view_host) {} in RenderViewCreated()
/third_party/cef/patch/patches/
Drwh_background_color_1984.patch38 + WebContents::FromRenderViewHost(RenderViewHost::From(host_));
Dweb_contents_1257_1565.patch59 class RenderViewHost;
/third_party/cef/libcef/browser/alloy/
Dbrowser_platform_delegate_alloy.cc161 content::RenderViewHost* render_view_host) { in RenderViewCreated()
252 content::RenderViewHost* host = web_contents_->GetRenderViewHost(); in SendCaptureLostEvent()
Dbrowser_platform_delegate_alloy.h38 void RenderViewCreated(content::RenderViewHost* render_view_host) override;
Dalloy_browser_host_impl.h68 const content::RenderViewHost* host);
Dalloy_browser_host_impl.cc94 content::RenderViewHost* render_view_host) in CefWidgetHostInterceptor()
270 const content::RenderViewHost* host) { in GetBrowserForHost()
/third_party/cef/libcef/browser/devtools/
Ddevtools_frontend.h28 class RenderViewHost; variable
/third_party/cef/libcef/browser/chrome/
Dchrome_browser_host_impl.h40 const content::RenderViewHost* host);
Dchrome_browser_host_impl.cc64 const content::RenderViewHost* host) { in GetBrowserForHost()
/third_party/chromium/patch/
D0004-ohos-3.2-Beta5.patch7450 @@ -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;

12