HomeSort by relevance Sort by last modified time
    Searched refs:heuristic_type (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/components/autofill/core/common/
form_field_data_predictions.cc 16 heuristic_type(other.heuristic_type),
28 heuristic_type == predictions.heuristic_type &&
form_field_data_predictions.h 23 std::string heuristic_type; member in struct:autofill::FormFieldDataPredictions
autofill_messages.h 63 IPC_STRUCT_TRAITS_MEMBER(heuristic_type)
  /external/chromium/chrome/browser/autofill/
form_structure_unittest.cc 267 EXPECT_EQ(NAME_FIRST, form_structure->field(0)->heuristic_type());
269 EXPECT_EQ(NAME_LAST, form_structure->field(1)->heuristic_type());
271 EXPECT_EQ(EMAIL_ADDRESS, form_structure->field(2)->heuristic_type());
274 form_structure->field(3)->heuristic_type());
276 EXPECT_EQ(PHONE_FAX_WHOLE_NUMBER, form_structure->field(4)->heuristic_type());
278 EXPECT_EQ(ADDRESS_HOME_LINE1, form_structure->field(5)->heuristic_type());
280 EXPECT_EQ(ADDRESS_HOME_CITY, form_structure->field(6)->heuristic_type());
282 EXPECT_EQ(ADDRESS_HOME_ZIP, form_structure->field(7)->heuristic_type());
284 EXPECT_EQ(UNKNOWN_TYPE, form_structure->field(8)->heuristic_type());
369 EXPECT_EQ(NAME_FIRST, form_structure->field(0)->heuristic_type());
    [all...]
autofill_field.h 25 AutofillFieldType heuristic_type() const { return heuristic_type_; } function in class:AutofillField
form_structure.cc 252 AutofillFieldType heuristic_type = (*field)->type(); local
254 if (heuristic_type != (*field)->type())
345 field->set_heuristic_type(cached_field->second->heuristic_type());
392 AutofillFieldType heuristic_type = field->heuristic_type(); local
398 if (heuristic_type == UNKNOWN_TYPE) {
401 } else if (field_types.count(heuristic_type)) {
442 if (heuristic_type == UNKNOWN_TYPE) {
446 } else if (field_types.count(heuristic_type)) {
autofill_field_unittest.cc 16 ASSERT_EQ(UNKNOWN_TYPE, field.heuristic_type());
autofill_metrics_unittest.cc 355 AutofillFieldType heuristic_type; member in struct:__anon4290
423 heuristic_types.push_back(failure_cases[i].heuristic_type);
    [all...]
  /external/chromium_org/components/autofill/core/browser/
form_structure_unittest.cc 395 EXPECT_EQ(NAME_FIRST, form_structure->field(0)->heuristic_type());
397 EXPECT_EQ(NAME_LAST, form_structure->field(1)->heuristic_type());
399 EXPECT_EQ(EMAIL_ADDRESS, form_structure->field(2)->heuristic_type());
402 form_structure->field(3)->heuristic_type());
404 EXPECT_EQ(ADDRESS_HOME_LINE1, form_structure->field(4)->heuristic_type());
406 EXPECT_EQ(ADDRESS_HOME_CITY, form_structure->field(5)->heuristic_type());
408 EXPECT_EQ(ADDRESS_HOME_ZIP, form_structure->field(6)->heuristic_type());
410 EXPECT_EQ(UNKNOWN_TYPE, form_structure->field(7)->heuristic_type());
448 EXPECT_EQ(UNKNOWN_TYPE, form_structure->field(0)->heuristic_type());
449 EXPECT_EQ(UNKNOWN_TYPE, form_structure->field(1)->heuristic_type());
    [all...]
autofill_field.h 34 ServerFieldType heuristic_type() const { return heuristic_type_; } function in class:autofill::AutofillField
form_structure.cc 609 ServerFieldType heuristic_type = (*field)->heuristic_type(); local
610 if (heuristic_type != UNKNOWN_TYPE)
614 if (heuristic_type != (*field)->Type().GetStorableType())
665 annotated_field.heuristic_type =
666 AutofillType((*field)->heuristic_type()).ToString();
778 field->set_heuristic_type(cached_field->second->heuristic_type());
849 ServerFieldType heuristic_type = local
850 AutofillType(field->heuristic_type()).GetStorableType();
857 if (heuristic_type == UNKNOWN_TYPE)
    [all...]
autofill_field_unittest.cc 18 ASSERT_EQ(UNKNOWN_TYPE, field.heuristic_type());
autofill_metrics_unittest.cc 491 ServerFieldType heuristic_type; member in struct:autofill::__anon9850
559 heuristic_types.push_back(failure_cases[i].heuristic_type);
    [all...]
autofill_manager_unittest.cc     [all...]
  /external/chromium_org/components/autofill/content/renderer/
form_cache.cc 284 UTF8ToUTF16(form.fields[i].heuristic_type),

Completed in 157 milliseconds