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

  /external/chromium_org/components/autofill/content/browser/wallet/
form_field_error.cc 46 if (LowerCaseEqualsASCII(location, "legal_address"))
47 return FormFieldError::LEGAL_ADDRESS;
62 if (location_ == LEGAL_ADDRESS || location_ == PAYMENT_INSTRUMENT)
71 if (location_ == LEGAL_ADDRESS || location_ == PAYMENT_INSTRUMENT)
78 if (location_ == LEGAL_ADDRESS || location_ == PAYMENT_INSTRUMENT)
form_field_error.h 50 // address. The client side should map LEGAL_ADDRESS to the billing address.
53 LEGAL_ADDRESS,
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_impl.cc 318 case wallet::FormFieldError::LEGAL_ADDRESS:
    [all...]

Completed in 237 milliseconds