Home
last modified time | relevance | path

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

/third_party/cef/libcef/browser/views/
Dpanel_impl.h56 const size_t count = ParentClass::content_view()->children().size(); in GetDebugInfo()
61 views::View* view = ParentClass::content_view()->children()[i]; in GetDebugInfo()
93 return CefFillLayoutImpl::Create(ParentClass::content_view()); in SetToFillLayout()
99 return CefBoxLayoutImpl::Create(settings, ParentClass::content_view()); in SetToBoxLayout()
104 return layout_util::GetFor(ParentClass::content_view()); in GetLayout()
123 ParentClass::content_view()->AddChildView(view_ptr); in AddChildView()
133 ParentClass::content_view()->children().size()); in AddChildViewAt()
136 ParentClass::content_view()->children().size())) { in AddChildViewAt()
144 ParentClass::content_view()->AddChildViewAt(view_ptr, index); in AddChildViewAt()
159 DCHECK_EQ(view_ptr->parent(), ParentClass::content_view()); in ReorderChildView()
[all …]
Dview_util.cc184 views::View* content_view = widget->widget_delegate()->GetContentsView(); in GetWindowFor() local
185 CefRefPtr<CefView> cef_view = GetFor(content_view, false); in GetWindowFor()
Dview_impl.h321 virtual views::View* content_view() const { return root_view(); } in content_view() function
672 content_view()->SetBackground(views::CreateSolidBackground(color)); in SetBackgroundColor()
677 return content_view()->background()->get_color(); in GetBackgroundColor()
/third_party/cef/patch/patches/
Dviews_1749_2102.patch455 @@ -239,6 +239,11 @@ MenuScrollViewContainer::MenuScrollViewContainer(SubmenuView* content_view)
457 AddChildView(std::make_unique<MenuScrollButton>(content_view, false));