Searched refs:BUYER_ACCOUNT_ERROR (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/components/autofill/content/browser/wallet/
H A Dwallet_client.h74 BUYER_ACCOUNT_ERROR, // Risk deny, unsupported country, or enumerator in enum:autofill::wallet::WalletClient::ErrorType
H A Dwallet_client.cc73 return WalletClient::BUYER_ACCOUNT_ERROR;
89 // |BUYER_ACCOUNT_ERROR|.
101 return WalletClient::BUYER_ACCOUNT_ERROR;
151 case WalletClient::BUYER_ACCOUNT_ERROR:
610 if (error_type == BUYER_ACCOUNT_ERROR) {
611 // If the error_type is |BUYER_ACCOUNT_ERROR|, then
744 case WalletClient::BUYER_ACCOUNT_ERROR:
H A Dwallet_client_unittest.cc869 // General |BUYER_ACCOUNT_ERROR| with no |message_type_for_buyer_string|.
873 WalletClient::BUYER_ACCOUNT_ERROR,
876 // |BUYER_ACCOUNT_ERROR| with "buyer_legal_address_not_supported" in
884 // |BUYER_ACCOUNT_ERROR| with KYC error code in message_type_for_buyer
892 // |BUYER_ACCOUNT_ERROR| with un-recognizable |message_type_for_buyer|.
896 WalletClient::BUYER_ACCOUNT_ERROR,
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller_impl.cc398 case wallet::WalletClient::BUYER_ACCOUNT_ERROR:

Completed in 549 milliseconds