Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/autofill/
Dautofill_profile_unittest.cc342 std::vector<AutofillFieldType> suggested_fields; in TEST() local
343 suggested_fields.push_back(ADDRESS_HOME_CITY); in TEST()
344 suggested_fields.push_back(ADDRESS_HOME_STATE); in TEST()
345 suggested_fields.push_back(ADDRESS_HOME_ZIP); in TEST()
348 AutofillProfile::CreateInferredLabels(&profiles, &suggested_fields, in TEST()
354 AutofillProfile::CreateInferredLabels(&profiles, &suggested_fields, in TEST()
361 AutofillProfile::CreateInferredLabels(&profiles, &suggested_fields, in TEST()
366 suggested_fields.clear(); in TEST()
368 suggested_fields.push_back(NAME_MIDDLE); in TEST()
370 AutofillProfile::CreateInferredLabels(&profiles, &suggested_fields, in TEST()
[all …]
Dautofill_profile.cc45 const std::vector<AutofillFieldType>* suggested_fields, in GetFieldsForDistinguishingProfiles() argument
61 if (!suggested_fields) { in GetFieldsForDistinguishingProfiles()
77 suggested_fields->begin(); in GetFieldsForDistinguishingProfiles()
78 it != suggested_fields->end(); ++it) { in GetFieldsForDistinguishingProfiles()
92 suggested_fields->begin(); in GetFieldsForDistinguishingProfiles()
93 it != suggested_fields->end(); ++it) { in GetFieldsForDistinguishingProfiles()
339 const std::vector<AutofillFieldType>* suggested_fields, in CreateInferredLabels() argument
347 GetFieldsForDistinguishingProfiles(suggested_fields, excluded_field, in CreateInferredLabels()
Dautofill_profile.h99 const std::vector<AutofillFieldType>* suggested_fields,