Searched refs:profile_info (Results 1 – 1 of 1) sorted by relevance
4294 DictionaryValue* profile_info = new DictionaryValue; in GetListFromAutofillProfiles() local4301 profile_info->SetString(type_it->second, value); in GetListFromAutofillProfiles()4304 profiles->Append(profile_info); in GetListFromAutofillProfiles()4343 DictionaryValue* profile_info = NULL; in GetAutofillProfilesFromList() local4351 profiles.GetDictionary(i, &profile_info); in GetAutofillProfilesFromList()4357 if (profile_info->HasKey(type_it->second)) { in GetAutofillProfilesFromList()4358 if (profile_info->GetString(type_it->second, in GetAutofillProfilesFromList()