HomeSort by relevance Sort by last modified time
    Searched refs:suggested_fields (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/autofill/
autofill_profile_unittest.cc 342 std::vector<AutofillFieldType> suggested_fields; local
343 suggested_fields.push_back(ADDRESS_HOME_CITY);
344 suggested_fields.push_back(ADDRESS_HOME_STATE);
345 suggested_fields.push_back(ADDRESS_HOME_ZIP);
348 AutofillProfile::CreateInferredLabels(&profiles, &suggested_fields,
354 AutofillProfile::CreateInferredLabels(&profiles, &suggested_fields,
361 AutofillProfile::CreateInferredLabels(&profiles, &suggested_fields,
366 suggested_fields.clear();
368 suggested_fields.push_back(NAME_MIDDLE);
370 AutofillProfile::CreateInferredLabels(&profiles, &suggested_fields,
412 std::vector<AutofillFieldType> suggested_fields; local
446 std::vector<AutofillFieldType> suggested_fields; local
    [all...]
autofill_profile.cc 39 // |suggested_fields| if it is non-NULL; otherwise returns a default list.
40 // If |suggested_fields| is non-NULL, does not include |excluded_field| in the
45 const std::vector<AutofillFieldType>* suggested_fields,
61 if (!suggested_fields) {
77 suggested_fields->begin();
78 it != suggested_fields->end(); ++it) {
92 suggested_fields->begin();
93 it != suggested_fields->end(); ++it) {
339 const std::vector<AutofillFieldType>* suggested_fields,
347 GetFieldsForDistinguishingProfiles(suggested_fields, excluded_field
    [all...]
autofill_profile.h 91 // stores them in |created_labels|. If |suggested_fields| is not NULL, the
92 // resulting label fields are drawn from |suggested_fields|, except excluding
95 // |UNKNOWN_TYPE| when |suggested_fields| is NULL. Each label includes at
99 const std::vector<AutofillFieldType>* suggested_fields,

Completed in 21 milliseconds