webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
This is the complete list of members for IWebDownloadDelegate, including all inherited members.
decideDestinationWithSuggestedFilename([in] IWebDownload *download, [in] BSTR filename) | IWebDownloadDelegate | |
didBegin([in] IWebDownload *download) | IWebDownloadDelegate | |
didCancelAuthenticationChallenge([in] IWebDownload *download, [in] IWebURLAuthenticationChallenge *challenge) | IWebDownloadDelegate | |
didCreateDestination([in] IWebDownload *download, [in] BSTR destination) | IWebDownloadDelegate | |
didFailWithError([in] IWebDownload *download, [in] IWebError *error) | IWebDownloadDelegate | |
didFinish([in] IWebDownload *download) | IWebDownloadDelegate | |
didReceiveAuthenticationChallenge([in] IWebDownload *download, [in] IWebURLAuthenticationChallenge *challenge) | IWebDownloadDelegate | |
didReceiveDataOfLength([in] IWebDownload *download, [in] unsigned length) | IWebDownloadDelegate | |
didReceiveResponse([in] IWebDownload *download, [in] IWebURLResponse *response) | IWebDownloadDelegate | |
shouldDecodeSourceDataOfMIMEType([in] IWebDownload *download, [in] BSTR encodingType, [out, retval] BOOL *shouldDecode) | IWebDownloadDelegate | |
willResumeWithResponse([in] IWebDownload *download, [in] IWebURLResponse *response, [in] long long fromByte) | IWebDownloadDelegate | |
willSendRequest([in] IWebDownload *download, [in] IWebMutableURLRequest *request, [in] IWebURLResponse *redirectResponse, [out] IWebMutableURLRequest **finalRequest) | IWebDownloadDelegate |