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

  /external/chromium_org/components/autofill/core/browser/
credit_card_field.cc 197 bool ok = AddClassification(number_, CREDIT_CARD_NUMBER, map);
198 ok = ok && AddClassification(type_, CREDIT_CARD_TYPE, map);
199 ok = ok && AddClassification(verification_, CREDIT_CARD_VERIFICATION_CODE,
207 ok = ok && AddClassification(cardholder_, CREDIT_CARD_NAME, map);
211 ok = ok && AddClassification(expiration_date_,
214 ok = ok && AddClassification(expiration_date_,
218 ok = ok && AddClassification(expiration_month_, CREDIT_CARD_EXP_MONTH, map);
220 ok = ok && AddClassification(expiration_year_,
224 ok = ok && AddClassification(expiration_year_,
email_field.cc 29 return AddClassification(field_, EMAIL_ADDRESS, map);
name_field.cc 96 return AddClassification(field_, NAME_FULL, map);
210 bool ok = AddClassification(first_name_, NAME_FIRST, map);
211 ok = ok && AddClassification(last_name_, NAME_LAST, map);
213 ok = ok && AddClassification(middle_name_, type, map);
address_field.cc 176 bool ok = AddClassification(company_, address_company, map);
177 ok = ok && AddClassification(address1_, address_line1, map);
178 ok = ok && AddClassification(address2_, address_line2, map);
179 ok = ok && AddClassification(city_, address_city, map);
180 ok = ok && AddClassification(state_, address_state, map);
181 ok = ok && AddClassification(zip_, address_zip, map);
182 ok = ok && AddClassification(country_, address_country, map);
phone_field.cc 208 ok = ok && AddClassification(parsed_phone_fields_[FIELD_COUNTRY_CODE],
215 ok = ok && AddClassification(parsed_phone_fields_[FIELD_AREA_CODE],
225 ok = ok && AddClassification(parsed_phone_fields_[FIELD_PHONE],
231 ok = ok && AddClassification(parsed_phone_fields_[FIELD_SUFFIX],
236 ok = AddClassification(parsed_phone_fields_[FIELD_PHONE],
form_field.h 78 static bool AddClassification(const AutofillField* field,
form_field.cc 127 bool FormField::AddClassification(const AutofillField* field,

Completed in 65 milliseconds