Searched defs:section_end (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/autofill/
H A Dautofill_manager.cc105 // 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; local
112 FindSectionBounds(const FormStructure& form, const AutofillField& field, bool is_filling_credit_card, size_t* section_start, size_t* section_end) argument
187 SectionIsAutofilled(const FormStructure* form_structure, const webkit_glue::FormData& form, size_t section_start, size_t section_end) argument
[all...]

Completed in 1882 milliseconds