Searched defs:message_type_for_buyer_string (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/autofill/content/browser/wallet/
H A Dwallet_client_unittest.cc854 const std::string& message_type_for_buyer_string,
889 if (!message_type_for_buyer_string.empty()) {
891 message_type_for_buyer_string.c_str());
930 std::string message_type_for_buyer_string; member in struct:autofill::wallet::__anon6284
934 // General |BUYER_ACCOUNT_ERROR| with no |message_type_for_buyer_string|.
1015 test_cases[i].message_type_for_buyer_string.c_str()));
1017 test_cases[i].message_type_for_buyer_string,
852 TestWalletErrorCode( const std::string& error_type_string, const std::string& message_type_for_buyer_string, WalletClient::ErrorType expected_error_type, AutofillMetrics::WalletErrorMetric expected_autofill_metric) argument
H A Dwallet_client.cc615 std::string message_type_for_buyer_string; local
617 &message_type_for_buyer_string)) {
619 BuyerErrorStringToErrorType(message_type_for_buyer_string);

Completed in 325 milliseconds