Searched defs:excluded_field (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/components/autofill/core/browser/
H A Dautofill_profile.cc56 // If |suggested_fields| is non-NULL, does not include |excluded_field| in the
57 // list. Otherwise, |excluded_field| is ignored, and should be set to
62 ServerFieldType excluded_field,
84 if (excluded_field == UNKNOWN_TYPE) {
95 seen_fields.insert(GetStorableTypeCollapsingNames(excluded_field));
110 if (excluded_field != NAME_FULL &&
111 GetStorableTypeCollapsingNames(excluded_field) == NAME_FULL) {
115 if (*it != excluded_field &&
737 ServerFieldType excluded_field,
742 GetFieldsForDistinguishingProfiles(suggested_fields, excluded_field,
60 GetFieldsForDistinguishingProfiles( const std::vector<ServerFieldType>* suggested_fields, ServerFieldType excluded_field, std::vector<ServerFieldType>* distinguishing_fields) argument
734 CreateInferredLabels( const std::vector<AutofillProfile*>& profiles, const std::vector<ServerFieldType>* suggested_fields, ServerFieldType excluded_field, size_t minimal_fields_shown, const std::string& app_locale, std::vector<base::string16>* labels) argument
[all...]

Completed in 1711 milliseconds