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

  /external/chromium_org/components/autofill/content/browser/wallet/
wallet_client_unittest.cc 799 const std::string& error_type_string,
843 error_type_string.c_str(),
877 std::string error_type_string; member in struct:autofill::wallet::__anon9812
960 test_cases[i].error_type_string.c_str(),
962 TestWalletErrorCode(test_cases[i].error_type_string,
    [all...]
wallet_client.cc 698 std::string error_type_string; local
699 if (!response_dict->GetString(kErrorTypeKey, &error_type_string)) {
704 StringToErrorType(error_type_string);
    [all...]

Completed in 62 milliseconds