Home
last modified time | relevance | path

Searched refs:CFURLConnectionRef (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/platform/network/cf/
DResourceHandleCFNet.cpp60 __declspec(dllimport) CFURLConnectionRef CFURLConnectionCreateWithProperties(
132 CFURLRequestRef willSendRequest(CFURLConnectionRef conn, CFURLRequestRef cfRequest, CFURLResponseRe… in willSendRequest()
184 void didReceiveResponse(CFURLConnectionRef conn, CFURLResponseRef cfResponse, const void* clientInf… in didReceiveResponse()
202 void didReceiveData(CFURLConnectionRef conn, CFDataRef data, CFIndex originalLength, const void* cl… in didReceiveData()
214 static void didSendBodyData(CFURLConnectionRef conn, CFIndex bytesWritten, CFIndex totalBytesWritte… in didSendBodyData()
222 static Boolean shouldUseCredentialStorageCallback(CFURLConnectionRef conn, const void* clientInfo) in shouldUseCredentialStorageCallback()
234 void didFinishLoading(CFURLConnectionRef conn, const void* clientInfo) in didFinishLoading()
244 void didFail(CFURLConnectionRef conn, CFErrorRef error, const void* clientInfo) in didFail()
254 CFCachedURLResponseRef willCacheResponse(CFURLConnectionRef conn, CFCachedURLResponseRef cachedResp… in willCacheResponse()
277 void didReceiveChallenge(CFURLConnectionRef conn, CFURLAuthChallengeRef challenge, const void* clie… in didReceiveChallenge()
[all …]
/external/webkit/Source/WebCore/platform/network/
DResourceHandle.h69 typedef struct _CFURLConnection* CFURLConnectionRef; typedef
138 CFURLConnectionRef connection() const;
139 CFURLConnectionRef releaseConnectionForDownload();
DResourceHandleInternal.h157 RetainPtr<CFURLConnectionRef> m_connection;
/external/webkit/Source/WebKit2/WebProcess/Downloads/cfnet/
DDownloadCFNet.cpp81 CFURLConnectionRef connection = handle->connection(); in startWithHandle()
/external/webkit/Source/WebKit/win/
DWebDownloadCFNet.cpp76 CFURLConnectionRef connection = handle->connection(); in init()