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);
82 ServerFieldTypeMap* map);
88 virtual bool ClassifyField(ServerFieldTypeMap* map) const = 0;
119 ServerFieldTypeMap* map);
credit_card_field.h 27 virtual bool ClassifyField(ServerFieldTypeMap* map) const OVERRIDE;
email_field.cc 28 bool EmailField::ClassifyField(ServerFieldTypeMap* map) const {
name_field.h 28 virtual bool ClassifyField(ServerFieldTypeMap* map) const OVERRIDE;
name_field.cc 28 virtual bool ClassifyField(ServerFieldTypeMap* map) const OVERRIDE;
47 virtual bool ClassifyField(ServerFieldTypeMap* map) const OVERRIDE;
74 bool NameField::ClassifyField(ServerFieldTypeMap* map) const {
97 bool FullNameField::ClassifyField(ServerFieldTypeMap* map) const {
211 bool FirstLastNameField::ClassifyField(ServerFieldTypeMap* map) const {
phone_field.h 32 virtual bool ClassifyField(ServerFieldTypeMap* map) const OVERRIDE;
form_field.cc 38 ServerFieldTypeMap* map) {
102 ServerFieldTypeMap* map) {
151 ServerFieldTypeMap* map) {
address_field.h 28 virtual bool ClassifyField(ServerFieldTypeMap* map) const OVERRIDE;
field_types.h 228 typedef std::map<base::string16, ServerFieldType> ServerFieldTypeMap;
address_field.cc 109 bool AddressField::ClassifyField(ServerFieldTypeMap* map) const {
credit_card_field.cc 193 bool CreditCardField::ClassifyField(ServerFieldTypeMap* map) const {
form_field_unittest.cc 143 ServerFieldTypeMap field_type_map;
phone_field.cc 199 bool PhoneField::ClassifyField(ServerFieldTypeMap* map) const {
phone_field_unittest.cc 25 ServerFieldTypeMap field_type_map_;
address_field_unittest.cc 26 ServerFieldTypeMap field_type_map_;
credit_card_field_unittest.cc 26 ServerFieldTypeMap field_type_map_;
name_field_unittest.cc 25 ServerFieldTypeMap field_type_map_;
form_structure.cc 401 ServerFieldTypeMap field_type_map;
405 ServerFieldTypeMap::iterator iter =
    [all...]

Completed in 173 milliseconds