Home
last modified time | relevance | path

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

/external/chromium_org/components/autofill/core/browser/
Dform_field.h31 ServerFieldTypeMap* map);
81 ServerFieldTypeMap* map);
87 virtual bool ClassifyField(ServerFieldTypeMap* map) const = 0;
118 ServerFieldTypeMap* map);
Dname_field.cc28 virtual bool ClassifyField(ServerFieldTypeMap* map) const OVERRIDE;
47 virtual bool ClassifyField(ServerFieldTypeMap* map) const OVERRIDE;
74 bool NameField::ClassifyField(ServerFieldTypeMap* map) const { in ClassifyField()
97 bool FullNameField::ClassifyField(ServerFieldTypeMap* map) const { in ClassifyField()
210 bool FirstLastNameField::ClassifyField(ServerFieldTypeMap* map) const { in ClassifyField()
Dform_field.cc38 ServerFieldTypeMap* map) { in ParseFormFields()
102 ServerFieldTypeMap* map) { in AddClassification()
151 ServerFieldTypeMap* map) { in ParseFormFieldsPass()
Demail_field.h20 virtual bool ClassifyField(ServerFieldTypeMap* map) const OVERRIDE;
Demail_field.cc28 bool EmailField::ClassifyField(ServerFieldTypeMap* map) const { in ClassifyField()
Dname_field.h28 virtual bool ClassifyField(ServerFieldTypeMap* map) const OVERRIDE;
Dcredit_card_field.h28 virtual bool ClassifyField(ServerFieldTypeMap* map) const OVERRIDE;
Dphone_field.h32 virtual bool ClassifyField(ServerFieldTypeMap* map) const OVERRIDE;
Daddress_field.h28 virtual bool ClassifyField(ServerFieldTypeMap* map) const OVERRIDE;
Dfield_types.h233 typedef std::map<base::string16, ServerFieldType> ServerFieldTypeMap; typedef
Dform_field_unittest.cc143 ServerFieldTypeMap field_type_map; in TEST()
Daddress_field.cc109 bool AddressField::ClassifyField(ServerFieldTypeMap* map) const { in ClassifyField()
Dcredit_card_field.cc239 bool CreditCardField::ClassifyField(ServerFieldTypeMap* map) const { in ClassifyField()
Dphone_field.cc199 bool PhoneField::ClassifyField(ServerFieldTypeMap* map) const { in ClassifyField()
Dphone_field_unittest.cc25 ServerFieldTypeMap field_type_map_;
Daddress_field_unittest.cc26 ServerFieldTypeMap field_type_map_;
Dname_field_unittest.cc25 ServerFieldTypeMap field_type_map_;
Dform_structure.cc396 ServerFieldTypeMap field_type_map; in DetermineHeuristicTypes()
400 ServerFieldTypeMap::iterator iter = in DetermineHeuristicTypes()
Dcredit_card_field_unittest.cc26 ServerFieldTypeMap field_type_map_;