Home | History | Annotate | Download | only in base

Lines Matching refs:it1

111 bool LRUCookieSorter(const CookieMonster::CookieMap::iterator& it1,
114 if (it1->second->LastAccessDate() != it2->second->LastAccessDate())
115 return it1->second->LastAccessDate() < it2->second->LastAccessDate();
120 return it1->second->CreationDate() < it2->second->CreationDate();