HomeSort by relevance Sort by last modified time
    Searched defs:ClassifyField (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/components/autofill/core/browser/
email_field.cc 28 bool EmailField::ClassifyField(ServerFieldTypeMap* map) const {
credit_card_field.cc 196 bool CreditCardField::ClassifyField(ServerFieldTypeMap* map) const {
phone_field.cc 199 bool PhoneField::ClassifyField(ServerFieldTypeMap* map) const {
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 {
address_field.cc 139 bool AddressField::ClassifyField(ServerFieldTypeMap* map) const {

Completed in 55 milliseconds