Home | History | Annotate | Download | only in disk_cache

Lines Matching full:time

16 #include "base/time.h"
101 // either direction by using null Time values for either argument. The return
104 virtual int DoomEntriesBetween(const base::Time initial_time,
105 const base::Time end_time,
111 virtual int DoomEntriesSince(const base::Time initial_time,
115 // the first time. That will cause the enumeration to start at the head of
154 // Returns the time when this cache entry was last used.
155 virtual base::Time GetLastUsed() const = 0;
157 // Returns the time when this cache entry was last modified.
158 virtual base::Time GetLastModified() const = 0;
226 // for a given key at any given time. Once an operation has been issued, the
283 // OK although another IO operation cannot be issued at this time; in this