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

  /external/chromium_org/components/autofill/core/browser/
email_field.cc 28 bool EmailField::ClassifyField(ServerFieldTypeMap* map) const {
credit_card_field.cc 193 bool CreditCardField::ClassifyField(ServerFieldTypeMap* map) const {
credit_card_field_unittest.cc 38 bool ClassifyField() {
39 return field_->ClassifyField(&field_type_map_);
103 EXPECT_TRUE(ClassifyField());
146 EXPECT_TRUE(ClassifyField());
191 EXPECT_TRUE(ClassifyField());
229 EXPECT_TRUE(ClassifyField());
263 EXPECT_TRUE(ClassifyField());
294 EXPECT_TRUE(ClassifyField());
317 EXPECT_TRUE(ClassifyField());
339 EXPECT_TRUE(ClassifyField());
    [all...]
phone_field.cc 199 bool PhoneField::ClassifyField(ServerFieldTypeMap* map) const {
address_field.cc 109 bool AddressField::ClassifyField(ServerFieldTypeMap* map) const {
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 {

Completed in 56 milliseconds