HomeSort by relevance Sort by last modified time
    Searched refs:heuristic_type_ (Results 1 - 4 of 4) 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
  /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_);

Completed in 50 milliseconds