Searched refs:kProfileAvatarIndex (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
H A Dprofile_impl.cc311 prefs::kProfileAvatarIndex,
469 prefs::kProfileAvatarIndex,
1167 GetPrefs()->GetInteger(prefs::kProfileAvatarIndex);
H A Dprofile_manager.cc919 prefs::kProfileAvatarIndex);
966 if (!profile->GetPrefs()->HasPrefPath(prefs::kProfileAvatarIndex))
967 profile->GetPrefs()->SetInteger(prefs::kProfileAvatarIndex, avatar_index);
H A Dprofile_manager_unittest.cc375 profile->GetPrefs()->GetInteger(prefs::kProfileAvatarIndex);
396 profile->GetPrefs()->GetInteger(prefs::kProfileAvatarIndex);
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dmanage_profile_handler.cc355 pref_service->SetInteger(prefs::kProfileAvatarIndex, new_icon_index);
/external/chromium_org/chrome/common/
H A Dpref_names.cc1248 const char kProfileAvatarIndex[] = "profile.avatar_index"; member in namespace:prefs
H A Dpref_names.h426 extern const char kProfileAvatarIndex[];

Completed in 88 milliseconds