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 268 enum WalletErrorMetric {
386 virtual void LogWalletErrorMetric(WalletErrorMetric metric) const;
autofill_metrics.cc 387 void AutofillMetrics::LogWalletErrorMetric(WalletErrorMetric metric) const {
  /external/chromium_org/components/autofill/content/browser/wallet/
wallet_client_unittest.cc 584 MOCK_CONST_METHOD1(LogWalletErrorMetric, void(WalletErrorMetric metric));
634 void ExpectWalletErrorMetric(AutofillMetrics::WalletErrorMetric metric) {
792 AutofillMetrics::WalletErrorMetric expected_autofill_metric) {
867 AutofillMetrics::WalletErrorMetric expected_autofill_metric;
    [all...]
wallet_client.cc 144 AutofillMetrics::WalletErrorMetric ErrorTypeToUmaMetric(

Completed in 51 milliseconds