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

/external/chromium/chrome/browser/autofill/
H A Dautofill_profile.cc321 std::vector<string16> created_labels; local
323 &created_labels);
324 DCHECK_EQ(profiles->size(), created_labels.size());
328 if ((*profiles)[i]->Label() != created_labels[i]) {
330 (*profiles)[i]->label_ = created_labels[i];
342 std::vector<string16>* created_labels) {
344 DCHECK(created_labels);
361 created_labels->resize(profiles->size());
369 (*created_labels)[profile_index] = label;
374 minimal_fields_shown, created_labels);
337 CreateInferredLabels( const std::vector<AutofillProfile*>* profiles, const std::vector<AutofillFieldType>* suggested_fields, AutofillFieldType excluded_field, size_t minimal_fields_shown, std::vector<string16>* created_labels) argument
530 CreateDifferentiatingLabels( const std::vector<AutofillProfile*>& profiles, const std::list<size_t>& indices, const std::vector<AutofillFieldType>& fields, size_t num_fields_to_include, std::vector<string16>* created_labels) argument
[all...]

Completed in 66 milliseconds