Home | History | Annotate | Download | only in WebProcess

Lines Matching defs:cacheModel

201     setCacheModel(static_cast<uint32_t>(parameters.cacheModel));
323 CacheModel cacheModel = static_cast<CacheModel>(cm);
325 if (!m_hasSetCacheModel || cacheModel != m_cacheModel) {
327 m_cacheModel = cacheModel;
328 platformSetCacheModel(cacheModel);
332 void WebProcess::calculateCacheSizes(CacheModel cacheModel, uint64_t memorySize, uint64_t diskFreeSize,
336 switch (cacheModel) {
718 CacheModel cacheModel = m_cacheModel;
720 setCacheModel(cacheModel);