Searched refs:ExpectWalletErrorMetric (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/components/autofill/content/browser/wallet/
H A Dwallet_client_unittest.cc693 void ExpectWalletErrorMetric(AutofillMetrics::WalletErrorMetric metric) { function in class:autofill::wallet::__anon6283::MockWalletClientDelegate
885 delegate_.ExpectWalletErrorMetric(expected_autofill_metric);
1030 delegate_.ExpectWalletErrorMetric(AutofillMetrics::WALLET_UNKNOWN_ERROR);
1043 delegate_.ExpectWalletErrorMetric(AutofillMetrics::WALLET_NETWORK_ERROR);
1056 delegate_.ExpectWalletErrorMetric(AutofillMetrics::WALLET_BAD_REQUEST);
1130 delegate_.ExpectWalletErrorMetric(AutofillMetrics::WALLET_MALFORMED_RESPONSE);
1211 delegate_.ExpectWalletErrorMetric(AutofillMetrics::WALLET_MALFORMED_RESPONSE);
1322 delegate_.ExpectWalletErrorMetric(AutofillMetrics::WALLET_MALFORMED_RESPONSE);
1340 delegate_.ExpectWalletErrorMetric(AutofillMetrics::WALLET_MALFORMED_RESPONSE);
1412 delegate_.ExpectWalletErrorMetric(AutofillMetric
[all...]

Completed in 272 milliseconds