Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/views/profiles/
Dprofile_chooser_view.cc83 views::GridLayout* CreateSingleColumnLayout(views::View* view, int width) { in CreateSingleColumnLayout() function
664 layout = CreateSingleColumnLayout(this, kFixedGaiaViewWidth); in ShowView()
668 layout = CreateSingleColumnLayout(this, kFixedAccountRemovalViewWidth); in ShowView()
672 layout = CreateSingleColumnLayout(this, kFixedSwitchUserViewWidth); in ShowView()
678 layout = CreateSingleColumnLayout(this, kFixedMenuWidth); in ShowView()
891 views::GridLayout* layout = CreateSingleColumnLayout(view, kFixedMenuWidth); in CreateProfileChooserView()
1003 views::GridLayout* layout = CreateSingleColumnLayout(view, in CreateTutorialView()
1104 views::GridLayout* layout = CreateSingleColumnLayout(view, column_width); in CreateCurrentProfileView()
1229 views::GridLayout* layout = CreateSingleColumnLayout(view, kFixedMenuWidth); in CreateOtherProfilesView()
1257 views::GridLayout* layout = CreateSingleColumnLayout(view, kFixedMenuWidth); in CreateOptionsView()
[all …]