Searched refs:IsAutofillEnabled (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/components/autofill/core/browser/
H A Dautofill_manager.cc254 if (!IsAutofillEnabled())
359 bool enabled = IsAutofillEnabled();
615 if (!IsAutofillEnabled())
695 if (!IsAutofillEnabled()) {
784 bool AutofillManager::IsAutofillEnabled() const { function in class:autofill::AutofillManager
825 if (!IsAutofillEnabled())
907 if (!IsAutofillEnabled())
H A Dpersonal_data_manager.h243 virtual bool IsAutofillEnabled() const;
H A Dautofill_manager.h194 virtual bool IsAutofillEnabled() const;
H A Dpersonal_data_manager.cc148 metric_logger_->LogIsAutofillEnabledAtStartup(IsAutofillEnabled());
701 bool PersonalDataManager::IsAutofillEnabled() const { function in class:autofill::PersonalDataManager
H A Dautofill_metrics_unittest.cc124 virtual bool IsAutofillEnabled() const OVERRIDE {
203 virtual bool IsAutofillEnabled() const OVERRIDE { return autofill_enabled_; }
H A Dautofill_manager_unittest.cc476 virtual bool IsAutofillEnabled() const OVERRIDE { return autofill_enabled_; }
/external/chromium/chrome/browser/autofill/
H A Dpersonal_data_manager.h223 virtual bool IsAutofillEnabled() const;
H A Dautofill_manager.cc314 if (!IsAutofillEnabled())
350 bool enabled = IsAutofillEnabled();
671 bool AutofillManager::IsAutofillEnabled() const { function in class:AutofillManager
767 if (!IsAutofillEnabled())
H A Dautofill_manager.h94 virtual bool IsAutofillEnabled() const;
H A Dautofill_metrics_unittest.cc89 virtual bool IsAutofillEnabled() const OVERRIDE {
131 virtual bool IsAutofillEnabled() const { return autofill_enabled_; } function in class:__anon1883::TestAutofillManager
H A Dpersonal_data_manager.cc682 metric_logger_->LogIsAutofillEnabledAtStartup(IsAutofillEnabled());
688 bool PersonalDataManager::IsAutofillEnabled() const { function in class:PersonalDataManager
H A Dautofill_manager_unittest.cc418 virtual bool IsAutofillEnabled() const { return autofill_enabled_; } function in class:__anon1880::TestAutofillManager

Completed in 2115 milliseconds