Searched refs:CFURLRequestRef (Results 1 - 21 of 21) sorted by relevance

/macosx-10.9.5/WebKit2-7537.78.2/Shared/API/c/cf/
H A DWKURLRequestCF.cpp34 WKURLRequestRef WKURLRequestCreateWithCFURLRequest(CFURLRequestRef urlRequest)
36 CFURLRequestRef copiedURLRequest = CFURLRequestCreateCopy(kCFAllocatorDefault, urlRequest);
41 CFURLRequestRef WKURLRequestCopyCFURLRequest(CFAllocatorRef alloc, WKURLRequestRef urlRequest)
H A DWKURLRequestCF.h36 WK_EXPORT WKURLRequestRef WKURLRequestCreateWithCFURLRequest(CFURLRequestRef urlRequest);
37 WK_EXPORT CFURLRequestRef WKURLRequestCopyCFURLRequest(CFAllocatorRef alloc, WKURLRequestRef urlRequest);
/macosx-10.9.5/WebCore-7537.78.1/platform/network/cf/
H A DResourceRequestCFNet.h32 typedef const struct _CFURLRequest* CFURLRequestRef; typedef in typeref:struct:_CFURLRequest
40 void getResourceRequest(ResourceRequest&, CFURLRequestRef);
41 CFURLRequestRef cfURLRequest(const ResourceRequest&);
H A DResourceRequest.h36 typedef const struct _CFURLRequest* CFURLRequestRef; typedef in typeref:struct:_CFURLRequest
71 ResourceRequest(CFURLRequestRef cfRequest)
101 CFURLRequestRef cfURLRequest(HTTPBodyUpdatePolicy) const;
124 RetainPtr<CFURLRequestRef> m_cfRequest;
H A DResourceRequestCFNet.cpp58 typedef CFArrayRef (*CFURLRequestCopyContentDispositionEncodingFallbackArrayFunction)(CFURLRequestRef);
98 static CFArrayRef copyContentDispositionEncodingFallbackArray(CFURLRequestRef request)
106 CFURLRequestRef ResourceRequest::cfURLRequest(HTTPBodyUpdatePolicy bodyPolicy) const
H A DResourceHandleCFNet.cpp71 CFURLRequestRef request,
110 static CFURLRequestRef willSendRequest(CFURLConnectionRef conn, CFURLRequestRef cfRequest, CFURLResponseRef cfRedirectResponse, const void* clientInfo)
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebMutableURLRequestPrivate.idl34 cpp_quote("// this is done to get midl to treat the CFURLRequestRef as pointer types")
36 typedef void* CFURLRequestRef;
38 cpp_quote("typedef const struct _CFURLRequest* CFURLRequestRef;")
52 [local] CFURLRequestRef cfRequest();
/macosx-10.9.5/WebCore-7537.78.1/platform/network/curl/
H A DResourceRequest.h32 typedef const struct _CFURLRequest* CFURLRequestRef; typedef in typeref:struct:_CFURLRequest
59 ResourceRequest(CFURLRequestRef)
67 CFURLRequestRef cfURLRequest(HTTPBodyUpdatePolicy) const { return 0; }
/macosx-10.9.5/WebCore-7537.78.1/platform/network/mac/
H A DFormDataStreamMac.h36 typedef const struct _CFURLRequest* CFURLRequestRef; typedef in typeref:struct:_CFURLRequest
H A DFormDataStreamMac.mm39 - (CFURLRequestRef)_CFURLRequest;
H A DResourceRequestMac.mm41 - (CFURLRequestRef)_CFURLRequest;
42 - (id)_initWithCFURLRequest:(CFURLRequestRef)request;
75 CFURLRequestRef ResourceRequest::cfURLRequest(HTTPBodyUpdatePolicy bodyPolicy) const
/macosx-10.9.5/WebKit-7537.78.2/mac/Misc/
H A DWebDownloadInternal.h48 request:(CFURLRequestRef)request
H A DWebDownload.mm66 request:(CFURLRequestRef)request
255 request:(CFURLRequestRef)request
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Downloads/cfnet/
H A DDownloadCFNet.cpp49 static CFURLRequestRef willSendRequestCallback(CFURLDownloadRef download, CFURLRequestRef request, CFURLResponseRef redirectionResponse, const void* clientInfo);
94 CFURLRequestRef cfRequest = m_request.cfURLRequest();
187 CFURLRequestRef willSendRequestCallback(CFURLDownloadRef, CFURLRequestRef request, CFURLResponseRef redirectionResponse, const void* clientInfo)
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebDownloadCFNet.cpp62 static CFURLRequestRef willSendRequestCallback(CFURLDownloadRef download, CFURLRequestRef request, CFURLResponseRef redirectionResponse, const void *clientInfo);
110 CFURLRequestRef cfRequest = request.cfURLRequest(UpdateHTTPBody);
141 RetainPtr<CFURLRequestRef> cfRequest = webRequest->resourceRequest().cfURLRequest(UpdateHTTPBody);
362 CFURLRequestRef WebDownload::willSendRequest(CFURLRequestRef request, CFURLResponseRef response)
376 CFURLRequestRef result = finalWebRequest->resourceRequest().cfURLRequest(UpdateHTTPBody);
519 CFURLRequestRef willSendRequestCallback(CFURLDownloadRef, CFURLRequestRef request, CFURLResponseRef redirectionResponse, const void *clientInfo)
H A DWebDownload.h119 CFURLRequestRef willSendRequest(CFURLRequestRef, CFURLResponseRef);
H A DWebMutableURLRequest.h161 virtual /* [local] */ CFURLRequestRef STDMETHODCALLTYPE cfRequest();
H A DWebMutableURLRequest.cpp367 CFURLRequestRef STDMETHODCALLTYPE WebMutableURLRequest::cfRequest()
/macosx-10.9.5/WebCore-7537.78.1/platform/mac/
H A DWebCoreSystemInterface.h50 typedef const struct _CFURLRequest *CFURLRequestRef; typedef in typeref:struct:_CFURLRequest
79 typedef const struct _CFURLRequest* CFURLRequestRef; typedef in typeref:struct:_CFURLRequest
214 extern int (*wkGetHTTPPipeliningPriority)(CFURLRequestRef);
216 extern void (*wkSetHTTPPipeliningPriority)(CFURLRequestRef, int priority);
325 extern CFArrayRef (*wkCFURLRequestCopyHTTPRequestBodyParts)(CFURLRequestRef);
351 extern void (*wkCFURLRequestAllowAllPostCaching)(CFURLRequestRef);
H A DWebCoreSystemInterface.mm115 int (*wkGetHTTPPipeliningPriority)(CFURLRequestRef);
117 void (*wkSetHTTPPipeliningPriority)(CFURLRequestRef, int priority);
127 CFArrayRef (*wkCFURLRequestCopyHTTPRequestBodyParts)(CFURLRequestRef);
221 void (*wkCFURLRequestAllowAllPostCaching)(CFURLRequestRef);
/macosx-10.9.5/WebKit2-7537.78.2/NetworkProcess/mac/
H A DNetworkResourceLoaderMac.mm49 extern "C" CFCachedURLResponseRef CFURLCacheCopyResponseForRequest(CFURLCacheRef, CFURLRequestRef);

Completed in 199 milliseconds