Searched defs:SetRawInfo (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/components/autofill/core/browser/
H A Daddress.cc82 void Address::SetRawInfo(ServerFieldType type, const base::string16& value) { function in class:autofill::Address
175 SetRawInfo(storable_type, value);
H A Dphone_number.cc75 void PhoneNumber::SetRawInfo(ServerFieldType type, function in class:autofill::PhoneNumber
132 SetRawInfo(type.GetStorableType(), value);
H A Dcontact_info.cc202 void NameInfo::SetRawInfo(ServerFieldType type, const base::string16& value) { function in class:autofill::NameInfo
319 void EmailInfo::SetRawInfo(ServerFieldType type, const base::string16& value) { function in class:autofill::EmailInfo
351 void CompanyInfo::SetRawInfo(ServerFieldType type, function in class:autofill::CompanyInfo
H A Dcredit_card.cc325 void CreditCard::SetRawInfo(ServerFieldType type, function in class:autofill::CreditCard
388 SetRawInfo(storable_type, StripSeparators(value));
392 SetRawInfo(storable_type, value);
H A Dautofill_profile.cc154 (*form_group_items)[i].SetRawInfo(type, values[i]);
313 void AutofillProfile::SetRawInfo(ServerFieldType type, function in class:autofill::AutofillProfile
317 form_group->SetRawInfo(type, value);
388 SetRawInfo(type, values[0]);
390 SetRawInfo(type, base::string16());
591 current_name.SetRawInfo(NAME_FULL,
668 SetRawInfo(*iter, new_value);

Completed in 253 milliseconds