Home
last modified time | relevance | path

Searched refs:GetContentsView (Results 1 – 10 of 10) sorted by relevance

/third_party/cef/libcef/browser/views/
Doverlay_view_host.cc39 return that && that->GetContentsView()->IsSame(view_); in IsSame()
42 CefRefPtr<CefView> GetContentsView() override { return view_; } in GetContentsView() function in __anonbd30fe920111::CefOverlayControllerImpl
198 view_ = widget_->GetContentsView()->AddChildView(std::move(controls_view)); in Init()
248 widget_->GetContentsView()->RemoveChildView(view_); in Destroy()
Dwindow_view.h67 views::View* GetContentsView() override;
Dwindow_view.cc412 views::View* CefWindowView::GetContentsView() { in GetContentsView() function in CefWindowView
419 return new ClientViewEx(widget, GetContentsView(), window_delegate_); in CreateClientView()
Dview_util.cc184 views::View* content_view = widget->widget_delegate()->GetContentsView(); in GetWindowFor()
/third_party/cef/libcef/browser/native/
Dwindow_delegate_view.h41 View* GetContentsView() override { return this; } in GetContentsView() function
/third_party/cef/include/views/
Dcef_overlay_controller.h72 virtual CefRefPtr<CefView> GetContentsView() = 0;
/third_party/cef/libcef_dll/ctocpp/views/
Doverlay_controller_ctocpp.h44 CefRefPtr<CefView> GetContentsView() override;
Doverlay_controller_ctocpp.cc62 CefRefPtr<CefView> CefOverlayControllerCToCpp::GetContentsView() { in GetContentsView() function in CefOverlayControllerCToCpp
/third_party/cef/libcef_dll/cpptoc/views/
Doverlay_controller_cpptoc.cc76 CefOverlayControllerCppToC::Get(self)->GetContentsView(); in overlay_controller_get_contents_view()
/third_party/chromium/patch/
D0004-3.2-Beta5.patch51770 + delegate->SetAnchorView(anchor.widget().GetContentsView());