Home | History | Annotate | Download | only in autofill

Lines Matching refs:autofill_field

22 #include "chrome/browser/autofill/autofill_field.h"
381 AutofillField* autofill_field = NULL;
384 FindCachedFormAndField(form, field, &form_structure, &autofill_field) &&
387 AutofillFieldType type = autofill_field->type();
419 FindSectionBounds(*form_structure, *autofill_field,
489 AutofillField* autofill_field = NULL;
491 !FindCachedFormAndField(form, field, &form_structure, &autofill_field))
496 DCHECK(autofill_field);
536 FindSectionBounds(*form_structure, *autofill_field, (credit_card != NULL),
547 AutofillFieldType field_type = autofill_field->type();
807 AutofillField** autofill_field) {
817 *autofill_field = NULL;
827 *autofill_field = *iter;
832 if (!(*autofill_field))