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

  /external/chromium/chrome/browser/autofill/
field_types.h 36 NAME_MIDDLE_INITIAL = 6,
contact_info.cc 64 possible_types->insert(NAME_MIDDLE_INITIAL);
83 available_types->insert(NAME_MIDDLE_INITIAL);
99 if (type == NAME_MIDDLE_INITIAL)
112 else if (type == NAME_MIDDLE || type == NAME_MIDDLE_INITIAL)
autofill_type.cc 31 // NAME_MIDDLE_INITIAL
220 case NAME_MIDDLE_INITIAL:
221 return "NAME_MIDDLE_INITIAL";
316 if (str == "NAME_MIDDLE_INITIAL")
317 return NAME_MIDDLE_INITIAL;
name_field_unittest.cc 277 EXPECT_EQ(NAME_MIDDLE_INITIAL, field_type_map_[ASCIIToUTF16("name2")]);
318 EXPECT_EQ(NAME_MIDDLE_INITIAL, field_type_map_[ASCIIToUTF16("name2")]);
384 EXPECT_EQ(NAME_MIDDLE_INITIAL, field_type_map_[ASCIIToUTF16("name2")]);
name_field.cc 161 AutofillType(NAME_MIDDLE_INITIAL) : AutofillType(NAME_MIDDLE);
autofill_profile.cc 148 case NAME_MIDDLE_INITIAL:

Completed in 93 milliseconds