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 72 void Address::SetRawInfo(ServerFieldType type, const base::string16& value) {
150 SetRawInfo(storable_type, value);
contact_info.cc 77 void NameInfo::SetRawInfo(ServerFieldType type, const base::string16& value) {
179 void EmailInfo::SetRawInfo(ServerFieldType type, const base::string16& value) {
211 void CompanyInfo::SetRawInfo(ServerFieldType type,
phone_number.cc 87 void PhoneNumber::SetRawInfo(ServerFieldType type,
145 SetRawInfo(type.GetStorableType(), value);
credit_card.cc 324 void CreditCard::SetRawInfo(ServerFieldType type,
386 SetRawInfo(storable_type, StripSeparators(value));
390 SetRawInfo(storable_type, value);
autofill_profile.cc 138 (*form_group_items)[i].SetRawInfo(type,
285 void AutofillProfile::SetRawInfo(ServerFieldType type,
289 form_group->SetRawInfo(type, CollapseWhitespace(value, false));
332 SetRawInfo(type, values[0]);
334 SetRawInfo(type, base::string16());
581 SetRawInfo(*iter, new_value);

Completed in 64 milliseconds