OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WalletClient
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/components/autofill/content/browser/wallet/
wallet_client.cc
56
WalletClient
::RiskCapability risk_capability) {
58
case
WalletClient
::RELOGIN:
60
case
WalletClient
::VERIFY_CVC:
67
WalletClient
::ErrorType StringToErrorType(const std::string& error_type) {
73
return
WalletClient
::BUYER_ACCOUNT_ERROR;
75
return
WalletClient
::UNSUPPORTED_MERCHANT;
77
return
WalletClient
::INTERNAL_ERROR;
79
return
WalletClient
::INVALID_PARAMS;
81
return
WalletClient
::SERVICE_UNAVAILABLE;
83
return
WalletClient
::UNSUPPORTED_API_VERSION
[
all
...]
wallet_client.h
38
//
WalletClient
is responsible for making calls to the Online Wallet backend on
58
//
WalletClient
is designed so only one request to Online Wallet can be outgoing
63
class
WalletClient
: public net::URLFetcherDelegate {
65
// The Risk challenges supported by users of
WalletClient
.
123
// The Risk challenges supported by the user of
WalletClient
136
WalletClient
(net::URLRequestContextGetter* context_getter,
140
virtual ~
WalletClient
();
264
base::WeakPtrFactory<
WalletClient
> weak_ptr_factory_;
266
DISALLOW_COPY_AND_ASSIGN(
WalletClient
);
Completed in 39 milliseconds