Home
last modified time | relevance | path

Searched defs:CFURLDownloadRef (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/Downloads/cfnet/
DDownloadCFNet.cpp145 void didStartCallback(CFURLDownloadRef, const void* clientInfo) in didStartCallback() argument
150 CFURLRequestRef willSendRequestCallback(CFURLDownloadRef, CFURLRequestRef request, CFURLResponseRef… in willSendRequestCallback() argument
157 void didReceiveAuthenticationChallengeCallback(CFURLDownloadRef, CFURLAuthChallengeRef challenge, c… in didReceiveAuthenticationChallengeCallback() argument
163 void didReceiveResponseCallback(CFURLDownloadRef, CFURLResponseRef response, const void* clientInfo) in didReceiveResponseCallback() argument
168 void willResumeWithResponseCallback(CFURLDownloadRef, CFURLResponseRef response, UInt64 startingByt… in willResumeWithResponseCallback() argument
174 void didReceiveDataCallback(CFURLDownloadRef, CFIndex length, const void* clientInfo) in didReceiveDataCallback() argument
179 Boolean shouldDecodeDataOfMIMETypeCallback(CFURLDownloadRef, CFStringRef encodingType, const void* … in shouldDecodeDataOfMIMETypeCallback() argument
184 void decideDestinationWithSuggestedObjectNameCallback(CFURLDownloadRef, CFStringRef objectName, con… in decideDestinationWithSuggestedObjectNameCallback() argument
191 void didCreateDestinationCallback(CFURLDownloadRef, CFURLRef, const void* clientInfo) in didCreateDestinationCallback() argument
200 void didFinishCallback(CFURLDownloadRef, const void* clientInfo) in didFinishCallback() argument
[all …]
/external/webkit/Source/WebKit/win/
DWebDownloadCFNet.cpp516 void didStartCallback(CFURLDownloadRef, const void *clientInfo) in didStartCallback() argument
519 CFURLRequestRef willSendRequestCallback(CFURLDownloadRef, CFURLRequestRef request, CFURLResponseRef… in willSendRequestCallback() argument
522 void didReceiveAuthenticationChallengeCallback(CFURLDownloadRef, CFURLAuthChallengeRef challenge, c… in didReceiveAuthenticationChallengeCallback() argument
525 void didReceiveResponseCallback(CFURLDownloadRef, CFURLResponseRef response, const void *clientInfo) in didReceiveResponseCallback() argument
528 void willResumeWithResponseCallback(CFURLDownloadRef, CFURLResponseRef response, UInt64 startingByt… in willResumeWithResponseCallback() argument
531 void didReceiveDataCallback(CFURLDownloadRef, CFIndex length, const void *clientInfo) in didReceiveDataCallback() argument
534 Boolean shouldDecodeDataOfMIMETypeCallback(CFURLDownloadRef, CFStringRef encodingType, const void *… in shouldDecodeDataOfMIMETypeCallback() argument
537 void decideDestinationWithSuggestedObjectNameCallback(CFURLDownloadRef, CFStringRef objectName, con… in decideDestinationWithSuggestedObjectNameCallback() argument
540 void didCreateDestinationCallback(CFURLDownloadRef, CFURLRef path, const void *clientInfo) in didCreateDestinationCallback() argument
543 void didFinishCallback(CFURLDownloadRef, const void *clientInfo) in didFinishCallback() argument
[all …]