Searched refs:suggested_fields (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/components/autofill/core/browser/ |
D | autofill_profile_unittest.cc | 619 std::vector<ServerFieldType> suggested_fields; in TEST() local 620 suggested_fields.push_back(ADDRESS_HOME_CITY); in TEST() 621 suggested_fields.push_back(ADDRESS_HOME_STATE); in TEST() 622 suggested_fields.push_back(ADDRESS_HOME_ZIP); in TEST() 625 AutofillProfile::CreateInferredLabels(profiles.get(), &suggested_fields, in TEST() 631 AutofillProfile::CreateInferredLabels(profiles.get(), &suggested_fields, in TEST() 638 AutofillProfile::CreateInferredLabels(profiles.get(), &suggested_fields, in TEST() 644 suggested_fields.clear(); in TEST() 646 suggested_fields.push_back(NAME_MIDDLE); in TEST() 648 AutofillProfile::CreateInferredLabels(profiles.get(), &suggested_fields, in TEST() [all …]
|
D | autofill_profile.cc | 61 const std::vector<ServerFieldType>* suggested_fields, in GetFieldsForDistinguishingProfiles() argument 80 if (!suggested_fields) { in GetFieldsForDistinguishingProfiles() 88 suggested_fields = &default_fields; in GetFieldsForDistinguishingProfiles() 99 suggested_fields->begin(); in GetFieldsForDistinguishingProfiles() 100 it != suggested_fields->end(); ++it) { in GetFieldsForDistinguishingProfiles() 113 suggested_fields->begin(); in GetFieldsForDistinguishingProfiles() 114 it != suggested_fields->end(); ++it) { in GetFieldsForDistinguishingProfiles() 736 const std::vector<ServerFieldType>* suggested_fields, in CreateInferredLabels() argument 742 GetFieldsForDistinguishingProfiles(suggested_fields, excluded_field, in CreateInferredLabels()
|
D | autofill_profile.h | 141 const std::vector<ServerFieldType>* suggested_fields,
|