Searched refs:heuristic_type (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/components/autofill/core/common/
H A Dform_field_data_predictions.cc16 heuristic_type(other.heuristic_type),
28 heuristic_type == predictions.heuristic_type &&
H A Dform_field_data_predictions.h23 std::string heuristic_type; member in struct:autofill::FormFieldDataPredictions
/external/chromium_org/components/autofill/core/browser/
H A Dform_structure_unittest.cc339 EXPECT_EQ(NAME_FIRST, form_structure->field(0)->heuristic_type());
341 EXPECT_EQ(NAME_LAST, form_structure->field(1)->heuristic_type());
343 EXPECT_EQ(EMAIL_ADDRESS, form_structure->field(2)->heuristic_type());
346 form_structure->field(3)->heuristic_type());
348 EXPECT_EQ(ADDRESS_HOME_LINE1, form_structure->field(4)->heuristic_type());
350 EXPECT_EQ(ADDRESS_HOME_CITY, form_structure->field(5)->heuristic_type());
352 EXPECT_EQ(ADDRESS_HOME_ZIP, form_structure->field(6)->heuristic_type());
354 EXPECT_EQ(UNKNOWN_TYPE, form_structure->field(7)->heuristic_type());
391 EXPECT_EQ(UNKNOWN_TYPE, form_structure->field(0)->heuristic_type());
392 EXPECT_EQ(UNKNOWN_TYPE, form_structure->field(1)->heuristic_type());
[all...]
H A Dautofill_field.h34 ServerFieldType heuristic_type() const { return heuristic_type_; } function in class:autofill::AutofillField
H A Dform_structure.cc585 ServerFieldType heuristic_type = (*field)->heuristic_type(); local
586 if (heuristic_type != UNKNOWN_TYPE)
590 if (heuristic_type != (*field)->Type().GetStorableType())
638 annotated_field.heuristic_type =
639 AutofillType((*field)->heuristic_type()).ToString();
734 field->set_heuristic_type(cached_field->second->heuristic_type());
803 ServerFieldType heuristic_type = local
804 AutofillType(field->heuristic_type()).GetStorableType();
811 if (heuristic_type
[all...]
H A Dautofill_field_unittest.cc55 ASSERT_EQ(UNKNOWN_TYPE, field.heuristic_type());
H A Dautofill_manager_unittest.cc2412 server_types.push_back(form_structure->field(i)->heuristic_type());
/external/chromium_org/components/autofill/content/common/
H A Dautofill_messages.h62 IPC_STRUCT_TRAITS_MEMBER(heuristic_type)
/external/chromium_org/components/autofill/content/renderer/
H A Dform_cache.cc302 base::UTF8ToUTF16(form.fields[i].heuristic_type),

Completed in 3236 milliseconds