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

  /external/chromium/chrome/browser/autofill/
personal_data_manager.h 223 virtual bool IsAutofillEnabled() const;
autofill_manager.cc 314 if (!IsAutofillEnabled())
350 bool enabled = IsAutofillEnabled();
671 bool AutofillManager::IsAutofillEnabled() const {
767 if (!IsAutofillEnabled())
    [all...]
autofill_manager.h 94 virtual bool IsAutofillEnabled() const;
autofill_metrics_unittest.cc 89 virtual bool IsAutofillEnabled() const OVERRIDE {
131 virtual bool IsAutofillEnabled() const { return autofill_enabled_; }
    [all...]
personal_data_manager.cc 682 metric_logger_->LogIsAutofillEnabledAtStartup(IsAutofillEnabled());
688 bool PersonalDataManager::IsAutofillEnabled() const {
autofill_manager_unittest.cc 418 virtual bool IsAutofillEnabled() const { return autofill_enabled_; }
    [all...]
  /external/chromium_org/components/autofill/core/browser/
autofill_manager.cc 254 if (!IsAutofillEnabled())
359 bool enabled = IsAutofillEnabled();
615 if (!IsAutofillEnabled())
695 if (!IsAutofillEnabled()) {
784 bool AutofillManager::IsAutofillEnabled() const {
825 if (!IsAutofillEnabled())
    [all...]
personal_data_manager.h 243 virtual bool IsAutofillEnabled() const;
autofill_manager.h 194 virtual bool IsAutofillEnabled() const;
personal_data_manager.cc 148 metric_logger_->LogIsAutofillEnabledAtStartup(IsAutofillEnabled());
701 bool PersonalDataManager::IsAutofillEnabled() const {
    [all...]
autofill_metrics_unittest.cc 124 virtual bool IsAutofillEnabled() const OVERRIDE {
203 virtual bool IsAutofillEnabled() const OVERRIDE { return autofill_enabled_; }
    [all...]
autofill_manager_unittest.cc 476 virtual bool IsAutofillEnabled() const OVERRIDE { return autofill_enabled_; }
    [all...]

Completed in 187 milliseconds