webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#import <ResourceLoadDelegate.h>
Instance Methods | |
() | - ResourceLoadDelegate |
(virtual) | - ~ResourceLoadDelegate |
(virtual HRESULT STDMETHODCALLTYPE) | - QueryInterface |
(virtual ULONG STDMETHODCALLTYPE) | - AddRef |
(virtual ULONG STDMETHODCALLTYPE) | - Release |
(virtual HRESULT STDMETHODCALLTYPE) | - identifierForInitialRequest |
(virtual HRESULT STDMETHODCALLTYPE) | - willSendRequest |
(virtual HRESULT STDMETHODCALLTYPE) | - didReceiveAuthenticationChallenge |
(virtual HRESULT STDMETHODCALLTYPE) | - didCancelAuthenticationChallenge |
(virtual HRESULT STDMETHODCALLTYPE) | - didReceiveResponse |
(virtual HRESULT STDMETHODCALLTYPE) | - didReceiveContentLength |
(virtual HRESULT STDMETHODCALLTYPE) | - didFinishLoadingFromDataSource |
(virtual HRESULT STDMETHODCALLTYPE) | - didFailLoadingWithError |
(virtual HRESULT STDMETHODCALLTYPE) | - plugInFailedWithError |
(virtual HRESULT STDMETHODCALLTYPE) | - removeIdentifierForRequest |
() | - ResourceLoadDelegate |
(virtual HRESULT STDMETHODCALLTYPE) | - QueryInterface |
(virtual ULONG STDMETHODCALLTYPE) | - AddRef |
(virtual ULONG STDMETHODCALLTYPE) | - Release |
(virtual HRESULT STDMETHODCALLTYPE) | - identifierForInitialRequest |
(virtual HRESULT STDMETHODCALLTYPE) | - willSendRequest |
(virtual HRESULT STDMETHODCALLTYPE) | - didReceiveAuthenticationChallenge |
(virtual HRESULT STDMETHODCALLTYPE) | - didCancelAuthenticationChallenge |
(virtual HRESULT STDMETHODCALLTYPE) | - didReceiveResponse |
(virtual HRESULT STDMETHODCALLTYPE) | - didReceiveContentLength |
(virtual HRESULT STDMETHODCALLTYPE) | - didFinishLoadingFromDataSource |
(virtual HRESULT STDMETHODCALLTYPE) | - didFailLoadingWithError |
(virtual HRESULT STDMETHODCALLTYPE) | - plugInFailedWithError |
![]() | |
HRESULT | identifierForInitialRequest ([in] IWebView *webView, [in] IWebURLRequest *request, [in] IWebDataSource *dataSource, [in] unsigned long identifier) |
HRESULT | willSendRequest ([in] IWebView *webView, [in] unsigned long identifier, [in] IWebURLRequest *request, [in] IWebURLResponse *redirectResponse, [in] IWebDataSource *dataSource, [out, retval] IWebURLRequest **newRequest) |
HRESULT | didReceiveAuthenticationChallenge ([in] IWebView *webView, [in] unsigned long identifier, [in] IWebURLAuthenticationChallenge *challenge, [in] IWebDataSource *dataSource) |
HRESULT | didCancelAuthenticationChallenge ([in] IWebView *webView, [in] unsigned long identifier, [in] IWebURLAuthenticationChallenge *challenge, [in] IWebDataSource *dataSource) |
HRESULT | didReceiveResponse ([in] IWebView *webView, [in] unsigned long identifier, [in] IWebURLResponse *response, [in] IWebDataSource *dataSource) |
HRESULT | didReceiveContentLength ([in] IWebView *webView, [in] unsigned long identifier, [in] UINT length, [in] IWebDataSource *dataSource) |
HRESULT | didFinishLoadingFromDataSource ([in] IWebView *webView, [in] unsigned long identifier, [in] IWebDataSource *dataSource) |
HRESULT | didFailLoadingWithError ([in] IWebView *webView, [in] unsigned long identifier, [in] IWebError *error, [in] IWebDataSource *dataSource) |
HRESULT | plugInFailedWithError ([in] IWebView *webView, [in] IWebError *error, [in] IWebDataSource *dataSource) |
![]() | |
HRESULT | removeIdentifierForRequest ([in] IWebView *webView, [in] unsigned long identifier) |
- ResourceLoadDelegate | (MiniBrowser *) | client |
- (virtual ULONG STDMETHODCALLTYPE) AddRef |
- (virtual HRESULT STDMETHODCALLTYPE) didCancelAuthenticationChallenge | (_In_opt_ IWebView *) | ||
(unsigned long) | identifier | ||
(_In_opt_ IWebURLAuthenticationChallenge *) | |||
(_In_opt_ IWebDataSource *) | |||
- (HRESULT) didCancelAuthenticationChallenge | (_In_opt_ IWebView *) | ||
(unsigned long) | identifier | ||
(_In_opt_ IWebURLAuthenticationChallenge *) | |||
(_In_opt_ IWebDataSource *) | dataSource | ||
- (virtual HRESULT STDMETHODCALLTYPE) didFailLoadingWithError | (_In_opt_ IWebView *) | ||
(unsigned long) | identifier | ||
(_In_opt_ IWebError *) | |||
(_In_opt_ IWebDataSource *) | |||
- (HRESULT) didFailLoadingWithError | (_In_opt_ IWebView *) | webView | |
(unsigned long) | identifier | ||
(_In_opt_ IWebError *) | error | ||
(_In_opt_ IWebDataSource *) | dataSource | ||
- (virtual HRESULT STDMETHODCALLTYPE) didFinishLoadingFromDataSource | (_In_opt_ IWebView *) | ||
(unsigned long) | identifier | ||
(_In_opt_ IWebDataSource *) | |||
- (HRESULT) didFinishLoadingFromDataSource | (_In_opt_ IWebView *) | webView | |
(unsigned long) | identifier | ||
(_In_opt_ IWebDataSource *) | dataSource | ||
- (virtual HRESULT STDMETHODCALLTYPE) didReceiveAuthenticationChallenge | (_In_opt_ IWebView *) | ||
(unsigned long) | identifier | ||
(_In_opt_ IWebURLAuthenticationChallenge *) | |||
(_In_opt_ IWebDataSource *) | |||
- (HRESULT) didReceiveAuthenticationChallenge | (_In_opt_ IWebView *) | webView | |
(unsigned long) | identifier | ||
(_In_opt_ IWebURLAuthenticationChallenge *) | challenge | ||
(_In_opt_ IWebDataSource *) | dataSource | ||
- (virtual HRESULT STDMETHODCALLTYPE) didReceiveContentLength | (_In_opt_ IWebView *) | ||
(unsigned long) | identifier | ||
(UINT) | length | ||
(_In_opt_ IWebDataSource *) | |||
- (HRESULT) didReceiveContentLength | (_In_opt_ IWebView *) | ||
(unsigned long) | identifier | ||
(UINT) | length | ||
(_In_opt_ IWebDataSource *) | |||
- (virtual HRESULT STDMETHODCALLTYPE) didReceiveResponse | (_In_opt_ IWebView *) | ||
(unsigned long) | identifier | ||
(_In_opt_ IWebURLResponse *) | |||
(_In_opt_ IWebDataSource *) | |||
- (HRESULT) didReceiveResponse | (_In_opt_ IWebView *) | webView | |
(unsigned long) | identifier | ||
(_In_opt_ IWebURLResponse *) | response | ||
(_In_opt_ IWebDataSource *) | dataSource | ||
- (virtual HRESULT STDMETHODCALLTYPE) identifierForInitialRequest | (_In_opt_ IWebView *) | ||
(_In_opt_ IWebURLRequest *) | |||
(_In_opt_ IWebDataSource *) | |||
(unsigned long) | identifier | ||
- (HRESULT) identifierForInitialRequest | (_In_opt_ IWebView *) | webView | |
(_In_opt_ IWebURLRequest *) | request | ||
(_In_opt_ IWebDataSource *) | dataSource | ||
(unsigned long) | identifier | ||
- (virtual HRESULT STDMETHODCALLTYPE) plugInFailedWithError | (_In_opt_ IWebView *) | ||
(_In_opt_ IWebError *) | |||
(_In_opt_ IWebDataSource *) | |||
- (HRESULT) plugInFailedWithError | (_In_opt_ IWebView *) | ||
(_In_opt_ IWebError *) | |||
(_In_opt_ IWebDataSource *) | |||
- (virtual HRESULT STDMETHODCALLTYPE) QueryInterface | (_In_ REFIID) | riid | |
(_COM_Outptr_ void **) | ppvObject | ||
- (virtual ULONG STDMETHODCALLTYPE) Release |
- (virtual HRESULT STDMETHODCALLTYPE) willSendRequest | (_In_opt_ IWebView *) | ||
(unsigned long) | identifier | ||
(_In_opt_ IWebURLRequest *) | |||
(_In_opt_ IWebURLResponse *) | redirectResponse | ||
(_In_opt_ IWebDataSource *) | |||
(_COM_Outptr_opt_ IWebURLRequest **) | newRequest | ||
- (HRESULT) willSendRequest | (_In_opt_ IWebView *) | webView | |
(unsigned long) | identifier | ||
(_In_opt_ IWebURLRequest *) | request | ||
(_In_opt_ IWebURLResponse *) | redirectResponse | ||
(_In_opt_ IWebDataSource *) | dataSource | ||
(_COM_Outptr_opt_ IWebURLRequest **) | newRequest | ||