Searched refs:cfURLResponse (Results 1 - 11 of 11) sorted by relevance

/external/webkit/Source/WebKit2/Shared/win/
H A DWebURLResponseWin.cpp38 return m_response.cfURLResponse();
H A DWebCoreArgumentCodersWin.cpp84 bool responseIsPresent = resourceResponse.cfURLResponse();
90 RetainPtr<CFDictionaryRef> dictionary(AdoptCF, wkCFURLResponseCreateSerializableRepresentation(resourceResponse.cfURLResponse(), CoreIPC::tokenNullTypeRef()));
111 CFURLResponseRef cfURLResponse = wkCFURLResponseCreateFromSerializableRepresentation(dictionary.get(), CoreIPC::tokenNullTypeRef());
112 if (!cfURLResponse)
115 resourceResponse = WebCore::ResourceResponse(cfURLResponse);
H A DPlatformCertificateInfo.cpp47 CFURLResponseRef cfResponse = response.cfURLResponse();
/external/webkit/Source/WebCore/platform/network/curl/
H A DResourceResponse.h52 CFURLResponseRef cfURLResponse() const { return 0; } function in class:WebCore::ResourceResponse
/external/webkit/Source/WebCore/platform/network/cf/
H A DResourceResponseCFNet.cpp50 CFURLResponseRef ResourceResponse::cfURLResponse() const function in class:WebCore::ResourceResponse
140 return CFEqual(a.cfURLResponse(), b.cfURLResponse());
H A DResourceResponse.h86 CFURLResponseRef cfURLResponse() const;
H A DAuthenticationCF.cpp89 coreChallenge.failureResponse().cfURLResponse(),
H A DResourceHandleCFNet.cpp663 setDefaultMIMEType(response.cfURLResponse());
/external/webkit/Source/WebKit2/WebProcess/Downloads/cfnet/
H A DDownloadCFNet.cpp89 m_download.adoptCF(CFURLDownloadCreateAndStartWithLoadingConnection(0, connection, initialRequest.cfURLRequest(), response.cfURLResponse(), &client));
/external/webkit/Source/WebKit/win/
H A DWebURLResponse.cpp482 CFURLResponseRef cfResponse = m_response.cfURLResponse();
H A DWebDownloadCFNet.cpp87 m_download.adoptCF(CFURLDownloadCreateAndStartWithLoadingConnection(0, connection, request.cfURLRequest(), response.cfURLResponse(), &client));

Completed in 366 milliseconds