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 36 bool ClassifyField() {
37 return field_->ClassifyField(&field_type_map_);
101 EXPECT_TRUE(ClassifyField());
144 EXPECT_TRUE(ClassifyField());
189 EXPECT_TRUE(ClassifyField());
227 EXPECT_TRUE(ClassifyField());
261 EXPECT_TRUE(ClassifyField());
292 EXPECT_TRUE(ClassifyField());
315 EXPECT_TRUE(ClassifyField());
337 EXPECT_TRUE(ClassifyField());
    [all...]
phone_field.cc 199 bool PhoneField::ClassifyField(ServerFieldTypeMap* map) const {
address_field.cc 107 bool AddressField::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 {

Completed in 2175 milliseconds