HomeSort by relevance Sort by last modified time
    Searched refs:LogIsAutofillEnabledAtStartup (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/components/autofill/core/browser/
autofill_metrics.h 406 virtual void LogIsAutofillEnabledAtStartup(bool enabled) const;
autofill_metrics.cc 427 void AutofillMetrics::LogIsAutofillEnabledAtStartup(bool enabled) const {
autofill_metrics_unittest.cc 68 MOCK_CONST_METHOD1(LogIsAutofillEnabledAtStartup, void(bool enabled));
586 LogIsAutofillEnabledAtStartup(true)).Times(1);
595 LogIsAutofillEnabledAtStartup(false)).Times(1);
    [all...]
personal_data_manager.cc 161 metric_logger_->LogIsAutofillEnabledAtStartup(IsAutofillEnabled());
    [all...]

Completed in 38 milliseconds