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

  /external/chromium_org/net/disk_cache/simple/
simple_synchronous_entry.h 35 class NET_EXPORT_PRIVATE SimpleEntryStat {
37 SimpleEntryStat(base::Time last_used,
74 explicit SimpleEntryCreationResults(SimpleEntryStat entry_stat);
79 SimpleEntryStat entry_stat;
144 SimpleEntryStat* entry_stat,
148 SimpleEntryStat* out_entry_stat,
151 const SimpleEntryStat& entry_stat,
162 SimpleEntryStat* out_entry_stat,
170 void Close(const SimpleEntryStat& entry_stat,
224 SimpleEntryStat* out_entry_stat)
    [all...]
simple_synchronous_entry.cc 123 SimpleEntryStat::SimpleEntryStat(base::Time last_used,
133 int SimpleEntryStat::GetOffsetInFile(const std::string& key,
142 int SimpleEntryStat::GetEOFOffsetInFile(const std::string& key,
147 int SimpleEntryStat::GetLastEOFOffsetInFile(const std::string& key,
156 int SimpleEntryStat::GetFileSize(const std::string& key, int file_index) const {
164 SimpleEntryStat entry_stat)
278 SimpleEntryStat* entry_stat,
308 SimpleEntryStat* out_entry_stat,
457 SimpleEntryStat* out_entry_stat
    [all...]

Completed in 55 milliseconds