Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/views/profiles/
Dprofile_chooser_view.cc895 views::View* current_profile_view = NULL; in CreateProfileChooserView() local
903 current_profile_view = CreateCurrentProfileView(item, false); in CreateProfileChooserView()
935 if (!current_profile_view) { in CreateProfileChooserView()
937 current_profile_view = CreateGuestProfileView(); in CreateProfileChooserView()
942 layout->AddView(current_profile_view); in CreateProfileChooserView()