HomeSort by relevance Sort by last modified time
    Searched refs:max_sparse_data_size (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/net/disk_cache/simple/
simple_synchronous_entry.h 161 int64 max_sparse_data_size,
simple_entry_impl.cc 1022 int64 max_sparse_data_size = kint64max; local
    [all...]
simple_synchronous_entry.cc 471 int64 max_sparse_data_size,
490 if (sparse_data_size + buf_len > max_sparse_data_size) {
492 << buf_len << " > " << max_sparse_data_size << ")"; local
    [all...]

Completed in 45 milliseconds