OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LogWalletErrorMetric
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/components/autofill/core/browser/
autofill_metrics.h
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));
635
EXPECT_CALL(metric_logger_,
LogWalletErrorMetric
(metric)).Times(1);
647
LogWalletErrorMetric
(
[
all
...]
wallet_client.cc
546
delegate_->GetMetricLogger().
LogWalletErrorMetric
(
779
delegate_->GetMetricLogger().
LogWalletErrorMetric
(
Completed in 26 milliseconds