HomeSort by relevance Sort by last modified time
    Searched defs:heuristic_type (Results 1 - 3 of 3) 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_org/components/autofill/core/browser/
autofill_field.h 34 ServerFieldType heuristic_type() const { return heuristic_type_; } function in class:autofill::AutofillField
form_structure.cc 590 ServerFieldType heuristic_type = (*field)->heuristic_type(); local
591 if (heuristic_type != UNKNOWN_TYPE)
595 if (heuristic_type != (*field)->Type().GetStorableType())
645 annotated_field.heuristic_type =
646 AutofillType((*field)->heuristic_type()).ToString();
743 field->set_heuristic_type(cached_field->second->heuristic_type());
812 ServerFieldType heuristic_type = local
813 AutofillType(field->heuristic_type()).GetStorableType();
820 if (heuristic_type == UNKNOWN_TYPE)
    [all...]

Completed in 62 milliseconds