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

  /external/chromium_org/components/autofill/content/browser/
request_autocomplete_manager_unittest.cc 28 virtual bool IsAutofillEnabled() const OVERRIDE { return autofill_enabled_; }
  /external/chromium_org/components/autofill/core/browser/
autofill_manager.cc 385 bool enabled = IsAutofillEnabled();
684 if (!IsAutofillEnabled())
751 bool AutofillManager::IsAutofillEnabled() const {
    [all...]
autofill_manager.h 173 virtual bool IsAutofillEnabled() const;
personal_data_manager.h 287 virtual bool IsAutofillEnabled() const;
personal_data_manager.cc 161 metric_logger_->LogIsAutofillEnabledAtStartup(IsAutofillEnabled());
687 bool PersonalDataManager::IsAutofillEnabled() const {
    [all...]
autofill_metrics_unittest.cc 110 virtual bool IsAutofillEnabled() const OVERRIDE {
176 virtual bool IsAutofillEnabled() const OVERRIDE { return autofill_enabled_; }
    [all...]
autofill_manager_unittest.cc 394 virtual bool IsAutofillEnabled() const OVERRIDE { return autofill_enabled_; }
    [all...]
  /external/chromium_org/chrome/browser/autofill/android/
personal_data_manager_android.cc 300 static jboolean IsAutofillEnabled(JNIEnv* env, jclass clazz) {
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_impl.cc     [all...]
autofill_dialog_controller_impl.h 539 bool IsAutofillEnabled() const;
    [all...]

Completed in 523 milliseconds