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

/external/chromium_org/chrome/browser/profiles/
H A Dprofile_info_cache_unittest.cc216 size_t new_icon_index = 3; local
217 GetCache()->SetAvatarIconOfProfileAtIndex(1, new_icon_index);
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dmanage_profile_handler.cc347 size_t new_icon_index; local
357 } else if (profiles::IsDefaultAvatarIconUrl(icon_url, &new_icon_index)) {
358 ProfileMetrics::LogProfileAvatarSelection(new_icon_index);
359 pref_service->SetInteger(prefs::kProfileAvatarIndex, new_icon_index);

Completed in 138 milliseconds