ChooseNameForNewProfile  120 chrome/browser/profiles/profile_info_cache.h   base::string16 ChooseNameForNewProfile(size_t icon_index) const;
ChooseNameForNewProfile  753 chrome/browser/profiles/profile_manager.cc           base::UTF16ToUTF8(cache.ChooseNameForNewProfile(avatar_index)) :
ChooseNameForNewProfile  758 chrome/browser/profiles/profile_manager.cc           base::UTF16ToUTF8(cache.ChooseNameForNewProfile(avatar_index));
ChooseNameForNewProfile  907 chrome/browser/profiles/profile_manager_unittest.cc   const base::string16 profile_name1 = cache.ChooseNameForNewProfile(0);
ChooseNameForNewProfile  913 chrome/browser/profiles/profile_manager_unittest.cc   const base::string16 profile_name2 = cache.ChooseNameForNewProfile(1);
ChooseNameForNewProfile  942 chrome/browser/profiles/profile_manager_unittest.cc   const base::string16 profile_name1 = cache.ChooseNameForNewProfile(0);
ChooseNameForNewProfile  954 chrome/browser/profiles/profile_manager_unittest.cc   const base::string16 profile_name2 = cache.ChooseNameForNewProfile(1);
ChooseNameForNewProfile  983 chrome/browser/profiles/profile_manager_unittest.cc   const base::string16 profile_name1 = cache.ChooseNameForNewProfile(0);
ChooseNameForNewProfile  994 chrome/browser/profiles/profile_manager_unittest.cc   const base::string16 profile_name2 = cache.ChooseNameForNewProfile(1);
ChooseNameForNewProfile  235 chrome/browser/ui/webui/options/manage_profile_handler.cc   profile_info.SetString("name", cache.ChooseNameForNewProfile(icon_index));
ChooseNameForNewProfile  267 chrome/browser/ui/webui/options/manage_profile_handler.cc     default_name_list.AppendString(cache.ChooseNameForNewProfile(i));