HomeSort by relevance Sort by last modified time
    Searched defs:SetRawInfo (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/components/autofill/core/browser/
address.cc 82 void Address::SetRawInfo(ServerFieldType type, const base::string16& value) {
185 SetRawInfo(storable_type, value);
phone_number.cc 75 void PhoneNumber::SetRawInfo(ServerFieldType type,
132 SetRawInfo(type.GetStorableType(), value);
contact_info.cc 199 void NameInfo::SetRawInfo(ServerFieldType type, const base::string16& value) {
263 // SetRawInfo. http://crbug.com/384640
307 void EmailInfo::SetRawInfo(ServerFieldType type, const base::string16& value) {
339 void CompanyInfo::SetRawInfo(ServerFieldType type,
credit_card.cc 325 void CreditCard::SetRawInfo(ServerFieldType type,
388 SetRawInfo(storable_type, StripSeparators(value));
392 SetRawInfo(storable_type, value);
autofill_profile.cc 143 (*form_group_items)[i].SetRawInfo(type, values[i]);
289 void AutofillProfile::SetRawInfo(ServerFieldType type,
293 form_group->SetRawInfo(type, value);
364 SetRawInfo(type, values[0]);
366 SetRawInfo(type, base::string16());
548 heuristically_parsed_name.SetRawInfo(NAME_FULL, full_name);
627 SetRawInfo(*iter, new_value);

Completed in 244 milliseconds