Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit2/UIProcess/win/
DWebContextWin.cpp59 RetainPtr<CFURLCacheRef> cfurlCache(AdoptCF, CFURLCacheCopySharedURLCache()); in platformInitializeWebProcess() local
60 parameters.cfURLCacheDiskCapacity = CFURLCacheDiskCapacity(cfurlCache.get()); in platformInitializeWebProcess()
61 parameters.cfURLCacheMemoryCapacity = CFURLCacheMemoryCapacity(cfurlCache.get()); in platformInitializeWebProcess()
/external/webkit/Source/WebKit2/WebProcess/win/
DWebProcessWin.cpp97 RetainPtr<CFURLCacheRef> cfurlCache(AdoptCF, CFURLCacheCopySharedURLCache()); in platformSetCacheModel() local
98 CFURLCacheSetMemoryCapacity(cfurlCache.get(), urlCacheMemoryCapacity); in platformSetCacheModel()
99 …CFURLCacheSetDiskCapacity(cfurlCache.get(), max<unsigned long>(urlCacheDiskCapacity, CFURLCacheDis… in platformSetCacheModel()
/external/webkit/Source/WebKit/win/
DWebView.cpp446 RetainPtr<CFURLCacheRef> cfurlCache(AdoptCF, CFURLCacheCopySharedURLCache()); in setCacheModel() local
488 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()