Home | History | Annotate | Download | only in autofill

Lines Matching full:field_count

122   *section_end = form.field_count();
126 for (size_t i = 0; i < form.field_count(); ++i) {
205 while (k < form_structure->field_count() &&
211 if (k >= form_structure->field_count())
683 for (size_t i = 0; i < submitted_form->field_count(); i++) {
869 form_fields.reserve(form->field_count());