Home
last modified time | relevance | path

Searched refs:IsAutofillEnabled (Results 1 – 6 of 6) sorted by relevance

/external/chromium/chrome/browser/autofill/
Dpersonal_data_manager.h223 virtual bool IsAutofillEnabled() const;
Dautofill_manager.cc314 if (!IsAutofillEnabled()) in OnFormSubmitted()
350 bool enabled = IsAutofillEnabled(); in OnFormsSeen()
671 bool AutofillManager::IsAutofillEnabled() const { in IsAutofillEnabled() function in AutofillManager
767 if (!IsAutofillEnabled())
Dautofill_manager.h94 virtual bool IsAutofillEnabled() const;
Dpersonal_data_manager.cc682 metric_logger_->LogIsAutofillEnabledAtStartup(IsAutofillEnabled()); in Init()
688 bool PersonalDataManager::IsAutofillEnabled() const { in IsAutofillEnabled() function in PersonalDataManager
Dautofill_metrics_unittest.cc89 virtual bool IsAutofillEnabled() const OVERRIDE { in IsAutofillEnabled() function in __anon7116da420111::TestPersonalDataManager
131 virtual bool IsAutofillEnabled() const { return autofill_enabled_; } in IsAutofillEnabled() function in __anon7116da420111::TestAutofillManager
Dautofill_manager_unittest.cc418 virtual bool IsAutofillEnabled() const { return autofill_enabled_; } in IsAutofillEnabled() function in __anon58ae10060111::TestAutofillManager