Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/autofill/
Dautofill_metrics.h111 virtual void LogIsAutofillEnabledAtPageLoad(bool enabled) const;
Dautofill_metrics.cc231 void AutofillMetrics::LogIsAutofillEnabledAtPageLoad(bool enabled) const { in LogIsAutofillEnabledAtPageLoad() function in AutofillMetrics
Dautofill_metrics_unittest.cc45 MOCK_CONST_METHOD1(LogIsAutofillEnabledAtPageLoad, void(bool enabled));
839 LogIsAutofillEnabledAtPageLoad(true)).Times(1); in TEST_F()
849 LogIsAutofillEnabledAtPageLoad(false)).Times(1); in TEST_F()
Dautofill_manager.cc352 metric_logger_->LogIsAutofillEnabledAtPageLoad(enabled); in OnFormsSeen()