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

/external/chromium_org/components/autofill/core/browser/
H A Dautofill_metrics.h360 virtual void LogWalletErrorMetric(WalletErrorMetric metric) const;
H A Dautofill_metrics.cc322 void AutofillMetrics::LogWalletErrorMetric(WalletErrorMetric metric) const { function in class:autofill::AutofillMetrics
/external/chromium_org/components/autofill/content/browser/wallet/
H A Dwallet_client_unittest.cc643 MOCK_CONST_METHOD1(LogWalletErrorMetric, void(WalletErrorMetric metric));
694 EXPECT_CALL(metric_logger_, LogWalletErrorMetric(metric)).Times(1);
706 LogWalletErrorMetric(
H A Dwallet_client.cc545 delegate_->GetMetricLogger().LogWalletErrorMetric(
773 delegate_->GetMetricLogger().LogWalletErrorMetric(

Completed in 1808 milliseconds