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

  /external/chromium_org/components/autofill/content/browser/wallet/
wallet_client_unittest.cc 800 const std::string& buyer_error_type_string,
838 if (!buyer_error_type_string.empty()) {
840 buyer_error_type_string.c_str());
878 std::string buyer_error_type_string; member in struct:autofill::wallet::__anon9812
882 // General |BUYER_ACCOUNT_ERROR| with no |buyer_error_type_string|.
961 test_cases[i].buyer_error_type_string.c_str()));
963 test_cases[i].buyer_error_type_string,
    [all...]
wallet_client.cc 708 std::string buyer_error_type_string; local
710 &buyer_error_type_string)) {
711 error_type = BuyerErrorStringToErrorType(buyer_error_type_string);
    [all...]

Completed in 63 milliseconds