Searched refs:kMaximumCacheSizeBytes (Results 1 – 1 of 1) sorted by relevance
106 static const int kMaximumCacheSizeBytes = 20 * 1024 * 1024; in WebCache() local112 backendFactory = net::HttpCache::DefaultBackend::InMemory(kMaximumCacheSizeBytes / 2); in WebCache()115 …w net::HttpCache::DefaultBackend(net::DISK_CACHE, directoryPath, kMaximumCacheSizeBytes, cacheMess… in WebCache()