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

  /external/webkit/Source/WebCore/platform/network/cf/
ResourceRequest.h 44 typedef const struct __CFURLStorageSession* CFURLStorageSessionRef;
88 void setStorageSession(CFURLStorageSessionRef);
CookieStorageCFNet.cpp 82 if (CFURLStorageSessionRef privateStorageSession = ResourceHandle::privateBrowsingStorageSession())
ResourceHandleCFNet.cpp 339 if (CFURLStorageSessionRef storageSession = ResourceHandle::privateBrowsingStorageSession())
490 if (CFURLStorageSessionRef storageSession = privateBrowsingStorageSession())
731 RetainPtr<CFURLStorageSessionRef> ResourceHandle::createPrivateBrowsingStorageSession(CFStringRef identifier)
733 return RetainPtr<CFURLStorageSessionRef>(AdoptCF, wkCreatePrivateStorageSession(identifier));
    [all...]
ResourceRequestCFNet.cpp 203 void ResourceRequest::setStorageSession(CFURLStorageSessionRef storageSession)
  /external/webkit/WebKitLibraries/win/include/WebKitSystemInterface/
WebKitSystemInterface.h 67 typedef const struct __CFURLStorageSession* CFURLStorageSessionRef;
102 CFURLStorageSessionRef wkCreatePrivateStorageSession(CFStringRef identifier);
103 void wkSetRequestStorageSession(CFURLStorageSessionRef, CFMutableURLRequestRef);
104 CFURLCacheRef wkCopyURLCache(CFURLStorageSessionRef);
105 CFHTTPCookieStorageRef wkCopyHTTPCookieStorage(CFURLStorageSessionRef);
  /external/webkit/Source/WebCore/platform/network/
ResourceHandle.cpp 191 static RetainPtr<CFURLStorageSessionRef>& privateStorageSession()
193 DEFINE_STATIC_LOCAL(RetainPtr<CFURLStorageSessionRef>, storageSession, ());
219 CFURLStorageSessionRef ResourceHandle::privateBrowsingStorageSession()
ResourceHandle.h 75 typedef const struct __CFURLStorageSession* CFURLStorageSessionRef;
199 static CFURLStorageSessionRef privateBrowsingStorageSession();
232 static RetainPtr<CFURLStorageSessionRef> createPrivateBrowsingStorageSession(CFStringRef identifier);
  /external/webkit/Source/WebCore/platform/mac/
WebCoreSystemInterface.h 259 typedef const struct __CFURLStorageSession* CFURLStorageSessionRef;
260 extern CFURLStorageSessionRef (*wkCreatePrivateStorageSession)(CFStringRef);
261 extern NSURLRequest* (*wkCopyRequestWithStorageSession)(CFURLStorageSessionRef, NSURLRequest*);
264 extern CFHTTPCookieStorageRef (*wkCopyHTTPCookieStorage)(CFURLStorageSessionRef);
WebCoreSystemInterface.mm 181 CFURLStorageSessionRef (*wkCreatePrivateStorageSession)(CFStringRef);
182 NSURLRequest* (*wkCopyRequestWithStorageSession)(CFURLStorageSessionRef, NSURLRequest*);
183 CFHTTPCookieStorageRef (*wkCopyHTTPCookieStorage)(CFURLStorageSessionRef);
  /external/webkit/WebKitLibraries/
WebKitSystemInterface.h 239 typedef const struct __CFURLStorageSession* CFURLStorageSessionRef;
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/
ResourceRequestMac.mm 177 void ResourceRequest::setStorageSession(CFURLStorageSessionRef storageSession)
ResourceHandleMac.mm 271 if (CFURLStorageSessionRef storageSession = privateBrowsingStorageSession())
587 if (CFURLStorageSessionRef storageSession = privateBrowsingStorageSession())
734 RetainPtr<CFURLStorageSessionRef> ResourceHandle::createPrivateBrowsingStorageSession(CFStringRef identifier)
736 return RetainPtr<CFURLStorageSessionRef>(AdoptCF, wkCreatePrivateStorageSession(identifier));
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebPage/win/
WebPageWin.cpp 274 if (CFURLStorageSessionRef storageSession = ResourceHandle::privateBrowsingStorageSession())
298 if (CFURLStorageSessionRef storageSession = ResourceHandle::privateBrowsingStorageSession())
  /external/webkit/Source/WebKit2/WebProcess/WebPage/mac/
WebPageMac.mm 621 if (CFURLStorageSessionRef storageSession = ResourceHandle::privateBrowsingStorageSession())
637 if (CFURLStorageSessionRef storageSession = ResourceHandle::privateBrowsingStorageSession())
  /external/webkit/Source/WebKit/mac/WebView/
WebView.mm     [all...]

Completed in 386 milliseconds