HomeSort by relevance Sort by last modified time
    Searched refs:CookieSorter (Results 1 - 2 of 2) sorted by null

  /external/chromium/net/base/
cookie_monster.cc 104 bool CookieSorter(CookieMonster::CanonicalCookie* cc1,
589 std::sort(cookie_ptrs.begin(), cookie_ptrs.end(), CookieSorter);
608 std::sort(cookie_ptrs.begin(), cookie_ptrs.end(), CookieSorter);
783 std::sort(cookies.begin(), cookies.end(), CookieSorter);
    [all...]
  /external/chromium_org/net/cookies/
cookie_monster.cc 148 bool CookieSorter(CanonicalCookie* cc1, CanonicalCookie* cc2) {
    [all...]

Completed in 47 milliseconds