Home | History | Annotate | Download | only in autofill

Lines Matching refs:section_end

105 // Fills |section_start| and |section_end| so that [section_start, section_end)
116 size_t* section_end) {
118 DCHECK(section_end);
122 *section_end = form.field_count();
156 *section_end = i;
186 // |form_structure| with indices in the range [section_start, section_end).
190 size_t section_end) {
200 i < section_end && j < form.fields.size();
418 size_t section_start, section_end;
420 is_filling_credit_card, &section_start, &section_end);
425 section_end);
535 size_t section_start, section_end;
537 &section_start, &section_end);
543 if (SectionIsAutofilled(form_structure, form, section_start, section_end)) {
577 i < section_end && j < result.fields.size();
582 while (k < section_end && *form_structure->field(k) != result.fields[j]) {
588 if (k >= section_end)