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

/external/chromium_org/components/autofill/core/browser/
H A Dautofill_profile.cc53 // Fills |distinguishing_fields| with a list of fields to use when creating
63 std::vector<ServerFieldType>* distinguishing_fields) {
85 distinguishing_fields->swap(default_fields);
97 distinguishing_fields->clear();
103 distinguishing_fields->push_back(suggested_type);
117 distinguishing_fields->push_back(NAME_FULL);
60 GetFieldsForDistinguishingProfiles( const std::vector<ServerFieldType>* suggested_fields, ServerFieldType excluded_field, std::vector<ServerFieldType>* distinguishing_fields) argument

Completed in 222 milliseconds