Home | History | Annotate | Download | only in autofill

Lines Matching refs:current_type

128     const AutofillFieldType current_type =
132 if (current_type == UNKNOWN_TYPE)
135 bool already_saw_current_type = seen_types.count(current_type) > 0;
142 AutofillType(current_type).group();
173 seen_types.insert(current_type);