HomeSort by relevance Sort by last modified time
    Searched refs:CFURLResponseRef (Results 1 - 25 of 27) sorted by null

1 2

  /external/webkit/Source/WebCore/platform/network/mac/
WebCoreURLResponse.h 29 typedef struct _CFURLResponse* CFURLResponseRef;
33 - (CFURLResponseRef)_CFURLResponse;
39 void adjustMIMETypeIfNecessary(CFURLResponseRef);
WebCoreURLResponse.mm 485 void adjustMIMETypeIfNecessary(CFURLResponseRef cfResponse)
  /external/webkit/Tools/DumpRenderTree/cf/
WebArchiveDumpSupport.h 31 typedef struct _CFURLResponse* CFURLResponseRef;
38 CFURLResponseRef createCFURLResponseFromResponseData(CFDataRef responseData);
WebArchiveDumpSupport.cpp 35 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/
WKURLResponseCF.cpp 34 WKURLResponseRef WKURLResponseCreateWithCFURLResponse(CFURLResponseRef urlResponse)
39 CFURLResponseRef copiedURLResponse = CFURLResponseCreateCopy(kCFAllocatorDefault, urlResponse);
44 CFURLResponseRef WKURLResponseCopyCFURLResponse(CFAllocatorRef alloc, WKURLResponseRef urlResponse)
WKURLResponseCF.h 36 WK_EXPORT WKURLResponseRef WKURLResponseCreateWithCFURLResponse(CFURLResponseRef urlResponse);
37 WK_EXPORT CFURLResponseRef WKURLResponseCopyCFURLResponse(CFAllocatorRef alloc, WKURLResponseRef urlResponse);
  /external/webkit/Source/WebCore/platform/network/curl/
ResourceResponse.h 31 typedef struct _CFURLResponse* CFURLResponseRef;
52 CFURLResponseRef cfURLResponse() const { return 0; }
  /external/webkit/Source/WebCore/loader/cf/
ResourceLoaderCFNet.cpp 41 CFURLResponseRef response = CFCachedURLResponseGetWrappedResponse(cachedResponse);
  /external/webkit/Source/WebCore/platform/network/cf/
ResourceResponse.h 33 typedef struct _CFURLResponse* CFURLResponseRef;
52 ResourceResponse(CFURLResponseRef cfResponse)
86 CFURLResponseRef cfURLResponse() const;
101 mutable RetainPtr<CFURLResponseRef> m_cfResponse;
AuthenticationCF.cpp 64 (CFURLResponseRef)CFURLAuthChallengeGetFailureResponse(cfChallenge),
ResourceResponseCFNet.cpp 50 CFURLResponseRef ResourceResponse::cfURLResponse() const
ResourceHandleCFNet.cpp 120 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;
    [all...]
  /external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/win/
DoNotCopyANullCFURLResponse.cpp 38 RetainPtr<CFURLResponseRef> nullCFResponse(AdoptCF, WKURLResponseCopyCFURLResponse(kCFAllocatorDefault, nullWKResponse.get()));
  /external/webkit/Tools/DumpRenderTree/mac/
WebArchiveDumpSupportMac.mm 45 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/
WebDownload.h 112 CFURLRequestRef willSendRequest(CFURLRequestRef, CFURLResponseRef);
114 void didReceiveResponse(CFURLResponseRef);
115 void willResumeWithResponse(CFURLResponseRef, UInt64);
WebDownloadCFNet.cpp 62 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/
WebURLResponse.h 36 typedef CFURLResponseRef PlatformResponse;
  /external/webkit/Source/WebKit2/WebProcess/Downloads/cfnet/
DownloadCFNet.cpp 46 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/
WebCoreSystemInterface.h 89 typedef struct _CFURLResponse *CFURLResponseRef;
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);
WebCoreSystemInterface.mm 189 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/
WebKitSystemInterface.h 48 typedef struct _CFURLResponse* CFURLResponseRef;
88 CFDictionaryRef wkGetSSLCertificateInfo(CFURLResponseRef);
183 CFDictionaryRef wkCFURLResponseCreateSerializableRepresentation(CFURLResponseRef cfResponse, CFTypeRef tokenNull);
184 CFURLResponseRef wkCFURLResponseCreateFromSerializableRepresentation(CFDictionaryRef representation, CFTypeRef tokenNull);
  /external/webkit/Tools/TestWebKitAPI/win/
PlatformUtilitiesWin.cpp 109 RetainPtr<CFURLResponseRef> response(AdoptCF, WKURLResponseCopyCFURLResponse(0, wkResponse));
  /external/webkit/WebKitLibraries/
WebKitSystemInterface.h 18 typedef struct _CFURLResponse* CFURLResponseRef;
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/
PlatformCertificateInfo.cpp 47 CFURLResponseRef cfResponse = response.cfURLResponse();
WebCoreArgumentCodersWin.cpp 111 CFURLResponseRef cfURLResponse = wkCFURLResponseCreateFromSerializableRepresentation(dictionary.get(), CoreIPC::tokenNullTypeRef());

Completed in 773 milliseconds

1 2