Searched refs:kNumCacheEntryDataIndices (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/http/
H A Dmock_http_cache.h81 static const int kNumCacheEntryDataIndices = 3; member in class:MockDiskEntry
84 std::vector<char> data_[kNumCacheEntryDataIndices];
H A Dmock_http_cache.cc81 DCHECK(index >= 0 && index < kNumCacheEntryDataIndices);
88 DCHECK(index >= 0 && index < kNumCacheEntryDataIndices);
112 DCHECK(index >= 0 && index < kNumCacheEntryDataIndices);
H A Dhttp_cache.h230 kNumCacheEntryDataIndices enumerator in enum:net::HttpCache::__anon9287
/external/chromium_org/net/url_request/
H A Dview_cache_helper.cc354 if (index_ < HttpCache::kNumCacheEntryDataIndices) {

Completed in 150 milliseconds