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

  /external/chromium_org/components/autofill/content/browser/wallet/
wallet_client.h 220 void HandleWalletError(ErrorType error_type);
wallet_client.cc 566 HandleWalletError(BAD_REQUEST);
584 HandleWalletError(UNKNOWN_ERROR);
601 HandleWalletError(error_type);
610 HandleWalletError(NETWORK_ERROR);
700 HandleWalletError(MALFORMED_RESPONSE);
703 void WalletClient::HandleWalletError(WalletClient::ErrorType error_type) {

Completed in 270 milliseconds