Home | History | Annotate | Download | only in base

Lines Matching refs:cc1

104 bool CookieSorter(CookieMonster::CanonicalCookie* cc1,
106 if (cc1->Path().length() == cc2->Path().length())
107 return cc1->CreationDate() < cc2->CreationDate();
108 return cc1->Path().length() > cc2->Path().length();