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

/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:__anon1720
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)) {

Completed in 58 milliseconds