Searched refs:kNumCacheEntryDataIndices (Results 1 – 3 of 3) sorted by relevance
198 kNumCacheEntryDataIndices enumerator
69 static const int kNumCacheEntryDataIndices = 3; variable110 DCHECK(index >= 0 && index < kNumCacheEntryDataIndices); in GetDataSize()116 DCHECK(index >= 0 && index < kNumCacheEntryDataIndices); in ReadData()139 DCHECK(index >= 0 && index < kNumCacheEntryDataIndices); in WriteData()354 std::vector<char> data_[kNumCacheEntryDataIndices];
341 if (index_ < HttpCache::kNumCacheEntryDataIndices) { in DoReadDataComplete()