HomeSort by relevance Sort by last modified time
    Searched refs:ChooseNameForNewProfile (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/profiles/
profile_manager_unittest.cc     [all...]
profile_info_cache.h 120 base::string16 ChooseNameForNewProfile(size_t icon_index) const;
profile_window.cc 249 cache.ChooseNameForNewProfile(placeholder_avatar_index),
profile_manager.cc 763 base::UTF16ToUTF8(cache.ChooseNameForNewProfile(avatar_index)) :
768 base::UTF16ToUTF8(cache.ChooseNameForNewProfile(avatar_index));
    [all...]
profile_info_cache.cc 721 base::string16 ProfileInfoCache::ChooseNameForNewProfile(
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/
manage_profile_handler.cc 265 profile_info.SetString("name", cache.ChooseNameForNewProfile(icon_index));
298 default_name_list.AppendString(cache.ChooseNameForNewProfile(i));

Completed in 197 milliseconds