HomeSort by relevance Sort by last modified time
    Searched refs:CFURLCacheRef (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebKit2/WebProcess/win/
WebProcessWin.cpp 97 RetainPtr<CFURLCacheRef> cfurlCache(AdoptCF, CFURLCacheCopySharedURLCache());
108 CFURLCacheRemoveAllCachedResponses(RetainPtr<CFURLCacheRef>(AdoptCF, CFURLCacheCopySharedURLCache()).get());
123 RetainPtr<CFURLCacheRef> uiProcessCache(AdoptCF, CFURLCacheCreate(kCFAllocatorDefault, cacheMemoryCapacity, cacheDiskCapacity, cachePath.get()));
  /external/webkit/Source/WebKit2/UIProcess/win/
WebContextWin.cpp 59 RetainPtr<CFURLCacheRef> cfurlCache(AdoptCF, CFURLCacheCopySharedURLCache());
  /external/webkit/WebKitLibraries/win/include/WebKitSystemInterface/
WebKitSystemInterface.h 68 typedef const struct _CFURLCache* CFURLCacheRef;
104 CFURLCacheRef wkCopyURLCache(CFURLStorageSessionRef);
  /external/webkit/Source/WebKit2/WebProcess/WebPage/win/
WebPageWin.cpp 272 RetainPtr<CFURLCacheRef> cache;
296 RetainPtr<CFURLCacheRef> cache;
  /external/webkit/Tools/DumpRenderTree/win/
DumpRenderTree.cpp     [all...]
  /external/webkit/Source/WebKit/win/
WebView.cpp 446 RetainPtr<CFURLCacheRef> cfurlCache(AdoptCF, CFURLCacheCopySharedURLCache());
    [all...]

Completed in 658 milliseconds