Searched refs:subgroup (Results 1 – 14 of 14) sorted by relevance
15 EXPECT_EQ(AutofillType::NO_SUBGROUP, none.subgroup()); in TEST()21 EXPECT_EQ(AutofillType::NO_SUBGROUP, unknown.subgroup()); in TEST()27 EXPECT_EQ(AutofillType::NO_SUBGROUP, first.subgroup()); in TEST()33 EXPECT_EQ(AutofillType::PHONE_NUMBER, phone.subgroup()); in TEST()39 EXPECT_EQ(AutofillType::NO_SUBGROUP, last.subgroup()); in TEST()45 EXPECT_EQ(AutofillType::NO_SUBGROUP, boundary.subgroup()); in TEST()51 EXPECT_EQ(AutofillType::NO_SUBGROUP, beyond.subgroup()); in TEST()57 EXPECT_EQ(AutofillType::NO_SUBGROUP, between.subgroup()); in TEST()
129 FieldTypeSubGroup subgroup = AutofillType(type).subgroup(); in SetInfo() local130 if (subgroup == AutofillType::ADDRESS_LINE1) in SetInfo()132 else if (subgroup == AutofillType::ADDRESS_LINE2) in SetInfo()134 else if (subgroup == AutofillType::ADDRESS_CITY) in SetInfo()136 else if (subgroup == AutofillType::ADDRESS_STATE) in SetInfo()138 else if (subgroup == AutofillType::ADDRESS_COUNTRY) in SetInfo()140 else if (subgroup == AutofillType::ADDRESS_ZIP) in SetInfo()
120 FieldTypeSubGroup subgroup = AutofillType(type).subgroup(); in SetInfo() local121 if (subgroup == AutofillType::PHONE_NUMBER) in SetInfo()123 else if (subgroup == AutofillType::PHONE_CITY_CODE) in SetInfo()125 else if (subgroup == AutofillType::PHONE_COUNTRY_CODE) in SetInfo()127 else if (subgroup == AutofillType::PHONE_CITY_AND_NUMBER || in SetInfo()128 subgroup == AutofillType::PHONE_WHOLE_NUMBER) in SetInfo()
53 FieldTypeSubGroup subgroup; member62 FieldTypeSubGroup subgroup() const;
169 FieldTypeSubGroup AutofillType::subgroup() const { in subgroup() function in AutofillType170 return kAutofillTypeDefinitions[field_type_].subgroup; in subgroup()
259 if (AutofillType(field_type).subgroup() == in ImportFormData()
989 if (AutofillType(type).subgroup() == AutofillType::PHONE_NUMBER) {
200 # subgroup of that type (e.g. under the Public Functions section). Set it to
207 # subgroup of that type (e.g. under the Public Functions section). Set it to
231 # subgroup of that type (e.g. under the Public Functions section). Set it to
237 # subgroup of that type (e.g. under the Public Functions section). Set it to
255 # subgroup of that type (e.g. under the Public Functions section). Set it to
259 # subgroup of that type (e.g. under the Public Functions section). Set it to
3364 Move WebNetscapePluginEventHandler classes to a subgroup of Netscape Plug-Ins.