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);
82 ServerFieldTypeMap* map);
88 virtual bool ClassifyField(ServerFieldTypeMap* map) const = 0;
119 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()
211 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()
Dcredit_card_field.h27 virtual bool ClassifyField(ServerFieldTypeMap* map) const OVERRIDE;
Dname_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.h228 typedef std::map<base::string16, ServerFieldType> ServerFieldTypeMap; typedef
Dcredit_card_field.cc193 bool CreditCardField::ClassifyField(ServerFieldTypeMap* map) const { in ClassifyField()
Daddress_field.cc109 bool AddressField::ClassifyField(ServerFieldTypeMap* map) const { in ClassifyField()
Dform_field_unittest.cc143 ServerFieldTypeMap field_type_map; in TEST()
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_;
Dcredit_card_field_unittest.cc26 ServerFieldTypeMap field_type_map_;
Dname_field_unittest.cc25 ServerFieldTypeMap field_type_map_;
Dform_structure.cc401 ServerFieldTypeMap field_type_map; in DetermineHeuristicTypes()
405 ServerFieldTypeMap::iterator iter = in DetermineHeuristicTypes()