webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
IWebResourceLoadDelegatePrivate2 Interface Reference

import"IWebResourceLoadDelegatePrivate2.idl";

Inheritance diagram for IWebResourceLoadDelegatePrivate2:
ResourceLoadDelegate

Public Member Functions

HRESULT removeIdentifierForRequest ([in] IWebView *webView, [in] unsigned long identifier)
 

Member Function Documentation

◆ removeIdentifierForRequest()

HRESULT IWebResourceLoadDelegatePrivate2::removeIdentifierForRequest ( [in] IWebView webView,
[in] unsigned long  identifier 
)

webView:removeIdentifierForRequest

Parameters
webViewThe WebView sending the message.
identifierAn 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.
  • (void)webView:(WebView *)sender removeIdentifierForRequest:(id)identifier;

The documentation for this interface was generated from the following file: