Home
last modified time | relevance | path

Searched refs:LogStoredProfileCount (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/autofill/
Dautofill_metrics.h117 virtual void LogStoredProfileCount(size_t num_profiles) const;
Dautofill_metrics.cc235 void AutofillMetrics::LogStoredProfileCount(size_t num_profiles) const { in LogStoredProfileCount() function in AutofillMetrics
Dautofill_metrics_unittest.cc47 MOCK_CONST_METHOD1(LogStoredProfileCount, void(size_t num_profiles));
741 LogStoredProfileCount(2)).Times(1); in TEST_F()
746 LogStoredProfileCount(::testing::_)).Times(0); in TEST_F()
Dpersonal_data_manager.cc959 metric_logger_->LogStoredProfileCount(web_profiles_.size()); in LogProfileCount()