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

  /external/chromium/net/base/
cookie_monster.cc 578 // older cookies over newer ones. CreationDate() is guaranteed to be unique.
579 return it1->second->CreationDate() < it2->second->CreationDate();
655 if (cc->CreationDate() >= delete_begin &&
656 (delete_end.is_null() || cc->CreationDate() < delete_end)) {
679 if (its.first->second->CreationDate() == cookie.CreationDate()) {
693 return cc1->CreationDate() < cc2->CreationDate();
    [all...]
cookie_monster.h 328 const base::Time& CreationDate() const { return creation_date_; }

Completed in 16 milliseconds