Home
last modified time | relevance | path

Searched refs:LogWalletErrorMetric (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/components/autofill/core/browser/
Dautofill_metrics.h386 virtual void LogWalletErrorMetric(WalletErrorMetric metric) const;
Dautofill_metrics.cc387 void AutofillMetrics::LogWalletErrorMetric(WalletErrorMetric metric) const { in LogWalletErrorMetric() function in autofill::AutofillMetrics
/external/chromium_org/components/autofill/content/browser/wallet/
Dwallet_client_unittest.cc584 MOCK_CONST_METHOD1(LogWalletErrorMetric, void(WalletErrorMetric metric));
635 EXPECT_CALL(metric_logger_, LogWalletErrorMetric(metric)).Times(1); in ExpectWalletErrorMetric()
647 LogWalletErrorMetric( in ExpectBaselineMetrics()
Dwallet_client.cc546 delegate_->GetMetricLogger().LogWalletErrorMetric( in MakeWalletRequest()
779 delegate_->GetMetricLogger().LogWalletErrorMetric( in HandleWalletError()