Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/autofill/
Dautofill_manager.cc116 size_t* section_end) { in FindSectionBounds() argument
118 DCHECK(section_end); in FindSectionBounds()
122 *section_end = form.field_count(); in FindSectionBounds()
156 *section_end = i; in FindSectionBounds()
190 size_t section_end) { in SectionIsAutofilled() argument
200 i < section_end && j < form.fields.size(); in SectionIsAutofilled()
418 size_t section_start, section_end; in OnQueryFormFieldAutofill() local
420 is_filling_credit_card, &section_start, &section_end); in OnQueryFormFieldAutofill()
425 section_end); in OnQueryFormFieldAutofill()
535 size_t section_start, section_end; in OnFillAutofillFormData() local
[all …]