Searched defs:heuristic_type (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/components/autofill/core/common/
H A Dform_field_data_predictions.h23 std::string heuristic_type; member in struct:autofill::FormFieldDataPredictions
/external/chromium/chrome/browser/autofill/
H A Dautofill_field.h25 AutofillFieldType heuristic_type() const { return heuristic_type_; } function in class:AutofillField
H A Dautofill_metrics_unittest.cc355 AutofillFieldType heuristic_type; member in struct:__anon1884
423 heuristic_types.push_back(failure_cases[i].heuristic_type);
H A Dform_structure.cc252 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)) {
/external/chromium_org/components/autofill/core/browser/
H A Dautofill_field.h34 ServerFieldType heuristic_type() const { return heuristic_type_; } function in class:autofill::AutofillField
H A Dautofill_metrics_unittest.cc491 ServerFieldType heuristic_type; member in struct:autofill::__anon7444
559 heuristic_types.push_back(failure_cases[i].heuristic_type);
H A Dform_structure.cc609 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
[all...]

Completed in 281 milliseconds