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

/external/chromium_org/chrome/browser/profiles/
H A Dprofile_manager.cc757 size_t profile_cache_index = local
760 if (profile_cache_index != std::string::npos) {
762 cache.GetAvatarIconIndexOfProfileAtIndex(profile_cache_index);
764 base::UTF16ToUTF8(cache.GetNameOfProfileAtIndex(profile_cache_index));
766 cache.GetSupervisedUserIdOfProfileAtIndex(profile_cache_index);

Completed in 146 milliseconds