Searched defs:info_cache (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
H A Dprofile_metrics.cc48 const ProfileInfoCache& info_cache = manager->GetProfileInfoCache(); local
49 size_t number_of_profiles = info_cache.GetNumberOfProfiles();
56 if (info_cache.ProfileIsSigninRequiredAtIndex(i)) {
58 info_cache.GetProfileActiveTimeAtIndex(i);
71 bool HasProfileAtIndexBeenActiveSince(const ProfileInfoCache& info_cache, argument
77 if (info_cache.GetProfileActiveTimeAtIndex(index) < active_limit)
120 const ProfileInfoCache& info_cache = manager->GetProfileInfoCache(); local
121 size_t number_of_profiles = info_cache.GetNumberOfProfiles();
133 if (!HasProfileAtIndexBeenActiveSince(info_cache, i, oldest)) {
136 if (info_cache
[all...]
/external/chromium_org/chrome/browser/ui/webui/signin/
H A Duser_manager_screen_handler.cc93 size_t index, const ProfileInfoCache& info_cache) {
95 info_cache.IsUsingGAIAPictureOfProfileAtIndex(index) &&
96 info_cache.GetGAIAPictureOfProfileAtIndex(index);
101 gfx::Image avatar_image = info_cache.GetAvatarIconOfProfileAtIndex(index);
112 size_t GetIndexOfProfileWithEmailAndName(const ProfileInfoCache& info_cache, argument
115 for (size_t i = 0; i < info_cache.GetNumberOfProfiles(); ++i) {
116 if (info_cache.GetUserNameOfProfileAtIndex(i) == email &&
119 info_cache.GetPathOfProfileAtIndex(i)) == name)) {
128 ProfileInfoCache& info_cache = local
131 info_cache, bas
92 GetAvatarImageAtIndex( size_t index, const ProfileInfoCache& info_cache) argument
279 ProfileInfoCache& info_cache = local
421 ProfileInfoCache& info_cache = local
639 const ProfileInfoCache& info_cache = local
692 ProfileInfoCache& info_cache = local
[all...]

Completed in 203 milliseconds