Searched refs:LogIsAutofillEnabledAtPageLoad (Results 1 – 4 of 4) sorted by relevance
111 virtual void LogIsAutofillEnabledAtPageLoad(bool enabled) const;
231 void AutofillMetrics::LogIsAutofillEnabledAtPageLoad(bool enabled) const { in LogIsAutofillEnabledAtPageLoad() function in AutofillMetrics
45 MOCK_CONST_METHOD1(LogIsAutofillEnabledAtPageLoad, void(bool enabled));839 LogIsAutofillEnabledAtPageLoad(true)).Times(1); in TEST_F()849 LogIsAutofillEnabledAtPageLoad(false)).Times(1); in TEST_F()
352 metric_logger_->LogIsAutofillEnabledAtPageLoad(enabled); in OnFormsSeen()