Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/android/WebCoreSupport/
DWebCache.cpp106 static const int kMaximumCacheSizeBytes = 20 * 1024 * 1024; in WebCache() local
112 backendFactory = net::HttpCache::DefaultBackend::InMemory(kMaximumCacheSizeBytes / 2); in WebCache()
115 …w net::HttpCache::DefaultBackend(net::DISK_CACHE, directoryPath, kMaximumCacheSizeBytes, cacheMess… in WebCache()