Searched refs:CFURLStorageSessionRef (Results 1 - 15 of 15) sorted by relevance

/external/webkit/Source/WebCore/platform/network/cf/
H A DResourceRequest.h44 typedef const struct __CFURLStorageSession* CFURLStorageSessionRef; typedef in typeref:struct:__CFURLStorageSession
88 void setStorageSession(CFURLStorageSessionRef);
H A DCookieStorageCFNet.cpp82 if (CFURLStorageSessionRef privateStorageSession = ResourceHandle::privateBrowsingStorageSession())
H A DResourceHandleCFNet.cpp339 if (CFURLStorageSessionRef storageSession = ResourceHandle::privateBrowsingStorageSession())
490 if (CFURLStorageSessionRef storageSession = privateBrowsingStorageSession())
731 RetainPtr<CFURLStorageSessionRef> ResourceHandle::createPrivateBrowsingStorageSession(CFStringRef identifier)
733 return RetainPtr<CFURLStorageSessionRef>(AdoptCF, wkCreatePrivateStorageSession(identifier));
H A DResourceRequestCFNet.cpp203 void ResourceRequest::setStorageSession(CFURLStorageSessionRef storageSession)
/external/webkit/WebKitLibraries/win/include/WebKitSystemInterface/
H A DWebKitSystemInterface.h67 typedef const struct __CFURLStorageSession* CFURLStorageSessionRef; typedef in typeref:struct:__CFURLStorageSession
102 CFURLStorageSessionRef wkCreatePrivateStorageSession(CFStringRef identifier);
103 void wkSetRequestStorageSession(CFURLStorageSessionRef, CFMutableURLRequestRef);
104 CFURLCacheRef wkCopyURLCache(CFURLStorageSessionRef);
105 CFHTTPCookieStorageRef wkCopyHTTPCookieStorage(CFURLStorageSessionRef);
/external/webkit/Source/WebCore/platform/network/
H A DResourceHandle.cpp191 static RetainPtr<CFURLStorageSessionRef>& privateStorageSession()
193 DEFINE_STATIC_LOCAL(RetainPtr<CFURLStorageSessionRef>, storageSession, ());
219 CFURLStorageSessionRef ResourceHandle::privateBrowsingStorageSession()
H A DResourceHandle.h75 typedef const struct __CFURLStorageSession* CFURLStorageSessionRef; typedef in typeref:struct:__CFURLStorageSession
199 static CFURLStorageSessionRef privateBrowsingStorageSession();
232 static RetainPtr<CFURLStorageSessionRef> createPrivateBrowsingStorageSession(CFStringRef identifier);
/external/webkit/Source/WebCore/platform/mac/
H A DWebCoreSystemInterface.h259 typedef const struct __CFURLStorageSession* CFURLStorageSessionRef; typedef in typeref:struct:__CFURLStorageSession
260 extern CFURLStorageSessionRef (*wkCreatePrivateStorageSession)(CFStringRef);
261 extern NSURLRequest* (*wkCopyRequestWithStorageSession)(CFURLStorageSessionRef, NSURLRequest*);
264 extern CFHTTPCookieStorageRef (*wkCopyHTTPCookieStorage)(CFURLStorageSessionRef);
H A DWebCoreSystemInterface.mm181 CFURLStorageSessionRef (*wkCreatePrivateStorageSession)(CFStringRef);
182 NSURLRequest* (*wkCopyRequestWithStorageSession)(CFURLStorageSessionRef, NSURLRequest*);
183 CFHTTPCookieStorageRef (*wkCopyHTTPCookieStorage)(CFURLStorageSessionRef);
/external/webkit/WebKitLibraries/
H A DWebKitSystemInterface.h239 typedef const struct __CFURLStorageSession* CFURLStorageSessionRef; typedef in typeref:struct:__CFURLStorageSession
240 CFURLStorageSessionRef WKCreatePrivateStorageSession(CFStringRef);
241 NSURLRequest *WKCopyRequestWithStorageSession(CFURLStorageSessionRef, NSURLRequest*);
242 NSCachedURLResponse *WKCachedResponseForRequest(CFURLStorageSessionRef, NSURLRequest*);
245 CFHTTPCookieStorageRef WKCopyHTTPCookieStorage(CFURLStorageSessionRef);
/external/webkit/Source/WebCore/platform/network/mac/
H A DResourceRequestMac.mm177 void ResourceRequest::setStorageSession(CFURLStorageSessionRef storageSession)
H A DResourceHandleMac.mm271 if (CFURLStorageSessionRef storageSession = privateBrowsingStorageSession())
587 if (CFURLStorageSessionRef storageSession = privateBrowsingStorageSession())
734 RetainPtr<CFURLStorageSessionRef> ResourceHandle::createPrivateBrowsingStorageSession(CFStringRef identifier)
736 return RetainPtr<CFURLStorageSessionRef>(AdoptCF, wkCreatePrivateStorageSession(identifier));
/external/webkit/Source/WebKit2/WebProcess/WebPage/win/
H A DWebPageWin.cpp274 if (CFURLStorageSessionRef storageSession = ResourceHandle::privateBrowsingStorageSession())
298 if (CFURLStorageSessionRef storageSession = ResourceHandle::privateBrowsingStorageSession())
/external/webkit/Source/WebKit2/WebProcess/WebPage/mac/
H A DWebPageMac.mm621 if (CFURLStorageSessionRef storageSession = ResourceHandle::privateBrowsingStorageSession())
637 if (CFURLStorageSessionRef storageSession = ResourceHandle::privateBrowsingStorageSession())
/external/webkit/Source/WebKit/mac/WebView/
H A DWebView.mm1921 if (CFURLStorageSessionRef storageSession = ResourceHandle::privateBrowsingStorageSession())

Completed in 292 milliseconds