Home | History | Annotate | Download | only in browser

Lines Matching refs:wallet

10 #include "components/autofill/content/browser/wallet/wallet_client.h"
11 #include "components/autofill/content/browser/wallet/wallet_client_delegate.h"
31 public wallet::WalletClientDelegate {
45 // Sends the |status| of an Autocheckout flow to Online Wallet using
53 // wallet::WalletClientDelegate:
62 scoped_ptr<wallet::FullWallet> full_wallet) OVERRIDE;
64 scoped_ptr<wallet::WalletItems> wallet_items) OVERRIDE;
68 const std::vector<wallet::RequiredAction>& required_actions,
69 const std::vector<wallet::FormFieldError>& form_field_errors) OVERRIDE;
71 wallet::WalletClient::ErrorType error_type) OVERRIDE;
81 // Makes requests to Online Wallet. The only request this class is configured
83 wallet::WalletClient wallet_client_;