Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/assistant/ui/dialog_plate/
H A Dmic_view.cc83 auto logo_view_container = std::make_unique<views::View>(); in InitLayout() local
84 logo_view_container->SetCanProcessEventsWithinSubtree(false); in InitLayout()
87 logo_view_container->SetLayoutManager(std::make_unique<views::BoxLayout>( in InitLayout()
97 logo_view_ = logo_view_container->AddChildView(LogoView::Create()); in InitLayout()
100 AddChildView(std::move(logo_view_container)); in InitLayout()