Home
last modified time | relevance | path

Searched refs:LEGAL_ADDRESS (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/components/autofill/content/browser/wallet/
Dform_field_error.cc47 return FormFieldError::LEGAL_ADDRESS; in LocationFromString()
62 if (location_ == LEGAL_ADDRESS || location_ == PAYMENT_INSTRUMENT) in GetAutofillType()
71 if (location_ == LEGAL_ADDRESS || location_ == PAYMENT_INSTRUMENT) in GetAutofillType()
78 if (location_ == LEGAL_ADDRESS || location_ == PAYMENT_INSTRUMENT) in GetAutofillType()
Dform_field_error.h53 LEGAL_ADDRESS, enumerator
/external/chromium_org/chrome/browser/ui/autofill/
Dautofill_dialog_controller_impl.cc326 case wallet::FormFieldError::LEGAL_ADDRESS: in SectionFromLocation()