Searched defs:GetRawInfo (Results 1 - 5 of 5) sorted by last modified time

/external/chromium_org/components/autofill/core/browser/
H A Daddress.cc43 base::string16 Address::GetRawInfo(ServerFieldType type) const { function in class:autofill::Address
150 return GetRawInfo(storable_type);
H A Dautofill_profile.cc143 form_group.GetRawInfo(type.GetStorableType()) :
305 base::string16 AutofillProfile::GetRawInfo(ServerFieldType type) const { function in class:autofill::AutofillProfile
310 return form_group->GetRawInfo(type);
450 std::string country = UTF16ToUTF8(GetRawInfo(ADDRESS_HOME_COUNTRY));
451 base::string16 data = GetRawInfo(type);
487 int comparison = GetRawInfo(single_value_types[i]).compare(
488 profile.GetRawInfo(single_value_types[i]));
540 return GetRawInfo(ADDRESS_HOME_LINE1) + GetRawInfo(ADDRESS_HOME_CITY);
562 GetRawInfo(*i
[all...]
H A Dcontact_info.cc179 base::string16 NameInfo::GetRawInfo(ServerFieldType type) const { function in class:autofill::NameInfo
233 return GetRawInfo(type.GetStorableType());
312 base::string16 EmailInfo::GetRawInfo(ServerFieldType type) const { function in class:autofill::EmailInfo
344 base::string16 CompanyInfo::GetRawInfo(ServerFieldType type) const { function in class:autofill::CompanyInfo
H A Dcredit_card.cc278 base::string16 CreditCard::GetRawInfo(ServerFieldType type) const { function in class:autofill::CreditCard
380 return GetRawInfo(storable_type);
548 GetRawInfo(types[i]).compare(credit_card.GetRawInfo(types[i]));
670 << base::UTF16ToUTF8(credit_card.GetRawInfo(CREDIT_CARD_NAME))
672 << base::UTF16ToUTF8(credit_card.GetRawInfo(CREDIT_CARD_TYPE))
674 << base::UTF16ToUTF8(credit_card.GetRawInfo(CREDIT_CARD_NUMBER))
676 << base::UTF16ToUTF8(credit_card.GetRawInfo(CREDIT_CARD_EXP_MONTH))
679 credit_card.GetRawInfo(CREDIT_CARD_EXP_4_DIGIT_YEAR));
H A Dphone_number.cc26 base::string16 country_code = profile.GetRawInfo(ADDRESS_HOME_COUNTRY);
64 base::string16 PhoneNumber::GetRawInfo(ServerFieldType type) const { function in class:autofill::PhoneNumber

Completed in 324 milliseconds