Lines Matching full:time
14 #include "base/time/time.h"
79 base::Time now) const;
83 void CleanupRecords(base::Time now,
86 // Returns a time less than or equal to the next time a record will expire.
88 // base::Time when the cache is empty.
89 base::Time next_expiration() const { return next_expiration_; }
100 // Get the effective expiration of a cache entry, based on its creation time
103 static base::Time GetEffectiveExpiration(const RecordParsed* entry);
113 base::Time next_expiration_;