Searched refs:CFURLResponseRef (Results 1 - 25 of 27) sorted by relevance

12

/external/webkit/Source/WebCore/platform/network/mac/
H A DWebCoreURLResponse.h29 typedef struct _CFURLResponse* CFURLResponseRef; typedef in typeref:struct:_CFURLResponse
33 - (CFURLResponseRef)_CFURLResponse;
39 void adjustMIMETypeIfNecessary(CFURLResponseRef);
H A DWebCoreURLResponse.mm485 void adjustMIMETypeIfNecessary(CFURLResponseRef cfResponse)
/external/webkit/Tools/DumpRenderTree/cf/
H A DWebArchiveDumpSupport.h31 typedef struct _CFURLResponse* CFURLResponseRef; typedef in typeref:struct:_CFURLResponse
38 CFURLResponseRef createCFURLResponseFromResponseData(CFDataRef responseData);
H A DWebArchiveDumpSupport.cpp35 CFURLRef CFURLResponseGetURL(CFURLResponseRef response);
36 CFStringRef CFURLResponseGetMIMEType(CFURLResponseRef response);
37 CFStringRef CFURLResponseGetTextEncodingName(CFURLResponseRef response);
38 SInt64 CFURLResponseGetExpectedContentLength(CFURLResponseRef response);
39 CFHTTPMessageRef CFURLResponseGetHTTPResponse(CFURLResponseRef response);
112 RetainPtr<CFURLResponseRef> response(AdoptCF, createCFURLResponseFromResponseData(responseData));
/external/webkit/Source/WebKit2/Shared/API/c/cf/
H A DWKURLResponseCF.cpp34 WKURLResponseRef WKURLResponseCreateWithCFURLResponse(CFURLResponseRef urlResponse)
39 CFURLResponseRef copiedURLResponse = CFURLResponseCreateCopy(kCFAllocatorDefault, urlResponse);
44 CFURLResponseRef WKURLResponseCopyCFURLResponse(CFAllocatorRef alloc, WKURLResponseRef urlResponse)
H A DWKURLResponseCF.h36 WK_EXPORT WKURLResponseRef WKURLResponseCreateWithCFURLResponse(CFURLResponseRef urlResponse);
37 WK_EXPORT CFURLResponseRef WKURLResponseCopyCFURLResponse(CFAllocatorRef alloc, WKURLResponseRef urlResponse);
/external/webkit/Source/WebCore/platform/network/curl/
H A DResourceResponse.h31 typedef struct _CFURLResponse* CFURLResponseRef; typedef in typeref:struct:_CFURLResponse
52 CFURLResponseRef cfURLResponse() const { return 0; }
/external/webkit/Source/WebCore/loader/cf/
H A DResourceLoaderCFNet.cpp41 CFURLResponseRef response = CFCachedURLResponseGetWrappedResponse(cachedResponse);
/external/webkit/Source/WebCore/platform/network/cf/
H A DResourceResponse.h33 typedef struct _CFURLResponse* CFURLResponseRef; typedef in typeref:struct:_CFURLResponse
52 ResourceResponse(CFURLResponseRef cfResponse)
86 CFURLResponseRef cfURLResponse() const;
101 mutable RetainPtr<CFURLResponseRef> m_cfResponse;
H A DAuthenticationCF.cpp64 (CFURLResponseRef)CFURLAuthChallengeGetFailureResponse(cfChallenge),
H A DResourceResponseCFNet.cpp50 CFURLResponseRef ResourceResponse::cfURLResponse() const
H A DResourceHandleCFNet.cpp120 static void setDefaultMIMEType(CFURLResponseRef response)
132 CFURLRequestRef willSendRequest(CFURLConnectionRef conn, CFURLRequestRef cfRequest, CFURLResponseRef cfRedirectResponse, const void* clientInfo)
184 void didReceiveResponse(CFURLConnectionRef conn, CFURLResponseRef cfResponse, const void* clientInfo)
715 CFURLResponseRef cfResponse = 0;
/external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/win/
H A DDoNotCopyANullCFURLResponse.cpp38 RetainPtr<CFURLResponseRef> nullCFResponse(AdoptCF, WKURLResponseCopyCFURLResponse(kCFAllocatorDefault, nullWKResponse.get()));
/external/webkit/Tools/DumpRenderTree/mac/
H A DWebArchiveDumpSupportMac.mm45 CFURLResponseRef CFURLResponseCreate(CFAllocatorRef alloc, CFURLRef URL, CFStringRef mimeType, SInt64 expectedContentLength, CFStringRef textEncodingName, CFURLCacheStoragePolicy recommendedPolicy);
46 CFURLResponseRef CFURLResponseCreateWithHTTPResponse(CFAllocatorRef alloc, CFURLRef URL, CFHTTPMessageRef httpResponse, CFURLCacheStoragePolicy recommendedPolicy);
47 void CFURLResponseSetExpectedContentLength(CFURLResponseRef response, SInt64 length);
48 void CFURLResponseSetMIMEType(CFURLResponseRef response, CFStringRef mimeType);
52 CFURLResponseRef createCFURLResponseFromResponseData(CFDataRef responseData)
/external/webkit/Source/WebKit/win/
H A DWebDownload.h112 CFURLRequestRef willSendRequest(CFURLRequestRef, CFURLResponseRef);
114 void didReceiveResponse(CFURLResponseRef);
115 void willResumeWithResponse(CFURLResponseRef, UInt64);
H A DWebDownloadCFNet.cpp62 static CFURLRequestRef willSendRequestCallback(CFURLDownloadRef download, CFURLRequestRef request, CFURLResponseRef redirectionResponse, const void *clientInfo);
64 static void didReceiveResponseCallback(CFURLDownloadRef download, CFURLResponseRef response, const void *clientInfo);
65 static void willResumeWithResponseCallback(CFURLDownloadRef download, CFURLResponseRef response, UInt64 startingByte, const void *clientInfo);
362 CFURLRequestRef WebDownload::willSendRequest(CFURLRequestRef request, CFURLResponseRef response)
402 void WebDownload::didReceiveResponse(CFURLResponseRef response)
409 void WebDownload::willResumeWithResponse(CFURLResponseRef response, UInt64 fromByte)
519 CFURLRequestRef willSendRequestCallback(CFURLDownloadRef, CFURLRequestRef request, CFURLResponseRef redirectionResponse, const void *clientInfo)
525 void didReceiveResponseCallback(CFURLDownloadRef, CFURLResponseRef response, const void *clientInfo)
528 void willResumeWithResponseCallback(CFURLDownloadRef, CFURLResponseRef response, UInt64 startingByte, const void *clientInfo)
/external/webkit/Source/WebKit2/Shared/
H A DWebURLResponse.h36 typedef CFURLResponseRef PlatformResponse;
/external/webkit/Source/WebKit2/WebProcess/Downloads/cfnet/
H A DDownloadCFNet.cpp46 static CFURLRequestRef willSendRequestCallback(CFURLDownloadRef download, CFURLRequestRef request, CFURLResponseRef redirectionResponse, const void* clientInfo);
48 static void didReceiveResponseCallback(CFURLDownloadRef download, CFURLResponseRef response, const void* clientInfo);
49 static void willResumeWithResponseCallback(CFURLDownloadRef download, CFURLResponseRef response, UInt64 startingByte, const void* clientInfo);
150 CFURLRequestRef willSendRequestCallback(CFURLDownloadRef, CFURLRequestRef request, CFURLResponseRef redirectionResponse, const void* clientInfo)
163 void didReceiveResponseCallback(CFURLDownloadRef, CFURLResponseRef response, const void* clientInfo)
168 void willResumeWithResponseCallback(CFURLDownloadRef, CFURLResponseRef response, UInt64 startingByte, const void* clientInfo)
/external/webkit/Source/WebCore/platform/mac/
H A DWebCoreSystemInterface.h89 typedef struct _CFURLResponse *CFURLResponseRef; typedef in typeref:struct:_CFURLResponse
270 extern CFStringRef (*wkGetCFURLResponseMIMEType)(CFURLResponseRef);
271 extern CFURLRef (*wkGetCFURLResponseURL)(CFURLResponseRef);
272 extern CFHTTPMessageRef (*wkGetCFURLResponseHTTPResponse)(CFURLResponseRef);
273 extern CFStringRef (*wkCopyCFURLResponseSuggestedFilename)(CFURLResponseRef);
274 extern void (*wkSetCFURLResponseMIMEType)(CFURLResponseRef, CFStringRef mimeType);
H A DWebCoreSystemInterface.mm189 CFStringRef (*wkGetCFURLResponseMIMEType)(CFURLResponseRef);
190 CFURLRef (*wkGetCFURLResponseURL)(CFURLResponseRef);
191 CFHTTPMessageRef (*wkGetCFURLResponseHTTPResponse)(CFURLResponseRef);
192 CFStringRef (*wkCopyCFURLResponseSuggestedFilename)(CFURLResponseRef);
193 void (*wkSetCFURLResponseMIMEType)(CFURLResponseRef, CFStringRef mimeType);
/external/webkit/WebKitLibraries/win/include/WebKitSystemInterface/
H A DWebKitSystemInterface.h48 typedef struct _CFURLResponse* CFURLResponseRef; typedef in typeref:struct:_CFURLResponse
88 CFDictionaryRef wkGetSSLCertificateInfo(CFURLResponseRef);
183 CFDictionaryRef wkCFURLResponseCreateSerializableRepresentation(CFURLResponseRef cfResponse, CFTypeRef tokenNull);
184 CFURLResponseRef wkCFURLResponseCreateFromSerializableRepresentation(CFDictionaryRef representation, CFTypeRef tokenNull);
/external/webkit/Tools/TestWebKitAPI/win/
H A DPlatformUtilitiesWin.cpp109 RetainPtr<CFURLResponseRef> response(AdoptCF, WKURLResponseCopyCFURLResponse(0, wkResponse));
/external/webkit/WebKitLibraries/
H A DWebKitSystemInterface.h18 typedef struct _CFURLResponse* CFURLResponseRef; typedef in typeref:struct:_CFURLResponse
403 CFStringRef WKGetCFURLResponseMIMEType(CFURLResponseRef);
404 CFURLRef WKGetCFURLResponseURL(CFURLResponseRef);
405 CFHTTPMessageRef WKGetCFURLResponseHTTPResponse(CFURLResponseRef);
406 CFStringRef WKCopyCFURLResponseSuggestedFilename(CFURLResponseRef);
407 void WKSetCFURLResponseMIMEType(CFURLResponseRef, CFStringRef mimeType);
/external/webkit/Source/WebKit2/Shared/win/
H A DPlatformCertificateInfo.cpp47 CFURLResponseRef cfResponse = response.cfURLResponse();
H A DWebCoreArgumentCodersWin.cpp111 CFURLResponseRef cfURLResponse = wkCFURLResponseCreateFromSerializableRepresentation(dictionary.get(), CoreIPC::tokenNullTypeRef());

Completed in 1552 milliseconds

12