AddClassification  116 components/autofill/core/browser/address_field.cc   return AddClassification(company_, COMPANY_NAME, map) &&
AddClassification  117 components/autofill/core/browser/address_field.cc          AddClassification(address1_, ADDRESS_HOME_LINE1, map) &&
AddClassification  118 components/autofill/core/browser/address_field.cc          AddClassification(address2_, ADDRESS_HOME_LINE2, map) &&
AddClassification  119 components/autofill/core/browser/address_field.cc          AddClassification(street_address_, ADDRESS_HOME_STREET_ADDRESS, map) &&
AddClassification  120 components/autofill/core/browser/address_field.cc          AddClassification(city_, ADDRESS_HOME_CITY, map) &&
AddClassification  121 components/autofill/core/browser/address_field.cc          AddClassification(state_, ADDRESS_HOME_STATE, map) &&
AddClassification  122 components/autofill/core/browser/address_field.cc          AddClassification(zip_, ADDRESS_HOME_ZIP, map) &&
AddClassification  123 components/autofill/core/browser/address_field.cc          AddClassification(country_, ADDRESS_HOME_COUNTRY, map);
AddClassification  194 components/autofill/core/browser/credit_card_field.cc   bool ok = AddClassification(number_, CREDIT_CARD_NUMBER, map);
AddClassification  195 components/autofill/core/browser/credit_card_field.cc   ok = ok && AddClassification(type_, CREDIT_CARD_TYPE, map);
AddClassification  196 components/autofill/core/browser/credit_card_field.cc   ok = ok && AddClassification(verification_, CREDIT_CARD_VERIFICATION_CODE,
AddClassification  204 components/autofill/core/browser/credit_card_field.cc     ok = ok && AddClassification(cardholder_, CREDIT_CARD_NAME, map);
AddClassification  208 components/autofill/core/browser/credit_card_field.cc       ok = ok && AddClassification(expiration_date_,
AddClassification  211 components/autofill/core/browser/credit_card_field.cc       ok = ok && AddClassification(expiration_date_,
AddClassification  215 components/autofill/core/browser/credit_card_field.cc     ok = ok && AddClassification(expiration_month_, CREDIT_CARD_EXP_MONTH, map);
AddClassification  217 components/autofill/core/browser/credit_card_field.cc       ok = ok && AddClassification(expiration_year_,
AddClassification  221 components/autofill/core/browser/credit_card_field.cc       ok = ok && AddClassification(expiration_year_,
AddClassification   29 components/autofill/core/browser/email_field.cc   return AddClassification(field_, EMAIL_ADDRESS, map);
AddClassification   80 components/autofill/core/browser/form_field.h   static bool AddClassification(const AutofillField* field,
AddClassification   98 components/autofill/core/browser/name_field.cc   return AddClassification(field_, NAME_FULL, map);
AddClassification  212 components/autofill/core/browser/name_field.cc   bool ok = AddClassification(first_name_, NAME_FIRST, map);
AddClassification  213 components/autofill/core/browser/name_field.cc   ok = ok && AddClassification(last_name_, NAME_LAST, map);
AddClassification  215 components/autofill/core/browser/name_field.cc   ok = ok && AddClassification(middle_name_, type, map);
AddClassification  208 components/autofill/core/browser/phone_field.cc       ok = ok && AddClassification(parsed_phone_fields_[FIELD_COUNTRY_CODE],
AddClassification  215 components/autofill/core/browser/phone_field.cc       ok = ok && AddClassification(parsed_phone_fields_[FIELD_AREA_CODE],
AddClassification  225 components/autofill/core/browser/phone_field.cc     ok = ok && AddClassification(parsed_phone_fields_[FIELD_PHONE],
AddClassification  231 components/autofill/core/browser/phone_field.cc       ok = ok && AddClassification(parsed_phone_fields_[FIELD_SUFFIX],
AddClassification  236 components/autofill/core/browser/phone_field.cc     ok = AddClassification(parsed_phone_fields_[FIELD_PHONE],