Searched refs:label_fields (Results 1 – 2 of 2) sorted by relevance
570 std::vector<AutofillFieldType> label_fields; in CreateDifferentiatingLabels() local587 if (label_fields.size() >= num_fields_to_include && in CreateDifferentiatingLabels()591 label_fields.push_back(*field); in CreateDifferentiatingLabels()596 label_fields.size() >= num_fields_to_include) in CreateDifferentiatingLabels()601 profile->ConstructInferredLabel(label_fields, in CreateDifferentiatingLabels()602 label_fields.size()); in CreateDifferentiatingLabels()
140 const std::vector<AutofillFieldType>& label_fields,