Home | History | Annotate | Download | only in cookies

Lines Matching defs:dupes

1635     CookieSet& dupes = it->second;
1637 if (dupes.size() <= 1)
1639 num_duplicates_found += dupes.size() - 1;
1643 dupes.erase(dupes.begin());
1648 static_cast<int>(dupes.size()),
1654 // Remove all the cookies identified by |dupes|. It is valid to delete our
1657 for (CookieSet::iterator dupes_it = dupes.begin();
1658 dupes_it != dupes.end();