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

  /external/chromium_org/components/autofill/core/common/
form_field_data_predictions.h 23 std::string heuristic_type; member in struct:autofill::FormFieldDataPredictions
  /external/chromium/chrome/browser/autofill/
autofill_field.h 25 AutofillFieldType heuristic_type() const { return heuristic_type_; } function in class:AutofillField
autofill_metrics_unittest.cc 355 AutofillFieldType heuristic_type; member in struct:__anon4290
423 heuristic_types.push_back(failure_cases[i].heuristic_type);
    [all...]
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)) {
  /external/chromium_org/components/autofill/core/browser/
autofill_field.h 34 ServerFieldType heuristic_type() const { return heuristic_type_; } function in class:autofill::AutofillField
autofill_metrics_unittest.cc 491 ServerFieldType heuristic_type; member in struct:autofill::__anon9850
559 heuristic_types.push_back(failure_cases[i].heuristic_type);
    [all...]
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...]

Completed in 325 milliseconds