Searched refs:field_types (Results 1 – 12 of 12) sorted by relevance
/external/chromium/chrome/browser/autofill/ |
D | autofill_xml_parser_unittest.cc | 25 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 …]
|
D | form_structure.cc | 211 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 …]
|
D | autofill_metrics_unittest.cc | 774 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()
|
D | autofill_xml_parser.cc | 31 std::vector<AutofillFieldType>* field_types, in AutofillQueryXmlParser() argument 34 : field_types_(field_types), in AutofillQueryXmlParser()
|
D | autofill_profile.cc | 468 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()
|
D | autofill_xml_parser.h | 67 AutofillQueryXmlParser(std::vector<AutofillFieldType>* field_types,
|
D | autofill_manager.cc | 685 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/ |
D | thunk.c | 81 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()
|
D | thunk.h | 51 const argtype *field_types; member
|
/external/e2fsprogs/ext2ed/ |
D | general_com.c | 398 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()
|
D | ext2ed.h | 96 unsigned char field_types [MAX_FIELDS]; member
|
D | init.c | 257 ptr->field_types [ptr->fields_num] = field_type; in add_new_variable()
|