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

/external/chromium_org/components/autofill/core/browser/
H A Dform_structure.cc1186 ServerFieldType previous_type = UNKNOWN_TYPE; local
1209 if (current_type == previous_type)
1212 previous_type = current_type;

Completed in 1022 milliseconds