Home | History | Annotate | Download | only in wallet

Lines Matching refs:metric_logger_

627     return metric_logger_;
649 EXPECT_CALL(metric_logger_,
655 EXPECT_CALL(metric_logger_,
660 EXPECT_CALL(metric_logger_, LogWalletErrorMetric(metric)).Times(1);
665 EXPECT_CALL(metric_logger_,
671 metric_logger_,
680 return &metric_logger_;
709 testing::StrictMock<MockAutofillMetrics> metric_logger_;