HomeSort by relevance Sort by last modified time
    Searched refs:MultiString (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/autofill/
autofill_profile.cc 105 const string16 MultiString(const AutofillProfile& p, AutofillFieldType type) {
656 << UTF16ToUTF8(MultiString(profile, NAME_FIRST))
658 << UTF16ToUTF8(MultiString(profile, NAME_MIDDLE))
660 << UTF16ToUTF8(MultiString(profile, NAME_LAST))
662 << UTF16ToUTF8(MultiString(profile, EMAIL_ADDRESS))
678 << UTF16ToUTF8(MultiString(profile, PHONE_HOME_WHOLE_NUMBER))
680 << UTF16ToUTF8(MultiString(profile, PHONE_FAX_WHOLE_NUMBER));
  /external/chromium_org/components/autofill/core/browser/
autofill_profile.cc 110 const base::string16 MultiString(const AutofillProfile& p,
881 << UTF16ToUTF8(MultiString(profile, NAME_FIRST))
883 << UTF16ToUTF8(MultiString(profile, NAME_MIDDLE))
885 << UTF16ToUTF8(MultiString(profile, NAME_LAST))
887 << UTF16ToUTF8(MultiString(profile, EMAIL_ADDRESS))
903 << UTF16ToUTF8(MultiString(profile, PHONE_HOME_WHOLE_NUMBER));

Completed in 63 milliseconds