Home
last modified time | relevance | path

Searched refs:field_types (Results 1 – 12 of 12) sorted by relevance

/external/chromium/chrome/browser/autofill/
Dautofill_xml_parser_unittest.cc25 std::vector<AutofillFieldType> field_types; in TEST() local
30 AutofillQueryXmlParser parse_handler(&field_types, &upload_required, in TEST()
36 ASSERT_EQ(4U, field_types.size()); in TEST()
37 EXPECT_EQ(NO_SERVER_DATA, field_types[0]); in TEST()
38 EXPECT_EQ(UNKNOWN_TYPE, field_types[1]); in TEST()
39 EXPECT_EQ(NAME_FIRST, field_types[2]); in TEST()
40 EXPECT_EQ(EMPTY_TYPE, field_types[3]); in TEST()
46 std::vector<AutofillFieldType> field_types; in TEST() local
55 new AutofillQueryXmlParser(&field_types, &upload_required, in TEST()
61 ASSERT_EQ(1U, field_types.size()); in TEST()
[all …]
Dform_structure.cc211 std::vector<AutofillFieldType> field_types; in ParseQueryResponse() local
213 AutofillQueryXmlParser parse_handler(&field_types, upload_required, in ParseQueryResponse()
226 std::vector<AutofillFieldType>::iterator current_type = field_types.begin(); in ParseQueryResponse()
246 if (current_type == field_types.end()) in ParseQueryResponse()
364 const FieldTypeSet& field_types = field->possible_types(); in LogQualityMetrics() local
365 DCHECK(!field_types.empty()); in LogQualityMetrics()
366 if (field_types.count(EMPTY_TYPE) || field_types.count(UNKNOWN_TYPE)) in LogQualityMetrics()
372 for (FieldTypeSet::const_iterator it = field_types.begin(); in LogQualityMetrics()
373 it != field_types.end(); in LogQualityMetrics()
401 } else if (field_types.count(heuristic_type)) { in LogQualityMetrics()
[all …]
Dautofill_metrics_unittest.cc774 std::vector<AutofillFieldType> field_types; in TEST_F() local
777 field_types.push_back(NAME_FULL); in TEST_F()
780 field_types.push_back(EMAIL_ADDRESS); in TEST_F()
783 field_types.push_back(PHONE_HOME_NUMBER); in TEST_F()
788 form_structure->SetFieldTypes(field_types, field_types); in TEST_F()
808 form_structure->SetFieldTypes(field_types, field_types); in TEST_F()
821 form_structure->SetFieldTypes(field_types, field_types); in TEST_F()
Dautofill_xml_parser.cc31 std::vector<AutofillFieldType>* field_types, in AutofillQueryXmlParser() argument
34 : field_types_(field_types), in AutofillQueryXmlParser()
Dautofill_profile.cc468 FieldTypeSet field_types; in OverwriteWithOrAddTo() local
469 profile.GetAvailableFieldTypes(&field_types); in OverwriteWithOrAddTo()
473 CollapseCompoundFieldTypes(&field_types); in OverwriteWithOrAddTo()
475 for (FieldTypeSet::const_iterator iter = field_types.begin(); in OverwriteWithOrAddTo()
476 iter != field_types.end(); ++iter) { in OverwriteWithOrAddTo()
Dautofill_xml_parser.h67 AutofillQueryXmlParser(std::vector<AutofillFieldType>* field_types,
Dautofill_manager.cc685 FieldTypeSet field_types; in DeterminePossibleFieldTypesForUpload() local
686 personal_data_->GetPossibleFieldTypes(field->value, &field_types); in DeterminePossibleFieldTypesForUpload()
688 DCHECK(!field_types.empty()); in DeterminePossibleFieldTypesForUpload()
689 submitted_form->set_possible_types(i, field_types); in DeterminePossibleFieldTypesForUpload()
/external/qemu/
Dthunk.c81 se->field_types = types; in thunk_register_struct()
94 type_ptr = se->field_types; in thunk_register_struct()
216 const argtype *field_types; in thunk_convert() local
225 field_types = se->field_types; in thunk_convert()
231 field_types = thunk_convert(d + dst_offsets[i], in thunk_convert()
233 field_types, to_host); in thunk_convert()
Dthunk.h51 const argtype *field_types; member
/external/e2fsprogs/ext2ed/
Dgeneral_com.c398 switch (current_type->field_types [i]) { in set()
411 current_type->field_types [i]); in set()
669 switch (current_type->field_types[i]) { in show()
Dext2ed.h96 unsigned char field_types [MAX_FIELDS]; member
Dinit.c257 ptr->field_types [ptr->fields_num] = field_type; in add_new_variable()