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

  /external/chromium_org/components/autofill/core/browser/
address.cc 43 base::string16 Address::GetRawInfo(ServerFieldType type) const {
150 return GetRawInfo(storable_type);
phone_number.cc 26 base::string16 country_code = profile.GetRawInfo(ADDRESS_HOME_COUNTRY);
64 base::string16 PhoneNumber::GetRawInfo(ServerFieldType type) const {
contact_info.cc 176 base::string16 NameInfo::GetRawInfo(ServerFieldType type) const {
203 if (value != GetRawInfo(type))
300 base::string16 EmailInfo::GetRawInfo(ServerFieldType type) const {
332 base::string16 CompanyInfo::GetRawInfo(ServerFieldType type) const {
credit_card.cc 278 base::string16 CreditCard::GetRawInfo(ServerFieldType type) const {
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));
autofill_profile.cc 132 form_group.GetRawInfo(type.GetStorableType()) :
281 base::string16 AutofillProfile::GetRawInfo(ServerFieldType type) const {
286 return form_group->GetRawInfo(type);
394 std::string country = UTF16ToUTF8(GetRawInfo(ADDRESS_HOME_COUNTRY));
395 base::string16 data = GetRawInfo(type);
431 int comparison = GetRawInfo(single_value_types[i]).compare(
432 profile.GetRawInfo(single_value_types[i]));
483 return GetRawInfo(ADDRESS_HOME_LINE1) + GetRawInfo(ADDRESS_HOME_CITY);
505 GetRawInfo(*it)
    [all...]

Completed in 680 milliseconds