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

  /external/chromium_org/net/disk_cache/simple/
simple_synchronous_entry.h 40 const int32 sparse_data_size);
61 int32 sparse_data_size() const { return sparse_data_size_; } function in class:disk_cache::SimpleEntryStat
62 void set_sparse_data_size(int32 sparse_data_size) {
63 sparse_data_size_ = sparse_data_size;
simple_synchronous_entry.cc 126 const int32 sparse_data_size)
129 sparse_data_size_(sparse_data_size) {
472 int64 sparse_data_size = out_entry_stat->sparse_data_size(); local
475 if (sparse_data_size + buf_len > max_sparse_data_size) {
476 DVLOG(1) << "Truncating sparse data file (" << sparse_data_size << " + "
554 int32 old_sparse_data_size = out_entry_stat->sparse_data_size();
970 int32 sparse_data_size = 0; local
1259 int32 sparse_data_size = 0; local
    [all...]

Completed in 4617 milliseconds