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 93 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,
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, base::UTF8ToUTF16(email), base::string16())
279 ProfileInfoCache& info_cache = local
421 ProfileInfoCache& info_cache = local
639 const ProfileInfoCache& info_cache = local
692 ProfileInfoCache& info_cache = local
    [all...]
  /external/chromium_org/chrome/browser/profiles/
profile_metrics.cc 48 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,
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.ProfileIsSupervisedAtIndex(i)
    [all...]
  /external/chromium_org/chrome/common/
pref_names.cc     [all...]

Completed in 123 milliseconds