Home | History | Annotate | Download | only in cookies

Lines Matching refs:cc1

140 bool CookieSorter(CanonicalCookie* cc1, CanonicalCookie* cc2) {
141 if (cc1->Path().length() == cc2->Path().length())
142 return cc1->CreationDate() < cc2->CreationDate();
143 return cc1->Path().length() > cc2->Path().length();