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

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

Completed in 402 milliseconds