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

import"IWebURLResponse.idl";

Inheritance diagram for IWebURLResponse:
IWebHTTPURLResponse WebURLResponse

Public Member Functions

HRESULT expectedContentLength ([out, retval] long long *result)
 
HRESULT initWithURL ([in] BSTR url, [in] BSTR mimeType, [in] int expectedContentLength, [in] BSTR textEncodingName)
 
HRESULT MIMEType ([out, retval] BSTR *result)
 
HRESULT suggestedFilename ([out, retval] BSTR *result)
 
HRESULT textEncodingName ([out, retval] BSTR *result)
 
HRESULT URL ([out, retval] BSTR *result)
 

Member Function Documentation

◆ expectedContentLength()

HRESULT IWebURLResponse::expectedContentLength ( [out, retval] long long *  result)

◆ initWithURL()

HRESULT IWebURLResponse::initWithURL ( [in] BSTR  url,
[in] BSTR  mimeType,
[in] int  expectedContentLength,
[in] BSTR  textEncodingName 
)

◆ MIMEType()

HRESULT IWebURLResponse::MIMEType ( [out, retval] BSTR result)

◆ suggestedFilename()

HRESULT IWebURLResponse::suggestedFilename ( [out, retval] BSTR result)

◆ textEncodingName()

HRESULT IWebURLResponse::textEncodingName ( [out, retval] BSTR result)

◆ URL()

HRESULT IWebURLResponse::URL ( [out, retval] BSTR result)

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