HomeSort by relevance Sort by last modified time
    Searched refs:WalletErrorMetric (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/components/autofill/core/browser/
autofill_metrics.h 249 enum WalletErrorMetric {
360 virtual void LogWalletErrorMetric(WalletErrorMetric metric) const;
autofill_metrics.cc 322 void AutofillMetrics::LogWalletErrorMetric(WalletErrorMetric metric) const {
  /external/chromium_org/components/autofill/content/browser/wallet/
wallet_client_unittest.cc 643 MOCK_CONST_METHOD1(LogWalletErrorMetric, void(WalletErrorMetric metric));
693 void ExpectWalletErrorMetric(AutofillMetrics::WalletErrorMetric metric) {
856 AutofillMetrics::WalletErrorMetric expected_autofill_metric) {
932 AutofillMetrics::WalletErrorMetric expected_autofill_metric;
    [all...]
wallet_client.cc 144 AutofillMetrics::WalletErrorMetric ErrorTypeToUmaMetric(

Completed in 241 milliseconds