HomeSort by relevance Sort by last modified time
    Searched refs:heuristic_type_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/components/autofill/core/browser/
autofill_field.h 34 ServerFieldType heuristic_type() const { return heuristic_type_; }
104 ServerFieldType heuristic_type_; member in class:autofill::AutofillField
autofill_field.cc 399 heuristic_type_(UNKNOWN_TYPE),
411 heuristic_type_(UNKNOWN_TYPE),
423 heuristic_type_ = type;
428 heuristic_type_ = UNKNOWN_TYPE;
459 return AutofillType(heuristic_type_);

Completed in 2803 milliseconds