Searched refs:NAME_MIDDLE_INITIAL (Results 1 – 6 of 6) sorted by relevance
64 possible_types->insert(NAME_MIDDLE_INITIAL); in GetPossibleFieldTypes()83 available_types->insert(NAME_MIDDLE_INITIAL); in GetAvailableFieldTypes()99 if (type == NAME_MIDDLE_INITIAL) in GetInfo()112 else if (type == NAME_MIDDLE || type == NAME_MIDDLE_INITIAL) in SetInfo()
36 NAME_MIDDLE_INITIAL = 6, enumerator
220 case NAME_MIDDLE_INITIAL: in FieldTypeToString()317 return NAME_MIDDLE_INITIAL; in StringToFieldType()
277 EXPECT_EQ(NAME_MIDDLE_INITIAL, field_type_map_[ASCIIToUTF16("name2")]); in TEST_F()318 EXPECT_EQ(NAME_MIDDLE_INITIAL, field_type_map_[ASCIIToUTF16("name2")]); in TEST_F()384 EXPECT_EQ(NAME_MIDDLE_INITIAL, field_type_map_[ASCIIToUTF16("name2")]); in TEST_F()
161 AutofillType(NAME_MIDDLE_INITIAL) : AutofillType(NAME_MIDDLE); in GetFieldInfo()
148 case NAME_MIDDLE_INITIAL: in CollapseCompoundFieldTypes()