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

import"DOMWindow.idl";

Inheritance diagram for IDOMWindow:
IDOMObject IWebScriptObject DOMWindow

Public Member Functions

HRESULT document ([out, retval] IDOMDocument **result)
 
HRESULT getComputedStyle ([in] IDOMElement *element, [in] BSTR pseudoElement)
 
HRESULT getMatchedCSSRules ([in] IDOMElement *element, [in] BSTR pseudoElement, [in] BOOL authorOnly, [out, retval] IDOMCSSRuleList **result)
 
HRESULT devicePixelRatio ([out, retval] double *result)
 
- Public Member Functions inherited from IWebScriptObject
HRESULT throwException ([in] BSTR exceptionMessage, [out, retval] BOOL *result)
 
HRESULT callWebScriptMethod ([in] BSTR name, [in, size_is(cArgs)] const VARIANT args[], [in] int cArgs, [out, retval] VARIANT *result)
 
HRESULT evaluateWebScript ([in] BSTR script, [out, retval] VARIANT *result)
 
HRESULT removeWebScriptKey ([in] BSTR name)
 
HRESULT stringRepresentation ([out, retval] BSTR *stringRepresentation)
 
HRESULT webScriptValueAtIndex ([in] unsigned int index, [out, retval] VARIANT *result)
 
HRESULT setWebScriptValueAtIndex ([in] unsigned int index, [in] VARIANT val)
 
HRESULT setException ([in] BSTR description)
 

Member Function Documentation

◆ devicePixelRatio()

HRESULT IDOMWindow::devicePixelRatio ( [out, retval] double *  result)

◆ document()

HRESULT IDOMWindow::document ( [out, retval] IDOMDocument **  result)

◆ getComputedStyle()

HRESULT IDOMWindow::getComputedStyle ( [in] IDOMElement element,
[in] BSTR  pseudoElement 
)

◆ getMatchedCSSRules()

HRESULT IDOMWindow::getMatchedCSSRules ( [in] IDOMElement element,
[in] BSTR  pseudoElement,
[in] BOOL  authorOnly,
[out, retval] IDOMCSSRuleList **  result 
)

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