Searched refs:CFURLResponseRef (Results 1 – 10 of 10) sorted by relevance
/external/webkit/WebCore/platform/network/cf/ |
D | ResourceResponse.h | 31 typedef struct _CFURLResponse* CFURLResponseRef; typedef 42 ResourceResponse(CFURLResponseRef cfResponse) in ResourceResponse() 67 CFURLResponseRef cfURLResponse() const; 75 RetainPtr<CFURLResponseRef> m_cfResponse;
|
D | ResourceHandleCFNet.cpp | 74 …static CFURLRequestRef willSendRequest(CFURLConnectionRef, CFURLRequestRef, CFURLResponseRef, cons… 75 static void didReceiveResponse(CFURLConnectionRef, CFURLResponseRef, const void* clientInfo); 107 static void setDefaultMIMEType(CFURLResponseRef response) in setDefaultMIMEType() 124 …willSendRequest(CFURLConnectionRef conn, CFURLRequestRef cfRequest, CFURLResponseRef cfRedirectRes… in willSendRequest() 176 void didReceiveResponse(CFURLConnectionRef conn, CFURLResponseRef cfResponse, const void* clientInf… in didReceiveResponse() 608 CFURLResponseRef cfResponse = 0; in willLoadFromCache() 622 …der::willSendRequest(CFURLConnectionRef, CFURLRequestRef cfRequest, CFURLResponseRef cfRedirectRes… in willSendRequest() 651 void WebCoreSynchronousLoader::didReceiveResponse(CFURLConnectionRef, CFURLResponseRef cfResponse, … in didReceiveResponse() 694 … CFURLResponseRef urlResponse = (CFURLResponseRef)CFURLAuthChallengeGetFailureResponse(challenge); in didReceiveChallenge()
|
D | ResourceResponseCFNet.cpp | 43 CFURLResponseRef ResourceResponse::cfURLResponse() const in cfURLResponse()
|
D | AuthenticationCF.cpp | 58 … (CFURLResponseRef)CFURLAuthChallengeGetFailureResponse(cfChallenge), in AuthenticationChallenge()
|
/external/webkit/WebKit/win/ |
D | WebDownloadCFNet.cpp | 63 …RequestCallback(CFURLDownloadRef download, CFURLRequestRef request, CFURLResponseRef redirectionRe… 65 static void didReceiveResponseCallback(CFURLDownloadRef download, CFURLResponseRef response, const … 66 static void willResumeWithResponseCallback(CFURLDownloadRef download, CFURLResponseRef response, UI… 363 CFURLRequestRef WebDownload::willSendRequest(CFURLRequestRef request, CFURLResponseRef response) in willSendRequest() 403 void WebDownload::didReceiveResponse(CFURLResponseRef response) in didReceiveResponse() 410 void WebDownload::willResumeWithResponse(CFURLResponseRef response, UInt64 fromByte) in willResumeWithResponse() 520 CFURLRequestRef willSendRequestCallback(CFURLDownloadRef, CFURLRequestRef request, CFURLResponseRef… in willSendRequestCallback() 526 void didReceiveResponseCallback(CFURLDownloadRef, CFURLResponseRef response, const void *clientInfo) in didReceiveResponseCallback() 529 void willResumeWithResponseCallback(CFURLDownloadRef, CFURLResponseRef response, UInt64 startingByt… in willResumeWithResponseCallback()
|
D | WebDownload.h | 112 CFURLRequestRef willSendRequest(CFURLRequestRef, CFURLResponseRef); 114 void didReceiveResponse(CFURLResponseRef); 115 void willResumeWithResponse(CFURLResponseRef, UInt64);
|
D | WebURLResponse.cpp | 484 CFURLResponseRef cfResponse = m_response.cfURLResponse(); in certificateDictionary()
|
/external/webkit/WebKitLibraries/win/include/WebKitSystemInterface/ |
D | WebKitSystemInterface.h | 41 typedef struct _CFURLResponse* CFURLResponseRef; typedef 76 CFDictionaryRef wkGetSSLCertificateInfo(CFURLResponseRef);
|
/external/webkit/WebCore/loader/cf/ |
D | ResourceLoaderCFNet.cpp | 39 CFURLResponseRef response = CFCachedURLResponseGetWrappedResponse(cachedResponse); in shouldCacheResponse()
|
/external/webkit/WebCore/ |
D | ChangeLog-2006-12-31 | 16897 from CFURLResponseRef.
|