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

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

Completed in 73 milliseconds