Home
last modified time | relevance | path

Searched refs:GetNativeView (Results 1 – 18 of 18) sorted by relevance

/third_party/cef/libcef/browser/views/
Dview_util_mac.mm19 gfx::NativeView GetNativeView(views::Widget* widget) {
21 return widget->GetNativeView();
26 auto view = GetNativeView(widget);
Dview_util_aura.cc22 gfx::NativeView GetNativeView(views::Widget* widget) { in GetNativeView() function
Doverlay_view_host.cc193 params.parent = window_view_->GetWidget()->GetNativeView(); in Init()
207 widget_->GetNativeView()->SetProperty(views::kHostViewKey, widget_view); in Init()
Dview_util.h121 gfx::NativeView GetNativeView(views::Widget* widget);
Dview_util.cc173 widget->GetNativeView()->GetProperty(views::kHostViewKey); in GetWindowFor()
Dwindow_view.cc308 params.parent = view_util::GetNativeView(parent_window_impl->widget()); in CreateWidget()
/third_party/cef/libcef/browser/
Dweb_contents_dialog_helper.cc32 return platform_util::IsVisible(web_contents->GetNativeView()); in IsWebContentsVisible()
42 return browser_delegate_->GetWindowWidget()->GetNativeView(); in GetHostView()
/third_party/cef/patch/patches/
Dosr_fling_2745.patch13 if (host_->GetView() && host_->GetView()->GetNativeView() &&
14 host_->GetView()->GetNativeView()->GetHost() &&
Dmac_fling_scheduler_2540.patch10 + if (!view->GetNativeView())
Dweb_contents_1257_1565.patch41 create_params.context = view_->GetNativeView();
Dprint_preview_123.patch223 platform_util::GetTopLevel(preview_web_contents_->GetNativeView()), NULL);
/third_party/cef/libcef/browser/osr/
Dweb_contents_view_osr.h41 gfx::NativeView GetNativeView() const override;
Dweb_contents_view_osr.cc45 gfx::NativeView CefWebContentsViewOSR::GetNativeView() const { in GetNativeView() function in CefWebContentsViewOSR
Drender_widget_host_view_osr.h110 gfx::NativeView GetNativeView() override;
Drender_widget_host_view_osr.cc319 gfx::NativeView CefRenderWidgetHostViewOSR::GetNativeView() { in GetNativeView() function in CefRenderWidgetHostViewOSR
/third_party/cef/libcef/browser/native/
Dbrowser_platform_delegate_native_mac.mm228 NSView* native_view = web_contents_->GetNativeView().GetNativeNSView();
/third_party/chromium/patch/
D0004-ohos-3.2-Beta5.patch25760 web_contents->GetNativeView()->GetWindowAndroid()->GetJavaObject();
25897 + window.get()->get()->AddChild(web_contents->GetNativeView());
27210 + window.get()->get()->AddChild(web_contents->GetNativeView());
27419 + window.get()->get()->AddChild(web_contents->GetNativeView());
30659 aura::Window* root_window = GetNativeView()->GetRootWindow();
44696 DCHECK(widget->GetNativeView());
D0001-cve.patch2215 ->GetNativeView()