Home | History | Annotate | Download | only in wallet

Lines Matching refs:wallet

18 #include "components/autofill/content/browser/wallet/full_wallet.h"
19 #include "components/autofill/content/browser/wallet/wallet_items.h"
33 namespace wallet {
40 // WalletClient is responsible for making calls to the Online Wallet backend on
42 // 1) GetWalletItems should be called to retrieve the user's Wallet.
43 // a) If the user does not have a Wallet, they must AcceptLegalDocuments and
46 // Wallet, they must AcceptLegalDocuments.
60 // Online Wallet of the status flow to record various metrics.
62 // WalletClient is designed so only one request to Online Wallet can be outgoing
75 // The type of error returned by Online Wallet.
81 // unsupported by Online Wallet.
97 SERVICE_UNAVAILABLE, // Online Wallet is down.
100 MALFORMED_RESPONSE, // The response from Wallet was malformed.
124 // The URL that Online Wallet usage is being initiated on.
144 // GetWalletItems retrieves the user's online wallet. The WalletItems
149 // The GetWalletItems call to the Online Wallet backend may require the user
170 // Saves the data in |instrument| and/or |address| to Wallet. |instrument|
239 // in the requests to Online Wallet if it is present.
243 // of a request to Online Wallet.
267 } // namespace wallet