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

  /external/chromium/net/disk_cache/
entry_impl.h 119 kNumStreams = 3
183 scoped_array<char> user_buffers_[kNumStreams]; // Store user data.
185 scoped_refptr<File> files_[kNumStreams + 1];
188 int unreported_size_[kNumStreams]; // Bytes not reported yet to the backend.
entry_impl.cc 87 for (int i = 0; i < kNumStreams; i++) {
107 for (int index = 0; index < kNumStreams; index++) {
158 COMPILE_ASSERT(kNumStreams == kKeyFileIndex, invalid_key_index);
182 if (index < 0 || index >= kNumStreams)
192 if (index < 0 || index >= kNumStreams)
255 if (index < 0 || index >= kNumStreams)
487 for (int index = 0; index < kNumStreams; index++) {
625 DCHECK(index >= 0 && index < kNumStreams);
entry_unittest.cc 401 const int kNumStreams = 3;
402 for (int i = 0; i < kNumStreams; i++) {
412 entry->ReadData(kNumStreams, 0, buffer1, kBufferSize, NULL));
    [all...]
  /external/chromium/net/tools/dump_cache/
upgrade.cc 23 const int kNumStreams = 4;
446 if (stream_ >= kNumStreams)
733 stream < 0 || stream >= kNumStreams) {

Completed in 176 milliseconds