Home | History | Annotate | Download | only in autofill

Lines Matching full:fields

30 // shipping name/address fields
47 // billing name/address fields
64 // credit card fields
240 // TODO(jhawkins): Handle select fields.
247 // Several fields are optional.
265 FormFieldSet::FormFieldSet(FormStructure* fields) {
270 bool is_ecml = CheckECML(fields);
272 // Parse fields.
273 std::vector<AutofillField*>::const_iterator field = fields->begin();
274 while (field != fields->end() && *field != NULL) {
308 bool FormFieldSet::CheckECML(FormStructure* fields) {
309 size_t num_fields = fields->field_count();
358 const string16& utf16_name = fields->field(index)->name;