Home
last modified time | relevance | path

Searched refs:LRACookieSorter (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/net/cookies/
Dcookie_monster.cc154 bool LRACookieSorter(const CookieMonster::CookieMap::iterator& it1, in LRACookieSorter() function
213 std::partial_sort(it_begin, it_begin + num_sort + 1, it_end, LRACookieSorter); in SortLeastRecentlyAccessed()