HomeSort by relevance Sort by last modified time
    Searched refs:FullNameField (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/autofill/
name_field.h 14 // A form field that can parse either a FullNameField or a FirstLastNameField.
28 class FullNameField : public NameField {
32 static FullNameField* Parse(
36 explicit FullNameField(AutofillField* field);
39 DISALLOW_COPY_AND_ASSIGN(FullNameField);
name_field.cc 20 field = FullNameField::Parse(iter);
24 bool FullNameField::GetFieldInfo(FieldTypeMap* field_type_map) const {
30 FullNameField* FullNameField::Parse(
43 return new FullNameField(field);
48 FullNameField::FullNameField(AutofillField* field)

Completed in 29 milliseconds