Home
last modified time | relevance | path

Searched refs:NAME_MIDDLE_INITIAL (Results 1 – 6 of 6) sorted by relevance

/external/chromium/chrome/browser/autofill/
Dcontact_info.cc64 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()
Dfield_types.h36 NAME_MIDDLE_INITIAL = 6, enumerator
Dautofill_type.cc220 case NAME_MIDDLE_INITIAL: in FieldTypeToString()
317 return NAME_MIDDLE_INITIAL; in StringToFieldType()
Dname_field_unittest.cc277 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()
Dname_field.cc161 AutofillType(NAME_MIDDLE_INITIAL) : AutofillType(NAME_MIDDLE); in GetFieldInfo()
Dautofill_profile.cc148 case NAME_MIDDLE_INITIAL: in CollapseCompoundFieldTypes()