OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HandleWalletError
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/components/autofill/content/browser/wallet/
wallet_client.h
217
void
HandleWalletError
(ErrorType error_type);
wallet_client.cc
587
HandleWalletError
(BAD_REQUEST);
605
HandleWalletError
(UNKNOWN_ERROR);
622
HandleWalletError
(error_type);
631
HandleWalletError
(NETWORK_ERROR);
732
HandleWalletError
(MALFORMED_RESPONSE);
735
void WalletClient::
HandleWalletError
(WalletClient::ErrorType error_type) {
Completed in 30 milliseconds