Searched refs:suggested_fields (Results 1 – 3 of 3) sorted by relevance
/external/chromium/chrome/browser/autofill/ |
D | autofill_profile_unittest.cc | 342 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 …]
|
D | autofill_profile.cc | 45 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()
|
D | autofill_profile.h | 99 const std::vector<AutofillFieldType>* suggested_fields,
|