Searched refs:cfurlCache (Results 1 – 3 of 3) sorted by relevance
59 RetainPtr<CFURLCacheRef> cfurlCache(AdoptCF, CFURLCacheCopySharedURLCache()); in platformInitializeWebProcess() local60 parameters.cfURLCacheDiskCapacity = CFURLCacheDiskCapacity(cfurlCache.get()); in platformInitializeWebProcess()61 parameters.cfURLCacheMemoryCapacity = CFURLCacheMemoryCapacity(cfurlCache.get()); in platformInitializeWebProcess()
97 RetainPtr<CFURLCacheRef> cfurlCache(AdoptCF, CFURLCacheCopySharedURLCache()); in platformSetCacheModel() local98 CFURLCacheSetMemoryCapacity(cfurlCache.get(), urlCacheMemoryCapacity); in platformSetCacheModel()99 …CFURLCacheSetDiskCapacity(cfurlCache.get(), max<unsigned long>(urlCacheDiskCapacity, CFURLCacheDis… in platformSetCacheModel()
446 RetainPtr<CFURLCacheRef> cfurlCache(AdoptCF, CFURLCacheCopySharedURLCache()); in setCacheModel() local488 cfurlCacheDiskCapacity = CFURLCacheDiskCapacity(cfurlCache.get()); in setCacheModel()606 cfurlCacheDiskCapacity = max(cfurlCacheDiskCapacity, CFURLCacheDiskCapacity(cfurlCache.get())); in setCacheModel()612 CFURLCacheSetMemoryCapacity(cfurlCache.get(), cfurlCacheMemoryCapacity); in setCacheModel()613 CFURLCacheSetDiskCapacity(cfurlCache.get(), cfurlCacheDiskCapacity); in setCacheModel()