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

  /external/webkit/Source/WebCore/platform/network/cf/
ResourceRequest.h 44 typedef const struct __CFURLStorageSession* CFURLStorageSessionRef;
88 void setStorageSession(CFURLStorageSessionRef);
  /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);
  /external/webkit/Source/WebCore/platform/network/
ResourceHandle.h 75 typedef const struct __CFURLStorageSession* CFURLStorageSessionRef;
199 static CFURLStorageSessionRef privateBrowsingStorageSession();
232 static RetainPtr<CFURLStorageSessionRef> createPrivateBrowsingStorageSession(CFStringRef identifier);
  /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/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);

Completed in 724 milliseconds