Searched defs:IsAutofillEnabled (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/autofill/android/
H A Dpersonal_data_manager_android.cc315 static jboolean IsAutofillEnabled(JNIEnv* env, jclass clazz) { function in namespace:autofill
/external/chromium_org/components/autofill/core/browser/
H A Dautofill_manager.cc400 bool enabled = IsAutofillEnabled();
711 if (!IsAutofillEnabled())
779 bool AutofillManager::IsAutofillEnabled() const { function in class:autofill::AutofillManager
926 if (!IsAutofillEnabled())
1238 if (!IsAutofillEnabled())
H A Dpersonal_data_manager.cc168 metric_logger_->LogIsAutofillEnabledAtStartup(IsAutofillEnabled());
699 bool PersonalDataManager::IsAutofillEnabled() const { function in class:autofill::PersonalDataManager
1062 if (!IsAutofillEnabled())
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller_impl.cc977 return IsAutofillEnabled() &&
2119 if (ComboboxModelForAutofillType(type) || !IsAutofillEnabled())
2518 DCHECK(IsAutofillEnabled());
3065 if (IsAutofillEnabled()) {
3118 l10n_util::GetStringUTF16(IsAutofillEnabled() ?
3126 l10n_util::GetStringUTF16(IsAutofillEnabled() ?
3136 l10n_util::GetStringUTF16(IsPayingWithWallet() || IsAutofillEnabled() ?
3141 if (IsAutofillEnabled()) {
3154 if (!IsPayingWithWallet() && IsAutofillEnabled()) {
3549 bool AutofillDialogControllerImpl::IsAutofillEnabled() cons function in class:autofill::AutofillDialogControllerImpl
[all...]

Completed in 100 milliseconds