Searched refs:content_view (Results 1 – 4 of 4) sorted by relevance
56 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 …]
184 views::View* content_view = widget->widget_delegate()->GetContentsView(); in GetWindowFor() local185 CefRefPtr<CefView> cef_view = GetFor(content_view, false); in GetWindowFor()
321 virtual views::View* content_view() const { return root_view(); } in content_view() function672 content_view()->SetBackground(views::CreateSolidBackground(color)); in SetBackgroundColor()677 return content_view()->background()->get_color(); in GetBackgroundColor()
455 @@ -239,6 +239,11 @@ MenuScrollViewContainer::MenuScrollViewContainer(SubmenuView* content_view)457 AddChildView(std::make_unique<MenuScrollButton>(content_view, false));