Lines Matching refs:CFURLCacheRef
1275 RetainPtr<CFURLCacheRef> sharedCFURLCache()
1285 typedef CFURLCacheRef (*CFURLCacheCopySharedURLCacheProcPtr)(void);
1287 return RetainPtr<CFURLCacheRef>(AdoptCF, copyCache());
1289 typedef CFURLCacheRef (*CFURLCacheSharedURLCacheProcPtr)(void);
1405 RetainPtr<CFURLCacheRef> urlCache = sharedCFURLCache();