Home | History | Annotate | Download | only in autofill

Lines Matching refs:suggestion

86     const std::pair<string16, string16> suggestion((*values)[i], (*labels)[i]);
87 if (seen_suggestions.insert(suggestion).second) {