Home | History | Annotate | Download | only in wallet

Lines Matching refs:metric_logger_

661     return metric_logger_;
683 EXPECT_CALL(metric_logger_,
689 EXPECT_CALL(metric_logger_,
694 EXPECT_CALL(metric_logger_, LogWalletErrorMetric(metric)).Times(1);
699 EXPECT_CALL(metric_logger_,
705 metric_logger_,
714 return &metric_logger_;
743 testing::StrictMock<MockAutofillMetrics> metric_logger_;