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