HomeSort by relevance Sort by last modified time
    Searched refs:new_icon_index (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/webui/options/
manage_profile_handler.cc 341 size_t new_icon_index; local
350 } else if (cache.IsDefaultAvatarIconUrl(icon_url, &new_icon_index)) {
351 ProfileMetrics::LogProfileAvatarSelection(new_icon_index);
355 pref_service->SetInteger(prefs::kProfileAvatarIndex, new_icon_index);
  /external/chromium_org/chrome/browser/profiles/
profile_info_cache_unittest.cc 201 size_t new_icon_index = 3; local
202 GetCache()->SetAvatarIconOfProfileAtIndex(1, new_icon_index);

Completed in 279 milliseconds