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

  /external/chromium/chrome/browser/autofill/
autofill_field.cc 30 heuristic_type_(UNKNOWN_TYPE) {
38 heuristic_type_(UNKNOWN_TYPE) {
45 heuristic_type_ = type;
50 heuristic_type_ = UNKNOWN_TYPE;
58 return heuristic_type_;
autofill_field.h 25 AutofillFieldType heuristic_type() const { return heuristic_type_; }
59 AutofillFieldType heuristic_type_; member in class:AutofillField
autofill_field_unittest.cc 18 // |server_type_| is NO_SERVER_DATA, so |heuristic_type_| is returned.
  /external/chromium_org/components/autofill/core/browser/
autofill_field.h 34 ServerFieldType heuristic_type() const { return heuristic_type_; }
88 ServerFieldType heuristic_type_; member in class:autofill::AutofillField
autofill_field.cc 315 heuristic_type_(UNKNOWN_TYPE),
326 heuristic_type_(UNKNOWN_TYPE),
337 heuristic_type_ = type;
342 heuristic_type_ = UNKNOWN_TYPE;
373 return AutofillType(heuristic_type_);
autofill_field_unittest.cc 38 // |server_type_| is NO_SERVER_DATA, so |heuristic_type_| is returned.

Completed in 89 milliseconds