Home
last modified time | relevance | path

Searched refs:FormGroupForType (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/components/autofill/core/browser/
Dautofill_profile.h190 const FormGroup* FormGroupForType(const AutofillType& type) const;
Dautofill_profile.cc306 const FormGroup* form_group = FormGroupForType(AutofillType(type)); in GetRawInfo()
333 const FormGroup* form_group = FormGroupForType(type); in GetInfo()
964 const FormGroup* AutofillProfile::FormGroupForType( in FormGroupForType() function in autofill::AutofillProfile