Searched refs:already_saw_current_type (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/components/autofill/core/browser/
H A Dform_structure.cc1192 bool already_saw_current_type = seen_types.count(current_type) > 0; local
1198 already_saw_current_type = false;
1210 already_saw_current_type = false;
1214 if (current_type != UNKNOWN_TYPE && already_saw_current_type) {

Completed in 226 milliseconds