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

  /external/chromium/net/disk_cache/
addr.h 24 const int kMaxBlockSize = 4096 * 4;
entry_impl.cc 88 // anywhere in the first 16KB of the file (kMaxBlockSize), we set the offset to
95 buffer_.reserve(kMaxBlockSize);
99 backend_->BufferDeleted(capacity() - kMaxBlockSize);
152 // If we are writing to the first 16K (kMaxBlockSize), we want to keep the
154 if (!Size() && offset > kMaxBlockSize)
178 if (!Size() && offset > kMaxBlockSize)
256 backend_->BufferDeleted(capacity() - kMaxBlockSize);
260 buffer_.reserve(kMaxBlockSize);
278 int to_add = std::max(required - current_size, kMaxBlockSize * 4);
606 ((stored->key_len <= kMaxBlockSize && key_addr.is_separate_file()) |
    [all...]
  /external/v8/src/
spaces.h     [all...]
spaces.cc     [all...]

Completed in 1753 milliseconds