Home
last modified time | relevance | path

Searched refs:profile_info (Results 1 – 1 of 1) sorted by relevance

/external/chromium/chrome/browser/automation/
Dtesting_automation_provider.cc4294 DictionaryValue* profile_info = new DictionaryValue; in GetListFromAutofillProfiles() local
4301 profile_info->SetString(type_it->second, value); in GetListFromAutofillProfiles()
4304 profiles->Append(profile_info); in GetListFromAutofillProfiles()
4343 DictionaryValue* profile_info = NULL; in GetAutofillProfilesFromList() local
4351 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()