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 {
140 return GetRawInfo(storable_type);
contact_info.cc 45 base::string16 NameInfo::GetRawInfo(ServerFieldType type) const {
161 base::string16 EmailInfo::GetRawInfo(ServerFieldType type) const {
193 base::string16 CompanyInfo::GetRawInfo(ServerFieldType type) const {
phone_number.cc 32 base::string16 country_code = profile.GetRawInfo(ADDRESS_HOME_COUNTRY);
70 base::string16 PhoneNumber::GetRawInfo(ServerFieldType type) const {
credit_card.cc 291 base::string16 CreditCard::GetRawInfo(ServerFieldType type) const {
393 return GetRawInfo(storable_type);
559 GetRawInfo(types[i]).compare(credit_card.GetRawInfo(types[i]));
681 << UTF16ToUTF8(credit_card.GetRawInfo(CREDIT_CARD_NAME))
683 << UTF16ToUTF8(credit_card.GetRawInfo(CREDIT_CARD_TYPE))
685 << UTF16ToUTF8(credit_card.GetRawInfo(CREDIT_CARD_NUMBER))
687 << UTF16ToUTF8(credit_card.GetRawInfo(CREDIT_CARD_EXP_MONTH))
689 << UTF16ToUTF8(credit_card.GetRawInfo(CREDIT_CARD_EXP_4_DIGIT_YEAR));
autofill_profile.cc 127 form_group.GetRawInfo(type.GetStorableType()) :
275 base::string16 AutofillProfile::GetRawInfo(ServerFieldType type) const {
280 return form_group->GetRawInfo(type);
377 std::string country = UTF16ToUTF8(GetRawInfo(ADDRESS_HOME_COUNTRY));
378 base::string16 data = GetRawInfo(type);
416 int comparison = GetRawInfo(single_value_types[i]).compare(
417 profile.GetRawInfo(single_value_types[i]));
458 return GetRawInfo(ADDRESS_HOME_LINE1) + GetRawInfo(ADDRESS_HOME_CITY);
480 GetRawInfo(*it)
    [all...]

Completed in 1101 milliseconds