HomeSort by relevance Sort by last modified time
    Searched full:info_cache (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/ui/webui/signin/
user_manager_screen_handler.cc 103 size_t index, const ProfileInfoCache& info_cache) {
105 info_cache.IsUsingGAIAPictureOfProfileAtIndex(index) &&
106 info_cache.GetGAIAPictureOfProfileAtIndex(index);
111 gfx::Image avatar_image = info_cache.GetAvatarIconOfProfileAtIndex(index);
122 size_t GetIndexOfProfileWithEmailAndName(const ProfileInfoCache& info_cache,
125 for (size_t i = 0; i < info_cache.GetNumberOfProfiles(); ++i) {
126 if (info_cache.GetUserNameOfProfileAtIndex(i) == email &&
127 (name.empty() || info_cache.GetNameOfProfileAtIndex(i) == name)) {
136 ProfileInfoCache& info_cache = local
139 info_cache, base::UTF8ToUTF16(email), base::string16())
274 ProfileInfoCache& info_cache = local
388 ProfileInfoCache& info_cache = local
584 const ProfileInfoCache& info_cache = local
635 ProfileInfoCache& info_cache = local
    [all...]
  /external/chromium_org/chrome/browser/profiles/
profile_metrics.cc 59 const ProfileInfoCache& info_cache = manager->GetProfileInfoCache(); local
60 size_t number_of_profiles = info_cache.GetNumberOfProfiles();
72 if (info_cache.GetProfileActiveTimeAtIndex(i) < oldest) {
75 if (info_cache.ProfileIsSupervisedAtIndex(i))
77 if (!info_cache.GetUserNameOfProfileAtIndex(i).empty()) {
79 if (info_cache.IsUsingGAIAPictureOfProfileAtIndex(i))
88 const ProfileInfoCache& info_cache = manager->GetProfileInfoCache(); local
89 size_t number_of_profiles = info_cache.GetNumberOfProfiles();
96 if (info_cache.ProfileIsSigninRequiredAtIndex(i)) {
98 info_cache.GetProfileActiveTimeAtIndex(i)
    [all...]
  /external/chromium_org/chrome/common/
pref_names.cc     [all...]

Completed in 726 milliseconds