webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
import"IWebResource.idl";
Public Member Functions | |
HRESULT | initWithData ([in] IStream *data, [in] BSTR url, [in] BSTR mimeType, [in] BSTR textEncodingName, [in] BSTR frameName) |
HRESULT | data ([out, retval] IStream **data) |
HRESULT | URL ([out, retval] BSTR *url) |
HRESULT | MIMEType ([out, retval] BSTR *mime) |
HRESULT | textEncodingName ([out, retval] BSTR *encodingName) |
HRESULT | frameName ([out, retval] BSTR *name) |
HRESULT IWebResource::data | ( | [out, retval] IStream ** | data | ) |
data
frameName
HRESULT IWebResource::initWithData | ( | [in] IStream * | data, |
[in] BSTR | url, | ||
[in] BSTR | mimeType, | ||
[in] BSTR | textEncodingName, | ||
[in] BSTR | frameName | ||
) |
initWithData:URL:MIMEType:textEncodingName:frameName The initializer for WebResource.
data | The data of the resource. |
URL | The URL of the resource. |
MIMEType | The MIME type of the resource. |
textEncodingName | The text encoding name of the resource (can be nil). |
frameName | The frame name of the resource if the resource represents the contents of an entire HTML frame (can be nil). |
MIMEType
textEncodingName
URL