Home | History | Annotate | Download | only in browser

Lines Matching refs:current_type

1190       const ServerFieldType current_type = (*field)->Type().GetStorableType();
1192 bool already_saw_current_type = seen_types.count(current_type) > 0;
1197 if (AutofillType(current_type).group() == PHONE_HOME)
1209 if (current_type == previous_type)
1212 previous_type = current_type;
1214 if (current_type != UNKNOWN_TYPE && already_saw_current_type) {
1220 seen_types.insert(current_type);