Home
last modified time | relevance | path

Searched refs:num_fields_to_use (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/components/autofill/core/browser/
Dautofill_profile.cc806 size_t num_fields_to_use, in ConstructInferredLabel() argument
825 it != included_fields.end() && num_fields_to_use > 0; in ConstructInferredLabel()
842 --num_fields_to_use; in ConstructInferredLabel()
854 it != remaining_fields.end() && num_fields_to_use > 0; in ConstructInferredLabel()
864 --num_fields_to_use; in ConstructInferredLabel()