HomeSort by relevance Sort by last modified time
    Searched full:entry_stat (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/net/disk_cache/simple/
simple_entry_impl.cc 861 scoped_ptr<SimpleEntryStat> entry_stat(
870 entry_stat.get(),
878 base::Passed(&entry_stat),
    [all...]
simple_entry_impl.h 227 const SimpleEntryStat& entry_stat,
235 scoped_ptr<SimpleEntryStat> entry_stat,
241 scoped_ptr<SimpleEntryStat> entry_stat,
251 scoped_ptr<SimpleEntryStat> entry_stat,
273 // the entry in |entry_stat|. Updates the metadata in the entry and in the
275 void UpdateDataFromEntryStat(const SimpleEntryStat& entry_stat);
simple_synchronous_entry.h 74 explicit SimpleEntryCreationResults(SimpleEntryStat entry_stat);
79 SimpleEntryStat entry_stat; member in struct:disk_cache::SimpleEntryCreationResults
144 SimpleEntryStat* entry_stat,
151 const SimpleEntryStat& entry_stat,
170 void Close(const SimpleEntryStat& entry_stat,
258 const SimpleEntryStat& entry_stat,
simple_synchronous_entry.cc 179 SimpleEntryStat entry_stat)
181 entry_stat(entry_stat),
236 &out_results->entry_stat,
261 had_index, &out_results->entry_stat);
293 SimpleEntryStat* entry_stat,
298 entry_stat->GetOffsetInFile(key_, in_entry_op.offset, in_entry_op.index);
307 entry_stat->set_last_used(Time::Now());
613 const SimpleEntryStat& entry_stat,
621 GetEOFRecordData(index, entry_stat, &has_crc32, &crc32, &stream_size)
    [all...]
  /external/chromium_org/net/disk_cache/
entry_unittest.cc     [all...]

Completed in 70 milliseconds