HomeSort by relevance Sort by last modified time
    Searched refs:SimpleEntryStat (Results 1 - 5 of 5) 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_entry_impl.h 36 class SimpleEntryStat;
227 const SimpleEntryStat& entry_stat,
235 scoped_ptr<SimpleEntryStat> entry_stat,
241 scoped_ptr<SimpleEntryStat> entry_stat,
251 scoped_ptr<SimpleEntryStat> entry_stat,
275 void UpdateDataFromEntryStat(const SimpleEntryStat& entry_stat);
simple_entry_impl.cc 685 SimpleEntryStat(last_used_, last_modified_, data_size_,
734 SimpleEntryStat(last_used_, last_modified_, data_size_,
782 SimpleEntryStat(last_used_, last_modified_, data_size_,
861 scoped_ptr<SimpleEntryStat> entry_stat(
862 new SimpleEntryStat(last_used_, last_modified_, data_size_,
    [all...]
simple_synchronous_entry.cc 138 SimpleEntryStat::SimpleEntryStat(base::Time last_used,
148 int SimpleEntryStat::GetOffsetInFile(const std::string& key,
157 int SimpleEntryStat::GetEOFOffsetInFile(const std::string& key,
162 int SimpleEntryStat::GetLastEOFOffsetInFile(const std::string& key,
171 int SimpleEntryStat::GetFileSize(const std::string& key, int file_index) const {
179 SimpleEntryStat entry_stat)
293 SimpleEntryStat* entry_stat,
322 SimpleEntryStat* out_entry_stat,
472 SimpleEntryStat* out_entry_stat
    [all...]
  /external/chromium_org/net/disk_cache/
entry_unittest.cc     [all...]

Completed in 1842 milliseconds