Searched refs:CreateLayout (Results 1 – 5 of 5) sorted by relevance
58 layout_ref_ = CreateLayout(); in Initialize()65 virtual ViewsLayoutClass* CreateLayout() = 0;
19 views::FillLayout* CefFillLayoutImpl::CreateLayout() { in CreateLayout() function in CefFillLayoutImpl
29 views::FillLayout* CreateLayout() override;
37 views::BoxLayout* CreateLayout() override;
55 views::BoxLayout* CefBoxLayoutImpl::CreateLayout() { in CreateLayout() function in CefBoxLayoutImpl