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 864 scoped_ptr<SimpleEntryStat> entry_stat(
873 entry_stat.get(),
881 base::Passed(&entry_stat),
    [all...]
simple_entry_impl.h 232 const SimpleEntryStat& entry_stat,
240 scoped_ptr<SimpleEntryStat> entry_stat,
246 scoped_ptr<SimpleEntryStat> entry_stat,
256 scoped_ptr<SimpleEntryStat> entry_stat,
278 // the entry in |entry_stat|. Updates the metadata in the entry and in the
280 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 164 SimpleEntryStat entry_stat)
166 entry_stat(entry_stat),
221 &out_results->entry_stat,
246 had_index, &out_results->entry_stat);
278 SimpleEntryStat* entry_stat,
283 entry_stat->GetOffsetInFile(key_, in_entry_op.offset, in_entry_op.index);
293 entry_stat->set_last_used(Time::Now());
598 const SimpleEntryStat& entry_stat,
606 GetEOFRecordData(index, entry_stat, &has_crc32, &crc32, &stream_size)
    [all...]
  /external/chromium_org/net/disk_cache/
entry_unittest.cc     [all...]

Completed in 218 milliseconds