webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
import"IWebResourceLoadDelegatePrivate2.idl";
Public Member Functions | |
HRESULT | removeIdentifierForRequest ([in] IWebView *webView, [in] unsigned long identifier) |
HRESULT IWebResourceLoadDelegatePrivate2::removeIdentifierForRequest | ( | [in] IWebView * | webView, |
[in] unsigned long | identifier | ||
) |
webView:removeIdentifierForRequest
webView | The WebView sending the message. |
identifier | An identifier that can be used to track the progress of a resource load across multiple call backs. This message is sent to notify the delegate to stop using the identifier to track the progress of a resource load.
|