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

  /external/chromium_org/components/autofill/core/browser/
email_field.h 20 virtual bool ClassifyField(ServerFieldTypeMap* map) const OVERRIDE;
form_field.h 31 ServerFieldTypeMap* map);
80 ServerFieldTypeMap* map);
86 virtual bool ClassifyField(ServerFieldTypeMap* map) const = 0;
117 ServerFieldTypeMap* map);
email_field.cc 28 bool EmailField::ClassifyField(ServerFieldTypeMap* map) const {
name_field.h 28 virtual bool ClassifyField(ServerFieldTypeMap* map) const OVERRIDE;
name_field.cc 26 virtual bool ClassifyField(ServerFieldTypeMap* map) const OVERRIDE;
45 virtual bool ClassifyField(ServerFieldTypeMap* map) const OVERRIDE;
72 bool NameField::ClassifyField(ServerFieldTypeMap* map) const {
95 bool FullNameField::ClassifyField(ServerFieldTypeMap* map) const {
209 bool FirstLastNameField::ClassifyField(ServerFieldTypeMap* map) const {
credit_card_field.h 27 virtual bool ClassifyField(ServerFieldTypeMap* map) const OVERRIDE;
phone_field.h 32 virtual bool ClassifyField(ServerFieldTypeMap* map) const OVERRIDE;
form_field.cc 54 ServerFieldTypeMap* map) {
129 ServerFieldTypeMap* map) {
178 ServerFieldTypeMap* map) {
address_field.h 28 virtual bool ClassifyField(ServerFieldTypeMap* map) const OVERRIDE;
field_types.h 187 typedef std::map<base::string16, ServerFieldType> ServerFieldTypeMap;
credit_card_field.cc 196 bool CreditCardField::ClassifyField(ServerFieldTypeMap* map) const {
form_field_unittest.cc 141 ServerFieldTypeMap field_type_map;
phone_field.cc 199 bool PhoneField::ClassifyField(ServerFieldTypeMap* map) const {
address_field.cc 139 bool AddressField::ClassifyField(ServerFieldTypeMap* map) const {
phone_field_unittest.cc 23 ServerFieldTypeMap field_type_map_;
address_field_unittest.cc 24 ServerFieldTypeMap field_type_map_;
credit_card_field_unittest.cc 23 ServerFieldTypeMap field_type_map_;
name_field_unittest.cc 23 ServerFieldTypeMap field_type_map_;
form_structure.cc 389 ServerFieldTypeMap field_type_map;
393 ServerFieldTypeMap::iterator iter =
    [all...]

Completed in 125 milliseconds