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

  /external/chromium_org/net/cookies/
canonical_cookie.h 79 const base::Time& LastAccessDate() const { return last_access_date_; }
cookie_monster.cc 117 // Default minimum delay after updating a cookie's LastAccessDate before we
149 if (it1->second->LastAccessDate() != it2->second->LastAccessDate())
150 return it1->second->LastAccessDate() < it2->second->LastAccessDate();
207 // sorts the first |num_sort| + 1 elements by LastAccessDate().
209 // from |cookies_its_begin|, a LastAccessDate() bound can be found.
244 return it->second->LastAccessDate() < access_date;
248 // from a CookieItVector sorted by LastAccessDate(), returns the
    [all...]
cookie_monster_unittest.cc 396 return all_cookies.front().LastAccessDate();
    [all...]
  /external/chromium/net/base/
cookie_monster.cc 81 // Default minimum delay after updating a cookie's LastAccessDate before we
114 if (it1->second->LastAccessDate() != it2->second->LastAccessDate())
115 return it1->second->LastAccessDate() < it2->second->LastAccessDate();
342 (*(cookie_its->begin() + num_purge))->second->LastAccessDate();
888 const Time cookie_access_time((*it)->LastAccessDate());
    [all...]
cookie_monster.h 498 // Minimum delay after updating a cookie's LastAccessDate before we will
577 const base::Time& LastAccessDate() const { return last_access_date_; }
    [all...]
cookie_monster_unittest.cc     [all...]
  /external/chromium/chrome/browser/net/
sqlite_persistent_cookie_store.cc 496 add_smt.BindInt64(8, po->cc().LastAccessDate().ToInternalValue());
504 po->cc().LastAccessDate().ToInternalValue());
  /external/chromium_org/content/browser/net/
sqlite_persistent_cookie_store.cc     [all...]

Completed in 194 milliseconds