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 79 void Address::SetRawInfo(ServerFieldType type, const base::string16& value) {
172 SetRawInfo(storable_type, value);
contact_info.cc 68 void NameInfo::SetRawInfo(ServerFieldType type, const base::string16& value) {
168 void EmailInfo::SetRawInfo(ServerFieldType type, const base::string16& value) {
200 void CompanyInfo::SetRawInfo(ServerFieldType type,
phone_number.cc 81 void PhoneNumber::SetRawInfo(ServerFieldType type,
138 SetRawInfo(type.GetStorableType(), value);
credit_card.cc 338 void CreditCard::SetRawInfo(ServerFieldType type,
401 SetRawInfo(storable_type, StripSeparators(value));
405 SetRawInfo(storable_type, value);
autofill_profile.cc 138 (*form_group_items)[i].SetRawInfo(type, values[i]);
283 void AutofillProfile::SetRawInfo(ServerFieldType type,
287 form_group->SetRawInfo(type, value);
347 SetRawInfo(type, values[0]);
349 SetRawInfo(type, base::string16());
548 SetRawInfo(*iter, new_value);

Completed in 725 milliseconds