Searched refs:CFHTTPMessageRef (Results 1 - 11 of 11) sorted by relevance
/external/webkit/Source/WebCore/platform/network/cf/ |
H A D | SocketStreamHandle.h | 39 typedef struct __CFHTTPMessage* CFHTTPMessageRef; typedef in typeref:struct:__CFHTTPMessage 77 void addCONNECTCredentials(CFHTTPMessageRef response); 109 RetainPtr<CFHTTPMessageRef> m_proxyResponseMessage;
|
H A D | ResourceResponseCFNet.cpp | 104 CFHTTPMessageRef httpResponse = CFURLResponseGetHTTPResponse(m_cfResponse.get()); 120 CFHTTPMessageRef httpResponse = CFURLResponseGetHTTPResponse(m_cfResponse.get());
|
H A D | SocketStreamHandleCFNet.cpp | 384 void SocketStreamHandle::addCONNECTCredentials(CFHTTPMessageRef proxyResponse) 406 RetainPtr<CFHTTPMessageRef> dummyRequest(AdoptCF, CFHTTPMessageCreateRequest(0, CFSTR("GET"), m_httpsURL.get(), kCFHTTPVersion1_1)); 492 RetainPtr<CFHTTPMessageRef> proxyResponse(AdoptCF, wkCopyCONNECTProxyResponse(m_readStream.get(), m_httpsURL.get()));
|
H A D | ResourceHandleCFNet.cpp | 145 CFHTTPMessageRef httpMessage = CFURLResponseGetHTTPResponse(cfRedirectResponse);
|
/external/webkit/Tools/DumpRenderTree/mac/ |
H A D | WebArchiveDumpSupportMac.mm | 46 CFURLResponseRef CFURLResponseCreateWithHTTPResponse(CFAllocatorRef alloc, CFURLRef URL, CFHTTPMessageRef httpResponse, CFURLCacheStoragePolicy recommendedPolicy); 65 RetainPtr<CFHTTPMessageRef> httpMessage(AdoptCF, CFHTTPMessageCreateResponse(kCFAllocatorDefault, [httpResponse statusCode], 0, kCFHTTPVersion1_1));
|
/external/webkit/WebKitLibraries/win/include/WebKitSystemInterface/ |
H A D | WebKitSystemInterface.h | 53 typedef struct __CFHTTPMessage* CFHTTPMessageRef; typedef in typeref:struct:__CFHTTPMessage 114 CFHTTPMessageRef wkCopyCONNECTProxyResponse(CFReadStreamRef, CFURLRef responseURL);
|
/external/webkit/Source/WebCore/platform/mac/ |
H A D | WebCoreSystemInterface.mm | 99 CFHTTPMessageRef (*wkCopyCONNECTProxyResponse)(CFReadStreamRef, CFURLRef responseURL); 191 CFHTTPMessageRef (*wkGetCFURLResponseHTTPResponse)(CFURLResponseRef);
|
H A D | WebCoreSystemInterface.h | 163 extern CFHTTPMessageRef (*wkCopyCONNECTProxyResponse)(CFReadStreamRef, CFURLRef responseURL); 272 extern CFHTTPMessageRef (*wkGetCFURLResponseHTTPResponse)(CFURLResponseRef);
|
/external/webkit/Tools/DumpRenderTree/cf/ |
H A D | WebArchiveDumpSupport.cpp | 39 CFHTTPMessageRef CFURLResponseGetHTTPResponse(CFURLResponseRef response); 134 if (CFHTTPMessageRef httpMessage = CFURLResponseGetHTTPResponse(response.get())) {
|
/external/webkit/Source/WebCore/platform/network/mac/ |
H A D | WebCoreURLResponse.mm | 522 CFHTTPMessageRef message = wkGetCFURLResponseHTTPResponse(cfResponse);
|
/external/webkit/WebKitLibraries/ |
H A D | WebKitSystemInterface.h | 361 CFHTTPMessageRef WKCopyCONNECTProxyResponse(CFReadStreamRef, CFURLRef responseURL); 405 CFHTTPMessageRef WKGetCFURLResponseHTTPResponse(CFURLResponseRef);
|
Completed in 170 milliseconds