Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/autofill/
Dautofill_field.h25 AutofillFieldType heuristic_type() const { return heuristic_type_; } in heuristic_type() function
Dform_structure.cc252 AutofillFieldType heuristic_type = (*field)->type(); in ParseQueryResponse() local
392 AutofillFieldType heuristic_type = field->heuristic_type(); in LogQualityMetrics() local
Dautofill_metrics_unittest.cc355 AutofillFieldType heuristic_type; in TEST_F() member