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

  /external/chromium/chrome/browser/autofill/
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.cc 314 if (!IsAutofillEnabled())
350 bool enabled = IsAutofillEnabled();
671 bool AutofillManager::IsAutofillEnabled() const {
767 if (!IsAutofillEnabled())
    [all...]
autofill_manager_unittest.cc 418 virtual bool IsAutofillEnabled() const { return autofill_enabled_; }
    [all...]

Completed in 713 milliseconds