Home
last modified time | relevance | path

Searched refs:UNKNOWN_TYPE (Results 1 – 15 of 15) sorted by relevance

/external/chromium/chrome/browser/autofill/
Dautofill_type_unittest.cc18 AutofillType unknown(UNKNOWN_TYPE); in TEST()
19 EXPECT_EQ(UNKNOWN_TYPE, unknown.field_type()); in TEST()
43 EXPECT_EQ(UNKNOWN_TYPE, boundary.field_type()); in TEST()
49 EXPECT_EQ(UNKNOWN_TYPE, beyond.field_type()); in TEST()
55 EXPECT_EQ(UNKNOWN_TYPE, between.field_type()); in TEST()
Dautofill_field.cc30 heuristic_type_(UNKNOWN_TYPE) { in AutofillField()
38 heuristic_type_(UNKNOWN_TYPE) { in AutofillField()
50 heuristic_type_ = UNKNOWN_TYPE; in set_heuristic_type()
73 return type() != UNKNOWN_TYPE; in IsFieldFillable()
Dautofill_field_unittest.cc16 ASSERT_EQ(UNKNOWN_TYPE, field.heuristic_type()); in TEST()
19 EXPECT_EQ(UNKNOWN_TYPE, field.type()); in TEST()
73 ASSERT_EQ(UNKNOWN_TYPE, field.type()); in TEST()
83 field.set_heuristic_type(UNKNOWN_TYPE); in TEST()
Dautofill_metrics_unittest.cc252 heuristic_types.push_back(UNKNOWN_TYPE); in TEST_F()
275 UNKNOWN_TYPE, std::string())); in TEST_F()
278 UNKNOWN_TYPE, std::string())); in TEST_F()
281 UNKNOWN_TYPE, std::string())); in TEST_F()
362 UNKNOWN_TYPE, NO_SERVER_DATA, in TEST_F()
380 UNKNOWN_TYPE, EMAIL_ADDRESS, in TEST_F()
398 UNKNOWN_TYPE, PHONE_HOME_NUMBER, in TEST_F()
485 heuristic_types.push_back(UNKNOWN_TYPE); in TEST_F()
486 server_types.push_back(UNKNOWN_TYPE); in TEST_F()
575 UNKNOWN_TYPE, std::string())); in TEST_F()
[all …]
Dform_structure.cc105 heuristic_autofill_type = UNKNOWN_TYPE; in DetermineHeuristicTypes()
116 if (autofill_type.field_type() != UNKNOWN_TYPE) in DetermineHeuristicTypes()
250 DCHECK_NE(*current_type, UNKNOWN_TYPE); in ParseQueryResponse()
260 if (autofill_type.field_type() != UNKNOWN_TYPE) in ParseQueryResponse()
366 if (field_types.count(EMPTY_TYPE) || field_types.count(UNKNOWN_TYPE)) in LogQualityMetrics()
388 AutofillFieldType field_type = UNKNOWN_TYPE; in LogQualityMetrics()
398 if (heuristic_type == UNKNOWN_TYPE) { in LogQualityMetrics()
420 if (predicted_type == UNKNOWN_TYPE) { in LogQualityMetrics()
442 if (heuristic_type == UNKNOWN_TYPE) { in LogQualityMetrics()
Dautofill_type.cc146 field_type_ = UNKNOWN_TYPE; in AutofillType()
210 case UNKNOWN_TYPE: in FieldTypeToString()
307 return UNKNOWN_TYPE; in StringToFieldType()
394 return UNKNOWN_TYPE; in StringToFieldType()
Dautofill_profile_unittest.cc329 AutofillProfile::CreateInferredLabels(&profiles, NULL, UNKNOWN_TYPE, 2, in TEST()
335 AutofillProfile::CreateInferredLabels(&profiles, NULL, UNKNOWN_TYPE, 3, in TEST()
349 UNKNOWN_TYPE, 2, &labels); in TEST()
355 UNKNOWN_TYPE, 3, &labels); in TEST()
371 UNKNOWN_TYPE, 1, &labels); in TEST()
385 suggested_fields.push_back(UNKNOWN_TYPE); in TEST()
452 UNKNOWN_TYPE, 2, &labels); in TEST()
475 AutofillProfile::CreateInferredLabels(&profiles.get(), NULL, UNKNOWN_TYPE, 3, in TEST()
486 AutofillProfile::CreateInferredLabels(&profiles.get(), NULL, UNKNOWN_TYPE, 1, in TEST()
Dform_structure_unittest.cc284 EXPECT_EQ(UNKNOWN_TYPE, form_structure->field(8)->heuristic_type()); in TEST()
389 EXPECT_EQ(UNKNOWN_TYPE, form_structure->field(9)->heuristic_type()); in TEST()
467 EXPECT_EQ(UNKNOWN_TYPE, form_structure->field(6)->heuristic_type()); in TEST()
556 EXPECT_EQ(UNKNOWN_TYPE, form_structure->field(8)->heuristic_type()); in TEST()
616 EXPECT_EQ(UNKNOWN_TYPE, form_structure->field(4)->heuristic_type()); in TEST()
618 EXPECT_EQ(UNKNOWN_TYPE, form_structure->field(5)->heuristic_type()); in TEST()
679 EXPECT_EQ(UNKNOWN_TYPE, form_structure->field(1)->heuristic_type()); in TEST()
688 EXPECT_EQ(UNKNOWN_TYPE, form_structure->field(5)->heuristic_type()); in TEST()
690 EXPECT_EQ(UNKNOWN_TYPE, form_structure->field(6)->heuristic_type()); in TEST()
737 EXPECT_EQ(UNKNOWN_TYPE, form_structure->field(2)->heuristic_type()); in TEST()
[all …]
Dfield_types.h28 UNKNOWN_TYPE = 1, enumerator
Dautofill_xml_parser.cc78 AutofillFieldType field_type = UNKNOWN_TYPE; in StartElement()
Dautofill_profile.cc62 DCHECK_EQ(excluded_field, UNKNOWN_TYPE); in GetFieldsForDistinguishingProfiles()
72 seen_fields.insert(UNKNOWN_TYPE); in GetFieldsForDistinguishingProfiles()
322 CreateInferredLabels(profiles, NULL, UNKNOWN_TYPE, kMinimalFieldsShown, in AdjustInferredLabels()
Dautofill_xml_parser_unittest.cc38 EXPECT_EQ(UNKNOWN_TYPE, field_types[1]); in TEST()
Dpersonal_data_manager.cc621 possible_types->insert(UNKNOWN_TYPE); in GetPossibleFieldTypes()
Dautofill_manager.cc132 if (current_type == UNKNOWN_TYPE) in FindSectionBounds()
Dautofill_manager_unittest.cc2016 heuristic_types.push_back(UNKNOWN_TYPE); in TEST_F()