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

Completed in 4832 milliseconds