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

Completed in 238 milliseconds