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

  /external/chromium/net/base/
cookie_monster.cc 81 // Default minimum delay after updating a cookie's LastAccessDate before we
498 if ((current - cc->LastAccessDate()) < last_access_threshold_)
573 if (it1->second->LastAccessDate() != it2->second->LastAccessDate())
574 return it1->second->LastAccessDate() < it2->second->LastAccessDate();
    [all...]
cookie_monster.h 228 // Minimum delay after updating a cookie's LastAccessDate before we will
329 const base::Time& LastAccessDate() const { return last_access_date_; }
cookie_monster_unittest.cc     [all...]

Completed in 36 milliseconds