Home
last modified time | relevance | path

Searched refs:kNumCacheEntryDataIndices (Results 1 – 3 of 3) sorted by relevance

/external/chromium/net/http/
Dhttp_cache.h198 kNumCacheEntryDataIndices enumerator
Dhttp_cache_unittest.cc69 static const int kNumCacheEntryDataIndices = 3; variable
110 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];
/external/chromium/net/url_request/
Dview_cache_helper.cc341 if (index_ < HttpCache::kNumCacheEntryDataIndices) { in DoReadDataComplete()