Home | History | Annotate | Download | only in autofill

Lines Matching full:seen_suggestions

79   std::set<std::pair<string16, string16> > seen_suggestions;
87 if (seen_suggestions.insert(suggestion).second) {