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

/external/chromium_org/components/autofill/content/browser/wallet/
H A Dwallet_client_unittest.cc853 const std::string& error_type_string,
894 error_type_string.c_str(),
929 std::string error_type_string; member in struct:autofill::wallet::__anon6284
1014 test_cases[i].error_type_string.c_str(),
1016 TestWalletErrorCode(test_cases[i].error_type_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.cc605 std::string error_type_string; local
606 if (!response_dict->GetString(kErrorTypeKey, &error_type_string)) {
610 WalletClient::ErrorType error_type = StringToErrorType(error_type_string);

Completed in 790 milliseconds