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

  /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:__anon3825
423 heuristic_types.push_back(failure_cases[i].heuristic_type);
    [all...]

Completed in 191 milliseconds