Home
last modified time | relevance | path

Searched refs:subgroup (Results 1 – 14 of 14) sorted by relevance

/external/chromium/chrome/browser/autofill/
Dautofill_type_unittest.cc15 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()
Daddress.cc129 FieldTypeSubGroup subgroup = AutofillType(type).subgroup(); in SetInfo() local
130 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()
Dphone_number.cc120 FieldTypeSubGroup subgroup = AutofillType(type).subgroup(); in SetInfo() local
121 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()
Dautofill_type.h53 FieldTypeSubGroup subgroup; member
62 FieldTypeSubGroup subgroup() const;
Dautofill_type.cc169 FieldTypeSubGroup AutofillType::subgroup() const { in subgroup() function in AutofillType
170 return kAutofillTypeDefinitions[field_type_].subgroup; in subgroup()
Dpersonal_data_manager.cc259 if (AutofillType(field_type).subgroup() == in ImportFormData()
Dautofill_manager.cc989 if (AutofillType(type).subgroup() == AutofillType::PHONE_NUMBER) {
/external/dropbear/libtomcrypt/
DDoxyfile200 # subgroup of that type (e.g. under the Public Functions section). Set it to
/external/clang/docs/
Ddoxygen.cfg.in207 # subgroup of that type (e.g. under the Public Functions section). Set it to
/external/libvpx/
Dlibs.doxy_template231 # subgroup of that type (e.g. under the Public Functions section). Set it to
/external/srec/doc/
Dsrec.doxygen237 # subgroup of that type (e.g. under the Public Functions section). Set it to
/external/llvm/docs/
Ddoxygen.cfg.in255 # subgroup of that type (e.g. under the Public Functions section). Set it to
/external/libvpx/nestegg/docs/
DDoxyfile.in259 # subgroup of that type (e.g. under the Public Functions section). Set it to
/external/webkit/Source/WebKit/
DChangeLog3364 Move WebNetscapePluginEventHandler classes to a subgroup of Netscape Plug-Ins.