HomeSort by relevance Sort by last modified time
    Searched refs:cfURLResponse (Results 1 - 11 of 11) sorted by null

  /external/webkit/Source/WebKit2/Shared/win/
WebURLResponseWin.cpp 38 return m_response.cfURLResponse();
WebCoreArgumentCodersWin.cpp 84 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);
PlatformCertificateInfo.cpp 47 CFURLResponseRef cfResponse = response.cfURLResponse();
  /external/webkit/Source/WebCore/platform/network/curl/
ResourceResponse.h 52 CFURLResponseRef cfURLResponse() const { return 0; }
  /external/webkit/Source/WebCore/platform/network/cf/
ResourceResponseCFNet.cpp 50 CFURLResponseRef ResourceResponse::cfURLResponse() const
140 return CFEqual(a.cfURLResponse(), b.cfURLResponse());
ResourceResponse.h 86 CFURLResponseRef cfURLResponse() const;
AuthenticationCF.cpp 89 coreChallenge.failureResponse().cfURLResponse(),
ResourceHandleCFNet.cpp 663 setDefaultMIMEType(response.cfURLResponse());
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/Downloads/cfnet/
DownloadCFNet.cpp 89 m_download.adoptCF(CFURLDownloadCreateAndStartWithLoadingConnection(0, connection, initialRequest.cfURLRequest(), response.cfURLResponse(), &client));
  /external/webkit/Source/WebKit/win/
WebURLResponse.cpp 482 CFURLResponseRef cfResponse = m_response.cfURLResponse();
WebDownloadCFNet.cpp 87 m_download.adoptCF(CFURLDownloadCreateAndStartWithLoadingConnection(0, connection, request.cfURLRequest(), response.cfURLResponse(), &client));

Completed in 721 milliseconds