Searched defs:GetNameOfProfileAtIndex (Results 1 - 1 of 1) sorted by path

/external/chromium_org/chrome/browser/profiles/
H A Dprofile_info_cache.cc240 base::string16 name = GetNameOfProfileAtIndex(profile_index);
278 base::string16 ProfileInfoCache::GetNameOfProfileAtIndex(size_t index) const { function in class:ProfileInfoCache
469 base::string16 old_display_name = GetNameOfProfileAtIndex(index);
475 base::string16 new_display_name = GetNameOfProfileAtIndex(index);
586 base::string16 old_display_name = GetNameOfProfileAtIndex(index);
592 base::string16 new_display_name = GetNameOfProfileAtIndex(index);
609 base::string16 old_display_name = GetNameOfProfileAtIndex(index);
615 base::string16 new_display_name = GetNameOfProfileAtIndex(index);
782 if (GetNameOfProfileAtIndex(i) == name) {
925 base::string16 name_l = base::i18n::ToLower(GetNameOfProfileAtIndex(
[all...]

Completed in 7700 milliseconds