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

/external/chromium_org/chrome/browser/ui/autofill/
H A Ddata_model_wrapper.cc123 AutofillType effective_type = type; local
125 effective_type = AutofillType(NAME_BILLING_FULL);
127 size_t variant = GetVariantForType(effective_type);
129 return profile_->GetInfoForVariant(effective_type, variant, app_locale);

Completed in 75 milliseconds