Home
last modified time | relevance | path

Searched refs:RenderWidgetHostViewAura (Results 1 – 4 of 4) sorted by relevance

/third_party/cef/patch/patches/
Drwh_background_color_1984.patch13 @@ -678,10 +679,12 @@ gfx::Rect RenderWidgetHostViewAura::GetViewBounds() {
14 void RenderWidgetHostViewAura::UpdateBackgroundColor() {
29 absl::optional<DisplayFeature> RenderWidgetHostViewAura::GetDisplayFeature() {
30 @@ -2167,6 +2170,16 @@ void RenderWidgetHostViewAura::CreateAuraWindow(aura::client::WindowType typ…
46 void RenderWidgetHostViewAura::CreateDelegatedFrameHostClient() {
/third_party/cef/libcef/browser/native/
Dbrowser_platform_delegate_native_aura.h13 class RenderWidgetHostViewAura; variable
76 content::RenderWidgetHostViewAura* GetHostView() const;
Dbrowser_platform_delegate_native_aura.cc235 content::RenderWidgetHostViewAura*
239 return static_cast<content::RenderWidgetHostViewAura*>( in GetHostView()
/third_party/chromium/patch/
D0003-ohos-1115.patch19893 +// Logic copied from RenderWidgetHostViewAura::CreateSelectionController.