webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Static Public Member Functions | Public Attributes | Protected Member Functions | Protected Attributes | List of all members
DOMWindow Class Reference

import"DOMWindowConstructors.idl";

Inheritance diagram for DOMWindow:
DOMObject IDOMWindow IDOMEventTarget EventTarget IDOMObject WebScriptObject IDOMObject WebScriptObject IDOMObject WebScriptObject

Public Member Functions

Promise< Responsefetch (any input, optional RequestInit init)
 
Promise< ResponsefetchRequest (FetchRequest request)
 
Database openDatabase (DOMString name, DOMString version, DOMString displayName, unsigned long estimatedSize, optional DatabaseCallback? creationCallback)
 
DOMSelection getSelection ()
 
void focus ()
 
void blur ()
 
void close ()
 
void print ()
 
void stop ()
 
DOMWindow open (optional USVString url="about:blank", optional DOMString target="_blank", [TreatNullAs=EmptyString] optional DOMString features="")
 
any showModalDialog (DOMString url, optional any dialogArgs, optional DOMString featureArgs)
 
void alert ()
 
void alert (DOMString message)
 
boolean confirm (optional DOMString message="")
 
DOMString prompt (optional DOMString message="", optional DOMString defaultValue="")
 
boolean find (optional DOMString string="undefined", optional boolean caseSensitive=false, optional boolean backwards=false, optional boolean wrap=false, optional boolean wholeWord=false, optional boolean searchInFrames=false, optional boolean showDialog=false)
 
void scrollBy (unrestricted double x, unrestricted double y)
 
void scrollTo (unrestricted double x, unrestricted double y)
 
void scroll (unrestricted double x, unrestricted double y)
 
void scrollBy (optional ScrollToOptions option)
 
void scrollTo (optional ScrollToOptions options)
 
void scroll (optional ScrollToOptions options)
 
void moveBy (optional unrestricted float x=NaN, optional unrestricted float y=NaN)
 
void moveTo (optional unrestricted float x=NaN, optional unrestricted float y=NaN)
 
void resizeBy (optional unrestricted float x=NaN, optional unrestricted float y=NaN)
 
void resizeTo (optional unrestricted float width=NaN, optional unrestricted float height=NaN)
 
MediaQueryList matchMedia (DOMString query)
 
CSSStyleDeclaration getComputedStyle (Element element, optional DOMString? pseudoElement=null)
 
CSSRuleList getMatchedCSSRules (optional Element? element=null, optional DOMString? pseudoElement=null)
 
WebKitPoint webkitConvertPointFromPageToNode (optional Node? node=null, optional WebKitPoint? p=null)
 
WebKitPoint webkitConvertPointFromNodeToPage (optional Node? node=null, optional WebKitPoint? p=null)
 
void postMessage (any message, USVString targetOrigin, optional sequence< object > transfer=[])
 
long requestAnimationFrame (RequestAnimationFrameCallback callback)
 
void cancelAnimationFrame (long id)
 
long webkitRequestAnimationFrame (RequestAnimationFrameCallback callback)
 
void webkitCancelAnimationFrame (long id)
 
void webkitCancelRequestAnimationFrame (long id)
 
void captureEvents ()
 
void releaseEvents ()
 
NodeList collectMatchingElementsInFlatTree (Node scope, DOMString selectors)
 
Element matchingElementInFlatTree (Node scope, DOMString selectors)
 
virtual HRESULT STDMETHODCALLTYPE QueryInterface (_In_ REFIID riid, _COM_Outptr_ void **ppvObject)
 
virtual ULONG STDMETHODCALLTYPE AddRef ()
 
virtual ULONG STDMETHODCALLTYPE Release ()
 
virtual HRESULT STDMETHODCALLTYPE throwException (_In_ BSTR exceptionMessage, _Out_ BOOL *result)
 
virtual HRESULT STDMETHODCALLTYPE callWebScriptMethod (_In_ BSTR name, __in_ecount_opt(cArgs) const VARIANT args[], int cArgs, _Out_ VARIANT *result)
 
virtual HRESULT STDMETHODCALLTYPE evaluateWebScript (_In_ BSTR script, _Out_ VARIANT *result)
 
virtual HRESULT STDMETHODCALLTYPE removeWebScriptKey (_In_ BSTR name)
 
virtual HRESULT STDMETHODCALLTYPE stringRepresentation (__deref_opt_out BSTR *stringRepresentation)
 
virtual HRESULT STDMETHODCALLTYPE webScriptValueAtIndex (unsigned index, _Out_ VARIANT *result)
 
virtual HRESULT STDMETHODCALLTYPE setWebScriptValueAtIndex (unsigned index, VARIANT val)
 
virtual HRESULT STDMETHODCALLTYPE setException (_In_ BSTR description)
 
virtual HRESULT STDMETHODCALLTYPE document (_COM_Outptr_opt_ IDOMDocument **)
 
virtual HRESULT STDMETHODCALLTYPE getComputedStyle (_In_opt_ IDOMElement *, _In_ BSTR)
 
virtual HRESULT STDMETHODCALLTYPE getMatchedCSSRules (_In_opt_ IDOMElement *, _In_ BSTR, BOOL, _COM_Outptr_opt_ IDOMCSSRuleList **)
 
virtual HRESULT STDMETHODCALLTYPE devicePixelRatio (_Out_ double *)
 
virtual HRESULT STDMETHODCALLTYPE addEventListener (_In_ BSTR, _In_opt_ IDOMEventListener *, BOOL)
 
virtual HRESULT STDMETHODCALLTYPE removeEventListener (_In_ BSTR, _In_opt_ IDOMEventListener *, BOOL)
 
virtual HRESULT STDMETHODCALLTYPE dispatchEvent (_In_opt_ IDOMEvent *, _Out_ BOOL *)
 
WebCore::DOMWindowwindow ()
 
- Public Member Functions inherited from DOMObject
(instancetype) - NS_UNAVAILABLE
 
(DOMStyleSheet *sheet) - WEBKIT_AVAILABLE_MAC
 
- Public Member Functions inherited from WebScriptObject
(10_5) - WEBKIT_AVAILABLE_MAC
 
(id- callWebScriptMethod:withArguments:
 
(id- evaluateWebScript:
 
(void- removeWebScriptKey:
 
(NSString *) - stringRepresentation
 
(id- webScriptValueAtIndex:
 
(void- setWebScriptValueAtIndex:value:
 
(void- setException:
 
(10_5) - WEBKIT_AVAILABLE_MAC
 
(id- callWebScriptMethod:withArguments:
 
(id- evaluateWebScript:
 
(void- removeWebScriptKey:
 
(NSString *) - stringRepresentation
 
(id- webScriptValueAtIndex:
 
(void- setWebScriptValueAtIndex:value:
 
(void- setException:
 
() - WebScriptObject
 
(virtual) - ~WebScriptObject
 
() - WebScriptObject
 
(virtual) - ~WebScriptObject
 
(virtual HRESULT STDMETHODCALLTYPE) - callWebScriptMethod
 
(id- _init
 
(id- _init
 
(id- _initWithJSObject:originRootObject:rootObject:
 
(id- _initWithJSObject:originRootObject:rootObject:
 
(void- _setImp:originRootObject:rootObject:
 
(void- _setImp:originRootObject:rootObject:
 
(void- _setOriginRootObject:andRootObject:
 
(void- _setOriginRootObject:andRootObject:
 
(void- _initializeScriptDOMNodeImp
 
(void- _initializeScriptDOMNodeImp
 
(JSC::JSObject *) - _imp
 
(JSC::JSObject *) - _imp
 
(BOOL- _hasImp
 
(BOOL- _hasImp
 
(JSC::Bindings::RootObject *) - _rootObject
 
(JSC::Bindings::RootObject *) - _rootObject
 
(JSC::Bindings::RootObject *) - _originRootObject
 
(JSC::Bindings::RootObject *) - _originRootObject
 
(JSGlobalContextRef- _globalContextRef
 
(JSGlobalContextRef- _globalContextRef
 
(BOOL- hasWebScriptKey:
 
(BOOL- hasWebScriptKey:
 
(BOOL- hasWebScriptKey:
 
- 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)
 
- Public Member Functions inherited from IDOMWindow
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 IDOMEventTarget
HRESULT addEventListener ([in] BSTR type, [in] IDOMEventListener *listener, [in] BOOL useCapture)
 
HRESULT removeEventListener ([in] BSTR type, [in] IDOMEventListener *listener, [in] BOOL useCapture)
 
HRESULT dispatchEvent ([in] IDOMEvent *event, [out, retval] BOOL *result)
 
- Public Member Functions inherited from EventTarget
void addEventListener ([AtomicString] DOMString type, EventListener? callback, optional(AddEventListenerOptions or boolean) options=false)
 
void removeEventListener ([AtomicString] DOMString type, EventListener? callback, optional(EventListenerOptions or boolean) options=false)
 
boolean dispatchEvent (Event event)
 

Static Public Member Functions

static IDOMWindowcreateInstance (WebCore::DOMWindow *)
 
- Static Public Member Functions inherited from WebScriptObject
(BOOL+ throwException:
 
(BOOL+ throwException:
 
(id+ _convertValueToObjcValue:originRootObject:rootObject:
 
(id+ _convertValueToObjcValue:originRootObject:rootObject:
 
(id+ scriptObjectForJSObject:originRootObject:rootObject:
 
(id+ scriptObjectForJSObject:originRootObject:rootObject:
 

Public Attributes

attribute WebKitPlaybackTargetAvailabilityEventConstructor WebKitPlaybackTargetAvailabilityEvent
 
attribute ApplePaySessionConstructor ApplePaySession
 
attribute BasicCredentialConstructor Credential
 
attribute PasswordCredentialConstructor PasswordCredential
 
attribute SiteBoundCredentialConstructor SiteBoundCredential
 
attribute MediaKeyMessageEventConstructor MediaKeyMessageEvent
 
attribute MediaKeySessionConstructor MediaKeySession
 
attribute MediaKeyStatusMapConstructor MediaKeyStatusMap
 
attribute MediaKeySystemAccessConstructor MediaKeySystemAccess
 
attribute MediaKeysConstructor MediaKeys
 
attribute WebKitMediaKeyMessageEventConstructor WebKitMediaKeyMessageEvent
 
attribute WebKitMediaKeyNeededEventConstructor WebKitMediaKeyNeededEvent
 
attribute WebKitMediaKeySessionConstructor WebKitMediaKeySession
 
attribute WebKitMediaKeysConstructor WebKitMediaKeys
 
attribute FetchHeadersConstructor Headers
 
attribute FetchRequestConstructor Request
 
attribute FetchResponseConstructor Response
 
attribute GamepadConstructor Gamepad
 
attribute GamepadButtonConstructor GamepadButton
 
attribute GamepadEventConstructor GamepadEvent
 
attribute IDBCursorConstructor IDBCursor
 
attribute IDBCursorWithValueConstructor IDBCursorWithValue
 
attribute IDBDatabaseConstructor IDBDatabase
 
attribute IDBFactoryConstructor IDBFactory
 
attribute IDBIndexConstructor IDBIndex
 
attribute IDBKeyRangeConstructor IDBKeyRange
 
attribute IDBObjectStoreConstructor IDBObjectStore
 
attribute IDBOpenDBRequestConstructor IDBOpenDBRequest
 
attribute IDBRequestConstructor IDBRequest
 
attribute IDBTransactionConstructor IDBTransaction
 
attribute IDBVersionChangeEventConstructor IDBVersionChangeEvent
 
attribute MediaRemoteControlsConstructor MediaRemoteControls
 
attribute MediaSessionConstructor MediaSession
 
attribute MediaSourceConstructor MediaSource
 
attribute SourceBufferConstructor SourceBuffer
 
attribute SourceBufferListConstructor SourceBufferList
 
attribute MediaStreamConstructor MediaStream
 
attribute MediaStreamEventConstructor MediaStreamEvent
 
attribute MediaStreamTrackConstructor MediaStreamTrack
 
attribute MediaStreamTrackEventConstructor MediaStreamTrackEvent
 
attribute OverconstrainedErrorConstructor OverconstrainedError
 
attribute OverconstrainedErrorEventConstructor OverconstrainedErrorEvent
 
attribute RTCDTMFToneChangeEventConstructor RTCDTMFToneChangeEvent
 
attribute RTCIceCandidateConstructor RTCIceCandidate
 
attribute RTCPeerConnectionConstructor RTCPeerConnection
 
attribute RTCRtpReceiverConstructor RTCRtpReceiver
 
attribute RTCRtpSenderConstructor RTCRtpSender
 
attribute RTCRtpTransceiverConstructor RTCRtpTransceiver
 
attribute RTCSessionDescriptionConstructor RTCSessionDescription
 
attribute RTCTrackEventConstructor RTCTrackEvent
 
attribute NotificationConstructor Notification
 
attribute SpeechSynthesisEventConstructor SpeechSynthesisEvent
 
attribute SpeechSynthesisUtteranceConstructor SpeechSynthesisUtterance
 
attribute ByteLengthQueuingStrategyConstructor ByteLengthQueuingStrategy
 
attribute CountQueuingStrategyConstructor CountQueuingStrategy
 
attribute ReadableStreamConstructor ReadableStream
 
attribute WritableStreamConstructor WritableStream
 
attribute AnalyserNodeConstructor AnalyserNode
 
attribute AudioBufferConstructor AudioBuffer
 
attribute AudioBufferSourceNodeConstructor AudioBufferSourceNode
 
attribute AudioContextConstructor webkitAudioContext
 
attribute AudioDestinationNodeConstructor AudioDestinationNode
 
attribute AudioListenerConstructor AudioListener
 
attribute AudioNodeConstructor AudioNode
 
attribute AudioParamConstructor AudioParam
 
attribute AudioProcessingEventConstructor AudioProcessingEvent
 
attribute BiquadFilterNodeConstructor BiquadFilterNode
 
attribute ChannelMergerNodeConstructor ChannelMergerNode
 
attribute ChannelSplitterNodeConstructor ChannelSplitterNode
 
attribute ConvolverNodeConstructor ConvolverNode
 
attribute DelayNodeConstructor DelayNode
 
attribute DynamicsCompressorNodeConstructor DynamicsCompressorNode
 
attribute GainNodeConstructor GainNode
 
attribute MediaElementAudioSourceNodeConstructor MediaElementAudioSourceNode
 
attribute MediaStreamAudioDestinationNodeConstructor MediaStreamAudioDestinationNode
 
attribute MediaStreamAudioSourceNodeConstructor MediaStreamAudioSourceNode
 
attribute OfflineAudioCompletionEventConstructor OfflineAudioCompletionEvent
 
attribute OfflineAudioContextConstructor webkitOfflineAudioContext
 
attribute OscillatorNodeConstructor OscillatorNode
 
attribute PannerNodeConstructor webkitAudioPannerNode
 
attribute PeriodicWaveConstructor PeriodicWave
 
attribute ScriptProcessorNodeConstructor ScriptProcessorNode
 
attribute WaveShaperNodeConstructor WaveShaperNode
 
attribute DatabaseConstructor Database
 
attribute SQLErrorConstructor SQLError
 
attribute SQLExceptionConstructor SQLException
 
attribute SQLResultSetConstructor SQLResultSet
 
attribute SQLResultSetRowListConstructor SQLResultSetRowList
 
attribute SQLTransactionConstructor SQLTransaction
 
attribute CloseEventConstructor CloseEvent
 
attribute WebSocketConstructor WebSocket
 
attribute AnimationEffectConstructor AnimationEffectReadOnly
 
attribute AnimationTimelineConstructor AnimationTimeline
 
attribute DocumentTimelineConstructor DocumentTimeline
 
attribute KeyframeEffectConstructor KeyframeEffect
 
attribute WebAnimationConstructor Animation
 
attribute CryptoKeyConstructor CryptoKey
 
attribute SubtleCryptoConstructor SubtleCrypto
 
attribute CSSFontFaceLoadEventConstructor CSSFontFaceLoadEvent
 
attribute CSSFontFaceRuleConstructor CSSFontFaceRule
 
attribute CSSImportRuleConstructor CSSImportRule
 
attribute CSSKeyframeRuleConstructor CSSKeyframeRule
 
attribute CSSKeyframesRuleConstructor CSSKeyframesRule
 
attribute CSSMediaRuleConstructor CSSMediaRule
 
attribute CSSNamespaceRuleConstructor CSSNamespaceRule
 
attribute CSSPageRuleConstructor CSSPageRule
 
attribute CSSRuleConstructor CSSRule
 
attribute CSSRuleListConstructor CSSRuleList
 
attribute CSSStyleDeclarationConstructor CSSStyleDeclaration
 
attribute CSSStyleRuleConstructor CSSStyleRule
 
attribute CSSStyleSheetConstructor CSSStyleSheet
 
attribute CSSSupportsRuleConstructor CSSSupportsRule
 
attribute DOMCSSNamespaceConstructor CSS
 
attribute DeprecatedCSSOMCounterConstructor Counter
 
attribute DeprecatedCSSOMPrimitiveValueConstructor CSSPrimitiveValue
 
attribute DeprecatedCSSOMRGBColorConstructor RGBColor
 
attribute DeprecatedCSSOMRectConstructor Rect
 
attribute DeprecatedCSSOMValueConstructor CSSValue
 
attribute DeprecatedCSSOMValueListConstructor CSSValueList
 
attribute FontFaceConstructor FontFace
 
attribute FontFaceSetConstructor FontFaceSet
 
attribute MediaListConstructor MediaList
 
attribute StyleSheetConstructor StyleSheet
 
attribute StyleSheetListConstructor StyleSheetList
 
attribute WebKitCSSMatrixConstructor WebKitCSSMatrix
 
attribute WebKitCSSRegionRuleConstructor WebKitCSSRegionRule
 
attribute WebKitCSSViewportRuleConstructor WebKitCSSViewportRule
 
attribute AnimationEventConstructor AnimationEvent
 
attribute AttrConstructor Attr
 
attribute AutocompleteErrorEventConstructor AutocompleteErrorEvent
 
attribute BeforeLoadEventConstructor BeforeLoadEvent
 
attribute BeforeUnloadEventConstructor BeforeUnloadEvent
 
attribute CDATASectionConstructor CDATASection
 
attribute CharacterDataConstructor CharacterData
 
attribute ClientRectConstructor ClientRect
 
attribute ClientRectListConstructor ClientRectList
 
attribute ClipboardEventConstructor ClipboardEvent
 
attribute CommentConstructor Comment
 
attribute CompositionEventConstructor CompositionEvent
 
attribute CustomElementRegistryConstructor CustomElementRegistry
 
attribute CustomEventConstructor CustomEvent
 
attribute DOMCoreExceptionConstructor DOMException
 
attribute DOMImplementationConstructor DOMImplementation
 
attribute DOMPointConstructor DOMPoint
 
attribute DOMPointReadOnlyConstructor DOMPointReadOnly
 
attribute DOMRectConstructor DOMRect
 
attribute DOMRectReadOnlyConstructor DOMRectReadOnly
 
attribute DOMStringListConstructor DOMStringList
 
attribute DOMStringMapConstructor DOMStringMap
 
attribute DataTransferConstructor DataTransfer
 
attribute DeviceMotionEventConstructor DeviceMotionEvent
 
attribute DeviceOrientationEventConstructor DeviceOrientationEvent
 
attribute DocumentConstructor Document
 
attribute DocumentFragmentConstructor DocumentFragment
 
attribute DocumentTypeConstructor DocumentType
 
attribute ElementConstructor Element
 
attribute ErrorEventConstructor ErrorEvent
 
attribute EventConstructor Event
 
attribute EventTargetConstructor EventTarget
 
attribute FocusEventConstructor FocusEvent
 
attribute HashChangeEventConstructor HashChangeEvent
 
attribute InputEventConstructor InputEvent
 
attribute KeyboardEventConstructor KeyboardEvent
 
attribute MessageChannelConstructor MessageChannel
 
attribute MessageEventConstructor MessageEvent
 
attribute MessagePortConstructor MessagePort
 
attribute MouseEventConstructor MouseEvent
 
attribute MutationEventConstructor MutationEvent
 
attribute MutationObserverConstructor MutationObserver
 
attribute MutationRecordConstructor MutationRecord
 
attribute NamedNodeMapConstructor NamedNodeMap
 
attribute NodeConstructor Node
 
attribute NodeFilterConstructor NodeFilter
 
attribute NodeIteratorConstructor NodeIterator
 
attribute NodeListConstructor NodeList
 
attribute OverflowEventConstructor OverflowEvent
 
attribute PageTransitionEventConstructor PageTransitionEvent
 
attribute PopStateEventConstructor PopStateEvent
 
attribute ProcessingInstructionConstructor ProcessingInstruction
 
attribute ProgressEventConstructor ProgressEvent
 
attribute RangeConstructor Range
 
attribute SecurityPolicyViolationEventConstructor SecurityPolicyViolationEvent
 
attribute ShadowRootConstructor ShadowRoot
 
attribute StaticRangeConstructor StaticRange
 
attribute TextConstructor Text
 
attribute TextDecoderConstructor TextDecoder
 
attribute TextEncoderConstructor TextEncoder
 
attribute TextEventConstructor TextEvent
 
attribute TouchConstructor Touch
 
attribute TouchEventConstructor TouchEvent
 
attribute TouchListConstructor TouchList
 
attribute TransitionEventConstructor TransitionEvent
 
attribute TreeWalkerConstructor TreeWalker
 
attribute UIEventConstructor UIEvent
 
attribute WebKitAnimationEventConstructor WebKitAnimationEvent
 
attribute WebKitTransitionEventConstructor WebKitTransitionEvent
 
attribute WheelEventConstructor WheelEvent
 
attribute XMLDocumentConstructor XMLDocument
 
attribute BlobConstructor Blob
 
attribute FileConstructor File
 
attribute FileErrorConstructor FileError
 
attribute FileListConstructor FileList
 
attribute FileReaderConstructor FileReader
 
attribute DOMFormDataConstructor FormData
 
attribute DOMTokenListConstructor DOMTokenList
 
attribute DOMURLConstructor URL
 
attribute HTMLAllCollectionConstructor HTMLAllCollection
 
attribute HTMLAnchorElementConstructor HTMLAnchorElement
 
attribute HTMLAppletElementConstructor HTMLAppletElement
 
attribute HTMLAreaElementConstructor HTMLAreaElement
 
attribute HTMLAttachmentElementConstructor HTMLAttachmentElement
 
attribute HTMLAudioElementConstructor HTMLAudioElement
 
attribute HTMLAudioElementNamedConstructor Audio
 
attribute HTMLBRElementConstructor HTMLBRElement
 
attribute HTMLBaseElementConstructor HTMLBaseElement
 
attribute HTMLBodyElementConstructor HTMLBodyElement
 
attribute HTMLButtonElementConstructor HTMLButtonElement
 
attribute HTMLCanvasElementConstructor HTMLCanvasElement
 
attribute HTMLCollectionConstructor HTMLCollection
 
attribute HTMLDListElementConstructor HTMLDListElement
 
attribute HTMLDataElementConstructor HTMLDataElement
 
attribute HTMLDataListElementConstructor HTMLDataListElement
 
attribute HTMLDetailsElementConstructor HTMLDetailsElement
 
attribute HTMLDirectoryElementConstructor HTMLDirectoryElement
 
attribute HTMLDivElementConstructor HTMLDivElement
 
attribute HTMLDocumentConstructor HTMLDocument
 
attribute HTMLElementConstructor HTMLElement
 
attribute HTMLEmbedElementConstructor HTMLEmbedElement
 
attribute HTMLFieldSetElementConstructor HTMLFieldSetElement
 
attribute HTMLFontElementConstructor HTMLFontElement
 
attribute HTMLFormControlsCollectionConstructor HTMLFormControlsCollection
 
attribute HTMLFormElementConstructor HTMLFormElement
 
attribute HTMLFrameElementConstructor HTMLFrameElement
 
attribute HTMLFrameSetElementConstructor HTMLFrameSetElement
 
attribute HTMLHRElementConstructor HTMLHRElement
 
attribute HTMLHeadElementConstructor HTMLHeadElement
 
attribute HTMLHeadingElementConstructor HTMLHeadingElement
 
attribute HTMLHtmlElementConstructor HTMLHtmlElement
 
attribute HTMLIFrameElementConstructor HTMLIFrameElement
 
attribute HTMLImageElementConstructor HTMLImageElement
 
attribute HTMLImageElementNamedConstructor Image
 
attribute HTMLInputElementConstructor HTMLInputElement
 
attribute HTMLKeygenElementConstructor HTMLKeygenElement
 
attribute HTMLLIElementConstructor HTMLLIElement
 
attribute HTMLLabelElementConstructor HTMLLabelElement
 
attribute HTMLLegendElementConstructor HTMLLegendElement
 
attribute HTMLLinkElementConstructor HTMLLinkElement
 
attribute HTMLMapElementConstructor HTMLMapElement
 
attribute HTMLMarqueeElementConstructor HTMLMarqueeElement
 
attribute HTMLMediaElementConstructor HTMLMediaElement
 
attribute HTMLMenuElementConstructor HTMLMenuElement
 
attribute HTMLMetaElementConstructor HTMLMetaElement
 
attribute HTMLMeterElementConstructor HTMLMeterElement
 
attribute HTMLModElementConstructor HTMLModElement
 
attribute HTMLOListElementConstructor HTMLOListElement
 
attribute HTMLObjectElementConstructor HTMLObjectElement
 
attribute HTMLOptGroupElementConstructor HTMLOptGroupElement
 
attribute HTMLOptionElementConstructor HTMLOptionElement
 
attribute HTMLOptionElementNamedConstructor Option
 
attribute HTMLOptionsCollectionConstructor HTMLOptionsCollection
 
attribute HTMLOutputElementConstructor HTMLOutputElement
 
attribute HTMLParagraphElementConstructor HTMLParagraphElement
 
attribute HTMLParamElementConstructor HTMLParamElement
 
attribute HTMLPictureElementConstructor HTMLPictureElement
 
attribute HTMLPreElementConstructor HTMLPreElement
 
attribute HTMLProgressElementConstructor HTMLProgressElement
 
attribute HTMLQuoteElementConstructor HTMLQuoteElement
 
attribute HTMLScriptElementConstructor HTMLScriptElement
 
attribute HTMLSelectElementConstructor HTMLSelectElement
 
attribute HTMLSlotElementConstructor HTMLSlotElement
 
attribute HTMLSourceElementConstructor HTMLSourceElement
 
attribute HTMLSpanElementConstructor HTMLSpanElement
 
attribute HTMLStyleElementConstructor HTMLStyleElement
 
attribute HTMLTableCaptionElementConstructor HTMLTableCaptionElement
 
attribute HTMLTableCellElementConstructor HTMLTableCellElement
 
attribute HTMLTableColElementConstructor HTMLTableColElement
 
attribute HTMLTableElementConstructor HTMLTableElement
 
attribute HTMLTableRowElementConstructor HTMLTableRowElement
 
attribute HTMLTableSectionElementConstructor HTMLTableSectionElement
 
attribute HTMLTemplateElementConstructor HTMLTemplateElement
 
attribute HTMLTextAreaElementConstructor HTMLTextAreaElement
 
attribute HTMLTimeElementConstructor HTMLTimeElement
 
attribute HTMLTitleElementConstructor HTMLTitleElement
 
attribute HTMLTrackElementConstructor HTMLTrackElement
 
attribute HTMLUListElementConstructor HTMLUListElement
 
attribute HTMLUnknownElementConstructor HTMLUnknownElement
 
attribute HTMLVideoElementConstructor HTMLVideoElement
 
attribute ImageDataConstructor ImageData
 
attribute MediaControllerConstructor MediaController
 
attribute MediaEncryptedEventConstructor MediaEncryptedEvent
 
attribute MediaErrorConstructor MediaError
 
attribute RadioNodeListConstructor RadioNodeList
 
attribute TextMetricsConstructor TextMetrics
 
attribute TimeRangesConstructor TimeRanges
 
attribute URLSearchParamsConstructor URLSearchParams
 
attribute ValidityStateConstructor ValidityState
 
attribute WebKitMediaKeyErrorConstructor WebKitMediaKeyError
 
attribute CanvasGradientConstructor CanvasGradient
 
attribute CanvasPatternConstructor CanvasPattern
 
attribute CanvasProxyConstructor CanvasProxy
 
attribute CanvasRenderingContext2DConstructor CanvasRenderingContext2D
 
attribute DOMPathConstructor Path2D
 
attribute WebGL2RenderingContextConstructor WebGL2RenderingContext
 
attribute WebGLActiveInfoConstructor WebGLActiveInfo
 
attribute WebGLBufferConstructor WebGLBuffer
 
attribute WebGLContextEventConstructor WebGLContextEvent
 
attribute WebGLFramebufferConstructor WebGLFramebuffer
 
attribute WebGLProgramConstructor WebGLProgram
 
attribute WebGLQueryConstructor WebGLQuery
 
attribute WebGLRenderbufferConstructor WebGLRenderbuffer
 
attribute WebGLRenderingContextConstructor WebGLRenderingContext
 
attribute WebGLSamplerConstructor WebGLSampler
 
attribute WebGLShaderConstructor WebGLShader
 
attribute WebGLShaderPrecisionFormatConstructor WebGLShaderPrecisionFormat
 
attribute WebGLSyncConstructor WebGLSync
 
attribute WebGLTextureConstructor WebGLTexture
 
attribute WebGLTransformFeedbackConstructor WebGLTransformFeedback
 
attribute WebGLUniformLocationConstructor WebGLUniformLocation
 
attribute WebGLVertexArrayObjectConstructor WebGLVertexArrayObject
 
attribute AudioTrackConstructor AudioTrack
 
attribute AudioTrackListConstructor AudioTrackList
 
attribute DataCueConstructor DataCue
 
attribute TextTrackConstructor TextTrack
 
attribute TextTrackCueConstructor TextTrackCue
 
attribute TextTrackCueListConstructor TextTrackCueList
 
attribute TextTrackListConstructor TextTrackList
 
attribute TrackEventConstructor TrackEvent
 
attribute VTTCueConstructor VTTCue
 
attribute VTTRegionConstructor VTTRegion
 
attribute VideoTrackConstructor VideoTrack
 
attribute VideoTrackListConstructor VideoTrackList
 
attribute DOMApplicationCacheConstructor ApplicationCache
 
attribute BarPropConstructor BarProp
 
attribute CryptoConstructor Crypto
 
attribute DOMSelectionConstructor Selection
 
attribute DOMWindowConstructor Window
 
attribute EventSourceConstructor EventSource
 
attribute HistoryConstructor History
 
attribute IntersectionObserverConstructor IntersectionObserver
 
attribute IntersectionObserverEntryConstructor IntersectionObserverEntry
 
attribute LocationConstructor Location
 
attribute NavigatorConstructor Navigator
 
attribute PerformanceConstructor Performance
 
attribute PerformanceEntryConstructor PerformanceEntry
 
attribute PerformanceMarkConstructor PerformanceMark
 
attribute PerformanceMeasureConstructor PerformanceMeasure
 
attribute PerformanceNavigationConstructor PerformanceNavigation
 
attribute PerformanceObserverConstructor PerformanceObserver
 
attribute PerformanceObserverEntryListConstructor PerformanceObserverEntryList
 
attribute PerformanceResourceTimingConstructor PerformanceResourceTiming
 
attribute PerformanceTimingConstructor PerformanceTiming
 
attribute ScreenConstructor Screen
 
attribute UserMessageHandlerConstructor UserMessageHandler
 
attribute UserMessageHandlersNamespaceConstructor UserMessageHandlersNamespace
 
attribute WebKitNamespaceConstructor WebKitNamespace
 
attribute WebKitPointConstructor WebKitPoint
 
attribute DOMMimeTypeConstructor MimeType
 
attribute DOMMimeTypeArrayConstructor MimeTypeArray
 
attribute DOMPluginConstructor Plugin
 
attribute DOMPluginArrayConstructor PluginArray
 
attribute StorageConstructor Storage
 
attribute StorageEventConstructor StorageEvent
 
attribute SVGAElementConstructor SVGAElement
 
attribute SVGAltGlyphDefElementConstructor SVGAltGlyphDefElement
 
attribute SVGAltGlyphElementConstructor SVGAltGlyphElement
 
attribute SVGAltGlyphItemElementConstructor SVGAltGlyphItemElement
 
attribute SVGAngleConstructor SVGAngle
 
attribute SVGAnimateColorElementConstructor SVGAnimateColorElement
 
attribute SVGAnimateElementConstructor SVGAnimateElement
 
attribute SVGAnimateMotionElementConstructor SVGAnimateMotionElement
 
attribute SVGAnimateTransformElementConstructor SVGAnimateTransformElement
 
attribute SVGAnimatedAngleConstructor SVGAnimatedAngle
 
attribute SVGAnimatedBooleanConstructor SVGAnimatedBoolean
 
attribute SVGAnimatedEnumerationConstructor SVGAnimatedEnumeration
 
attribute SVGAnimatedIntegerConstructor SVGAnimatedInteger
 
attribute SVGAnimatedLengthConstructor SVGAnimatedLength
 
attribute SVGAnimatedLengthListConstructor SVGAnimatedLengthList
 
attribute SVGAnimatedNumberConstructor SVGAnimatedNumber
 
attribute SVGAnimatedNumberListConstructor SVGAnimatedNumberList
 
attribute SVGAnimatedPreserveAspectRatioConstructor SVGAnimatedPreserveAspectRatio
 
attribute SVGAnimatedRectConstructor SVGAnimatedRect
 
attribute SVGAnimatedStringConstructor SVGAnimatedString
 
attribute SVGAnimatedTransformListConstructor SVGAnimatedTransformList
 
attribute SVGAnimationElementConstructor SVGAnimationElement
 
attribute SVGCircleElementConstructor SVGCircleElement
 
attribute SVGClipPathElementConstructor SVGClipPathElement
 
attribute SVGComponentTransferFunctionElementConstructor SVGComponentTransferFunctionElement
 
attribute SVGCursorElementConstructor SVGCursorElement
 
attribute SVGDefsElementConstructor SVGDefsElement
 
attribute SVGDescElementConstructor SVGDescElement
 
attribute SVGElementConstructor SVGElement
 
attribute SVGEllipseElementConstructor SVGEllipseElement
 
attribute SVGExceptionConstructor SVGException
 
attribute SVGFEBlendElementConstructor SVGFEBlendElement
 
attribute SVGFEColorMatrixElementConstructor SVGFEColorMatrixElement
 
attribute SVGFEComponentTransferElementConstructor SVGFEComponentTransferElement
 
attribute SVGFECompositeElementConstructor SVGFECompositeElement
 
attribute SVGFEConvolveMatrixElementConstructor SVGFEConvolveMatrixElement
 
attribute SVGFEDiffuseLightingElementConstructor SVGFEDiffuseLightingElement
 
attribute SVGFEDisplacementMapElementConstructor SVGFEDisplacementMapElement
 
attribute SVGFEDistantLightElementConstructor SVGFEDistantLightElement
 
attribute SVGFEDropShadowElementConstructor SVGFEDropShadowElement
 
attribute SVGFEFloodElementConstructor SVGFEFloodElement
 
attribute SVGFEFuncAElementConstructor SVGFEFuncAElement
 
attribute SVGFEFuncBElementConstructor SVGFEFuncBElement
 
attribute SVGFEFuncGElementConstructor SVGFEFuncGElement
 
attribute SVGFEFuncRElementConstructor SVGFEFuncRElement
 
attribute SVGFEGaussianBlurElementConstructor SVGFEGaussianBlurElement
 
attribute SVGFEImageElementConstructor SVGFEImageElement
 
attribute SVGFEMergeElementConstructor SVGFEMergeElement
 
attribute SVGFEMergeNodeElementConstructor SVGFEMergeNodeElement
 
attribute SVGFEMorphologyElementConstructor SVGFEMorphologyElement
 
attribute SVGFEOffsetElementConstructor SVGFEOffsetElement
 
attribute SVGFEPointLightElementConstructor SVGFEPointLightElement
 
attribute SVGFESpecularLightingElementConstructor SVGFESpecularLightingElement
 
attribute SVGFESpotLightElementConstructor SVGFESpotLightElement
 
attribute SVGFETileElementConstructor SVGFETileElement
 
attribute SVGFETurbulenceElementConstructor SVGFETurbulenceElement
 
attribute SVGFilterElementConstructor SVGFilterElement
 
attribute SVGFontElementConstructor SVGFontElement
 
attribute SVGFontFaceElementConstructor SVGFontFaceElement
 
attribute SVGFontFaceFormatElementConstructor SVGFontFaceFormatElement
 
attribute SVGFontFaceNameElementConstructor SVGFontFaceNameElement
 
attribute SVGFontFaceSrcElementConstructor SVGFontFaceSrcElement
 
attribute SVGFontFaceUriElementConstructor SVGFontFaceUriElement
 
attribute SVGForeignObjectElementConstructor SVGForeignObjectElement
 
attribute SVGGElementConstructor SVGGElement
 
attribute SVGGlyphElementConstructor SVGGlyphElement
 
attribute SVGGlyphRefElementConstructor SVGGlyphRefElement
 
attribute SVGGradientElementConstructor SVGGradientElement
 
attribute SVGGraphicsElementConstructor SVGGraphicsElement
 
attribute SVGHKernElementConstructor SVGHKernElement
 
attribute SVGImageElementConstructor SVGImageElement
 
attribute SVGLengthConstructor SVGLength
 
attribute SVGLengthListConstructor SVGLengthList
 
attribute SVGLineElementConstructor SVGLineElement
 
attribute SVGLinearGradientElementConstructor SVGLinearGradientElement
 
attribute SVGMPathElementConstructor SVGMPathElement
 
attribute SVGMarkerElementConstructor SVGMarkerElement
 
attribute SVGMaskElementConstructor SVGMaskElement
 
attribute SVGMatrixConstructor SVGMatrix
 
attribute SVGMetadataElementConstructor SVGMetadataElement
 
attribute SVGMissingGlyphElementConstructor SVGMissingGlyphElement
 
attribute SVGNumberConstructor SVGNumber
 
attribute SVGNumberListConstructor SVGNumberList
 
attribute SVGPathElementConstructor SVGPathElement
 
attribute SVGPathSegConstructor SVGPathSeg
 
attribute SVGPathSegArcAbsConstructor SVGPathSegArcAbs
 
attribute SVGPathSegArcRelConstructor SVGPathSegArcRel
 
attribute SVGPathSegClosePathConstructor SVGPathSegClosePath
 
attribute SVGPathSegCurvetoCubicAbsConstructor SVGPathSegCurvetoCubicAbs
 
attribute SVGPathSegCurvetoCubicRelConstructor SVGPathSegCurvetoCubicRel
 
attribute SVGPathSegCurvetoCubicSmoothAbsConstructor SVGPathSegCurvetoCubicSmoothAbs
 
attribute SVGPathSegCurvetoCubicSmoothRelConstructor SVGPathSegCurvetoCubicSmoothRel
 
attribute SVGPathSegCurvetoQuadraticAbsConstructor SVGPathSegCurvetoQuadraticAbs
 
attribute SVGPathSegCurvetoQuadraticRelConstructor SVGPathSegCurvetoQuadraticRel
 
attribute SVGPathSegCurvetoQuadraticSmoothAbsConstructor SVGPathSegCurvetoQuadraticSmoothAbs
 
attribute SVGPathSegCurvetoQuadraticSmoothRelConstructor SVGPathSegCurvetoQuadraticSmoothRel
 
attribute SVGPathSegLinetoAbsConstructor SVGPathSegLinetoAbs
 
attribute SVGPathSegLinetoHorizontalAbsConstructor SVGPathSegLinetoHorizontalAbs
 
attribute SVGPathSegLinetoHorizontalRelConstructor SVGPathSegLinetoHorizontalRel
 
attribute SVGPathSegLinetoRelConstructor SVGPathSegLinetoRel
 
attribute SVGPathSegLinetoVerticalAbsConstructor SVGPathSegLinetoVerticalAbs
 
attribute SVGPathSegLinetoVerticalRelConstructor SVGPathSegLinetoVerticalRel
 
attribute SVGPathSegListConstructor SVGPathSegList
 
attribute SVGPathSegMovetoAbsConstructor SVGPathSegMovetoAbs
 
attribute SVGPathSegMovetoRelConstructor SVGPathSegMovetoRel
 
attribute SVGPatternElementConstructor SVGPatternElement
 
attribute SVGPointConstructor SVGPoint
 
attribute SVGPointListConstructor SVGPointList
 
attribute SVGPolygonElementConstructor SVGPolygonElement
 
attribute SVGPolylineElementConstructor SVGPolylineElement
 
attribute SVGPreserveAspectRatioConstructor SVGPreserveAspectRatio
 
attribute SVGRadialGradientElementConstructor SVGRadialGradientElement
 
attribute SVGRectConstructor SVGRect
 
attribute SVGRectElementConstructor SVGRectElement
 
attribute SVGRenderingIntentConstructor SVGRenderingIntent
 
attribute SVGSVGElementConstructor SVGSVGElement
 
attribute SVGScriptElementConstructor SVGScriptElement
 
attribute SVGSetElementConstructor SVGSetElement
 
attribute SVGStopElementConstructor SVGStopElement
 
attribute SVGStringListConstructor SVGStringList
 
attribute SVGStyleElementConstructor SVGStyleElement
 
attribute SVGSwitchElementConstructor SVGSwitchElement
 
attribute SVGSymbolElementConstructor SVGSymbolElement
 
attribute SVGTRefElementConstructor SVGTRefElement
 
attribute SVGTSpanElementConstructor SVGTSpanElement
 
attribute SVGTextContentElementConstructor SVGTextContentElement
 
attribute SVGTextElementConstructor SVGTextElement
 
attribute SVGTextPathElementConstructor SVGTextPathElement
 
attribute SVGTextPositioningElementConstructor SVGTextPositioningElement
 
attribute SVGTitleElementConstructor SVGTitleElement
 
attribute SVGTransformConstructor SVGTransform
 
attribute SVGTransformListConstructor SVGTransformList
 
attribute SVGUnitTypesConstructor SVGUnitTypes
 
attribute SVGUseElementConstructor SVGUseElement
 
attribute SVGVKernElementConstructor SVGVKernElement
 
attribute SVGViewElementConstructor SVGViewElement
 
attribute SVGViewSpecConstructor SVGViewSpec
 
attribute SVGZoomEventConstructor SVGZoomEvent
 
attribute WorkerConstructor Worker
 
attribute DOMParserConstructor DOMParser
 
attribute XMLHttpRequestConstructor XMLHttpRequest
 
attribute XMLHttpRequestEventTargetConstructor XMLHttpRequestEventTarget
 
attribute XMLHttpRequestProgressEventConstructor XMLHttpRequestProgressEvent
 
attribute XMLHttpRequestUploadConstructor XMLHttpRequestUpload
 
attribute XMLSerializerConstructor XMLSerializer
 
attribute XPathEvaluatorConstructor XPathEvaluator
 
attribute XPathExceptionConstructor XPathException
 
attribute XPathExpressionConstructor XPathExpression
 
attribute XPathResultConstructor XPathResult
 
attribute XSLTProcessorConstructor XSLTProcessor
 
readonly attribute IDBFactory indexedDB
 
readonly attribute IDBFactory webkitIndexedDB
 
readonly attribute StorageInfo webkitStorageInfo
 
readonly attribute SpeechSynthesis speechSynthesis
 
readonly attribute Screen screen
 
readonly attribute History history
 
readonly attribute BarProp locationbar
 
readonly attribute BarProp menubar
 
readonly attribute BarProp personalbar
 
readonly attribute BarProp scrollbars
 
readonly attribute BarProp statusbar
 
readonly attribute BarProp toolbar
 
readonly attribute Navigator navigator
 
readonly attribute Navigator clientInformation
 
attribute Location location
 
readonly attribute Event event
 
readonly attribute Element frameElement
 
readonly attribute boolean offscreenBuffering
 
readonly attribute long outerHeight
 
readonly attribute long outerWidth
 
readonly attribute long innerHeight
 
readonly attribute long innerWidth
 
readonly attribute long screenX
 
readonly attribute long screenY
 
readonly attribute long screenLeft
 
readonly attribute long screenTop
 
readonly attribute double scrollX
 
readonly attribute double scrollY
 
readonly attribute double pageXOffset
 
readonly attribute double pageYOffset
 
readonly attribute boolean closed
 
readonly attribute unsigned long length
 
attribute DOMString name
 
attribute DOMString status
 
attribute DOMString defaultStatus
 
attribute DOMString defaultstatus
 
readonly attribute DOMWindow self
 
readonly attribute DOMWindow window
 
readonly attribute DOMWindow frames
 
readonly attribute DOMWindow opener
 
readonly attribute DOMWindow parent
 
readonly attribute DOMWindow top
 
readonly attribute Document document
 
readonly attribute StyleMedia styleMedia
 
readonly attribute unrestricted double devicePixelRatio
 
readonly attribute DOMApplicationCache applicationCache
 
readonly attribute Storage sessionStorage
 
readonly attribute Storage localStorage
 
readonly attribute long orientation
 
attribute XMLDocumentConstructor SVGDocument
 
attribute DOMURLConstructor webkitURL
 
attribute MutationObserverConstructor WebKitMutationObserver
 
readonly attribute CustomElementRegistry customElements
 
attribute EventHandler onanimationend
 
attribute EventHandler onanimationiteration
 
attribute EventHandler onanimationstart
 
attribute EventHandler ontransitionend
 
attribute EventHandler onwebkitanimationend
 
attribute EventHandler onwebkitanimationiteration
 
attribute EventHandler onwebkitanimationstart
 
attribute EventHandler onwebkittransitionend
 
attribute EventHandler ongesturechange
 
attribute EventHandler ongestureend
 
attribute EventHandler ongesturestart
 
attribute EventHandler ondevicemotion
 
attribute EventHandler ondeviceorientation
 
attribute EventHandler onwebkitdeviceproximity
 

Protected Member Functions

 DOMWindow (WebCore::DOMWindow *)
 
 ~DOMWindow ()
 

Protected Attributes

WebCore::DOMWindowm_window
 
- Protected Attributes inherited from DOMObject
package DOMObjectInternal_internal
 
- Protected Attributes inherited from WebScriptObject
WebScriptObjectPrivate_private
 
ULONG m_refCount { 0 }
 

Constructor & Destructor Documentation

◆ DOMWindow()

DOMWindow::DOMWindow ( WebCore::DOMWindow w)
protected

◆ ~DOMWindow()

DOMWindow::~DOMWindow ( )
protected

Member Function Documentation

◆ addEventListener()

HRESULT DOMWindow::addEventListener ( _In_ BSTR  type,
_In_opt_ IDOMEventListener listener,
BOOL  useCapture 
)
virtual

◆ AddRef()

virtual ULONG STDMETHODCALLTYPE DOMWindow::AddRef ( void  )
inlinevirtual

Reimplemented from DOMObject.

◆ alert() [1/2]

void DOMWindow::alert ( )

◆ alert() [2/2]

void DOMWindow::alert ( DOMString  message)

◆ blur()

void DOMWindow::blur ( )

◆ callWebScriptMethod()

virtual HRESULT STDMETHODCALLTYPE DOMWindow::callWebScriptMethod ( _In_ BSTR  name,
__in_ecount_opt(cArgs) const VARIANT  args[],
int  cArgs,
_Out_ VARIANT *  result 
)
inlinevirtual

Reimplemented from DOMObject.

◆ cancelAnimationFrame()

void DOMWindow::cancelAnimationFrame ( long  id)

◆ captureEvents()

void DOMWindow::captureEvents ( )

◆ close()

void DOMWindow::close ( )

◆ collectMatchingElementsInFlatTree()

NodeList DOMWindow::collectMatchingElementsInFlatTree ( Node  scope,
DOMString  selectors 
)

◆ confirm()

boolean DOMWindow::confirm ( optional DOMString  message = "")

◆ createInstance()

IDOMWindow * DOMWindow::createInstance ( WebCore::DOMWindow w)
static

◆ devicePixelRatio()

virtual HRESULT STDMETHODCALLTYPE DOMWindow::devicePixelRatio ( _Out_ double *  )
virtual

◆ dispatchEvent()

HRESULT DOMWindow::dispatchEvent ( _In_opt_ IDOMEvent evt,
_Out_ BOOL result 
)
virtual

◆ document()

virtual HRESULT STDMETHODCALLTYPE DOMWindow::document ( _COM_Outptr_opt_ IDOMDocument **  )
virtual

◆ evaluateWebScript()

virtual HRESULT STDMETHODCALLTYPE DOMWindow::evaluateWebScript ( _In_ BSTR  script,
_Out_ VARIANT *  result 
)
inlinevirtual

Reimplemented from DOMObject.

◆ fetch()

Promise<Response> DOMWindow::fetch ( any  input,
optional RequestInit  init 
)

◆ fetchRequest()

Promise<Response> DOMWindow::fetchRequest ( FetchRequest  request)

◆ find()

boolean DOMWindow::find ( optional DOMString  string = "undefined",
optional boolean  caseSensitive = false,
optional boolean  backwards = false,
optional boolean  wrap = false,
optional boolean  wholeWord = false,
optional boolean  searchInFrames = false,
optional boolean  showDialog = false 
)

◆ focus()

void DOMWindow::focus ( )

◆ getComputedStyle() [1/2]

CSSStyleDeclaration DOMWindow::getComputedStyle ( Element  element,
optional DOMString?  pseudoElement = null 
)

◆ getComputedStyle() [2/2]

HRESULT DOMWindow::getComputedStyle ( _In_opt_ IDOMElement element,
_In_ BSTR  pseudoElement 
)
virtual

◆ getMatchedCSSRules() [1/2]

CSSRuleList DOMWindow::getMatchedCSSRules ( optional Element element = null,
optional DOMString?  pseudoElement = null 
)

◆ getMatchedCSSRules() [2/2]

HRESULT DOMWindow::getMatchedCSSRules ( _In_opt_ IDOMElement element,
_In_ BSTR  pseudoElement,
BOOL  authorOnly,
_COM_Outptr_opt_ IDOMCSSRuleList **  result 
)
virtual

◆ getSelection()

DOMSelection DOMWindow::getSelection ( )

◆ matchingElementInFlatTree()

Element DOMWindow::matchingElementInFlatTree ( Node  scope,
DOMString  selectors 
)

◆ matchMedia()

MediaQueryList DOMWindow::matchMedia ( DOMString  query)

◆ moveBy()

void DOMWindow::moveBy ( optional unrestricted float  x = NaN,
optional unrestricted float  y = NaN 
)

◆ moveTo()

void DOMWindow::moveTo ( optional unrestricted float  x = NaN,
optional unrestricted float  y = NaN 
)

◆ open()

DOMWindow DOMWindow::open ( optional USVString  url = "about:blank",
optional DOMString  target = "_blank",
[TreatNullAs=EmptyString] optional DOMString  features = "" 
)

◆ openDatabase()

Database DOMWindow::openDatabase ( DOMString  name,
DOMString  version,
DOMString  displayName,
unsigned long  estimatedSize,
optional DatabaseCallback creationCallback 
)

◆ postMessage()

void DOMWindow::postMessage ( any  message,
USVString  targetOrigin,
optional sequence< object transfer = [] 
)

◆ print()

void DOMWindow::print ( )

◆ prompt()

DOMString DOMWindow::prompt ( optional DOMString  message = "",
optional DOMString  defaultValue = "" 
)

◆ QueryInterface()

HRESULT DOMWindow::QueryInterface ( _In_ REFIID  riid,
_COM_Outptr_ void **  ppvObject 
)
virtual

Reimplemented from DOMObject.

◆ Release()

virtual ULONG STDMETHODCALLTYPE DOMWindow::Release ( void  )
inlinevirtual

Reimplemented from DOMObject.

◆ releaseEvents()

void DOMWindow::releaseEvents ( )

◆ removeEventListener()

HRESULT DOMWindow::removeEventListener ( _In_ BSTR  type,
_In_opt_ IDOMEventListener listener,
BOOL  useCapture 
)
virtual

◆ removeWebScriptKey()

virtual HRESULT STDMETHODCALLTYPE DOMWindow::removeWebScriptKey ( _In_ BSTR  name)
inlinevirtual

Reimplemented from DOMObject.

◆ requestAnimationFrame()

long DOMWindow::requestAnimationFrame ( RequestAnimationFrameCallback  callback)

◆ resizeBy()

void DOMWindow::resizeBy ( optional unrestricted float  x = NaN,
optional unrestricted float  y = NaN 
)

◆ resizeTo()

void DOMWindow::resizeTo ( optional unrestricted float  width = NaN,
optional unrestricted float  height = NaN 
)

◆ scroll() [1/2]

void DOMWindow::scroll ( unrestricted double  x,
unrestricted double  y 
)

◆ scroll() [2/2]

void DOMWindow::scroll ( optional ScrollToOptions  options)

◆ scrollBy() [1/2]

void DOMWindow::scrollBy ( unrestricted double  x,
unrestricted double  y 
)

◆ scrollBy() [2/2]

void DOMWindow::scrollBy ( optional ScrollToOptions  option)

◆ scrollTo() [1/2]

void DOMWindow::scrollTo ( unrestricted double  x,
unrestricted double  y 
)

◆ scrollTo() [2/2]

void DOMWindow::scrollTo ( optional ScrollToOptions  options)

◆ setException()

virtual HRESULT STDMETHODCALLTYPE DOMWindow::setException ( _In_ BSTR  description)
inlinevirtual

Reimplemented from DOMObject.

◆ setWebScriptValueAtIndex()

virtual HRESULT STDMETHODCALLTYPE DOMWindow::setWebScriptValueAtIndex ( unsigned  index,
VARIANT  val 
)
inlinevirtual

Reimplemented from DOMObject.

◆ showModalDialog()

any DOMWindow::showModalDialog ( DOMString  url,
optional any  dialogArgs,
optional DOMString  featureArgs 
)

◆ stop()

void DOMWindow::stop ( )

◆ stringRepresentation()

virtual HRESULT STDMETHODCALLTYPE DOMWindow::stringRepresentation ( __deref_opt_out BSTR stringRepresentation)
inlinevirtual

Reimplemented from DOMObject.

◆ throwException()

virtual HRESULT STDMETHODCALLTYPE DOMWindow::throwException ( _In_ BSTR  exceptionMessage,
_Out_ BOOL result 
)
inlinevirtual

Reimplemented from DOMObject.

◆ webkitCancelAnimationFrame()

void DOMWindow::webkitCancelAnimationFrame ( long  id)

◆ webkitCancelRequestAnimationFrame()

void DOMWindow::webkitCancelRequestAnimationFrame ( long  id)

◆ webkitConvertPointFromNodeToPage()

WebKitPoint DOMWindow::webkitConvertPointFromNodeToPage ( optional Node node = null,
optional WebKitPoint p = null 
)

◆ webkitConvertPointFromPageToNode()

WebKitPoint DOMWindow::webkitConvertPointFromPageToNode ( optional Node node = null,
optional WebKitPoint p = null 
)

◆ webkitRequestAnimationFrame()

long DOMWindow::webkitRequestAnimationFrame ( RequestAnimationFrameCallback  callback)

◆ webScriptValueAtIndex()

virtual HRESULT STDMETHODCALLTYPE DOMWindow::webScriptValueAtIndex ( unsigned  index,
_Out_ VARIANT *  result 
)
inlinevirtual

Reimplemented from DOMObject.

◆ window()

WebCore::DOMWindow* DOMWindow::window ( )
inline

Member Data Documentation

◆ AnalyserNode

attribute AnalyserNodeConstructor DOMWindow::AnalyserNode

◆ Animation

attribute WebAnimationConstructor DOMWindow::Animation

◆ AnimationEffectReadOnly

attribute AnimationEffectConstructor DOMWindow::AnimationEffectReadOnly

◆ AnimationEvent

attribute AnimationEventConstructor DOMWindow::AnimationEvent

◆ AnimationTimeline

attribute AnimationTimelineConstructor DOMWindow::AnimationTimeline

◆ ApplePaySession

attribute ApplePaySessionConstructor DOMWindow::ApplePaySession

◆ applicationCache

readonly attribute DOMApplicationCache DOMWindow::applicationCache

◆ ApplicationCache

attribute DOMApplicationCacheConstructor DOMWindow::ApplicationCache

◆ Attr

attribute AttrConstructor DOMWindow::Attr

◆ Audio

attribute HTMLAudioElementNamedConstructor DOMWindow::Audio

◆ AudioBuffer

attribute AudioBufferConstructor DOMWindow::AudioBuffer

◆ AudioBufferSourceNode

attribute AudioBufferSourceNodeConstructor DOMWindow::AudioBufferSourceNode

◆ AudioDestinationNode

attribute AudioDestinationNodeConstructor DOMWindow::AudioDestinationNode

◆ AudioListener

attribute AudioListenerConstructor DOMWindow::AudioListener

◆ AudioNode

attribute AudioNodeConstructor DOMWindow::AudioNode

◆ AudioParam

attribute AudioParamConstructor DOMWindow::AudioParam

◆ AudioProcessingEvent

attribute AudioProcessingEventConstructor DOMWindow::AudioProcessingEvent

◆ AudioTrack

attribute AudioTrackConstructor DOMWindow::AudioTrack

◆ AudioTrackList

attribute AudioTrackListConstructor DOMWindow::AudioTrackList

◆ AutocompleteErrorEvent

attribute AutocompleteErrorEventConstructor DOMWindow::AutocompleteErrorEvent

◆ BarProp

attribute BarPropConstructor DOMWindow::BarProp

◆ BeforeLoadEvent

attribute BeforeLoadEventConstructor DOMWindow::BeforeLoadEvent

◆ BeforeUnloadEvent

attribute BeforeUnloadEventConstructor DOMWindow::BeforeUnloadEvent

◆ BiquadFilterNode

attribute BiquadFilterNodeConstructor DOMWindow::BiquadFilterNode

◆ Blob

attribute BlobConstructor DOMWindow::Blob

◆ ByteLengthQueuingStrategy

attribute ByteLengthQueuingStrategyConstructor DOMWindow::ByteLengthQueuingStrategy

◆ CanvasGradient

attribute CanvasGradientConstructor DOMWindow::CanvasGradient

◆ CanvasPattern

attribute CanvasPatternConstructor DOMWindow::CanvasPattern

◆ CanvasProxy

attribute CanvasProxyConstructor DOMWindow::CanvasProxy

◆ CanvasRenderingContext2D

attribute CanvasRenderingContext2DConstructor DOMWindow::CanvasRenderingContext2D

◆ CDATASection

attribute CDATASectionConstructor DOMWindow::CDATASection

◆ ChannelMergerNode

attribute ChannelMergerNodeConstructor DOMWindow::ChannelMergerNode

◆ ChannelSplitterNode

attribute ChannelSplitterNodeConstructor DOMWindow::ChannelSplitterNode

◆ CharacterData

attribute CharacterDataConstructor DOMWindow::CharacterData

◆ clientInformation

readonly attribute Navigator DOMWindow::clientInformation

◆ ClientRect

attribute ClientRectConstructor DOMWindow::ClientRect

◆ ClientRectList

attribute ClientRectListConstructor DOMWindow::ClientRectList

◆ ClipboardEvent

attribute ClipboardEventConstructor DOMWindow::ClipboardEvent

◆ closed

readonly attribute boolean DOMWindow::closed

◆ CloseEvent

attribute CloseEventConstructor DOMWindow::CloseEvent

◆ Comment

attribute CommentConstructor DOMWindow::Comment

◆ CompositionEvent

attribute CompositionEventConstructor DOMWindow::CompositionEvent

◆ ConvolverNode

attribute ConvolverNodeConstructor DOMWindow::ConvolverNode

◆ Counter

attribute DeprecatedCSSOMCounterConstructor DOMWindow::Counter

◆ CountQueuingStrategy

attribute CountQueuingStrategyConstructor DOMWindow::CountQueuingStrategy

◆ Credential

attribute BasicCredentialConstructor DOMWindow::Credential

◆ Crypto

attribute CryptoConstructor DOMWindow::Crypto

◆ CryptoKey

attribute CryptoKeyConstructor DOMWindow::CryptoKey

◆ CSS

attribute DOMCSSNamespaceConstructor DOMWindow::CSS

◆ CSSFontFaceLoadEvent

attribute CSSFontFaceLoadEventConstructor DOMWindow::CSSFontFaceLoadEvent

◆ CSSFontFaceRule

attribute CSSFontFaceRuleConstructor DOMWindow::CSSFontFaceRule

◆ CSSImportRule

attribute CSSImportRuleConstructor DOMWindow::CSSImportRule

◆ CSSKeyframeRule

attribute CSSKeyframeRuleConstructor DOMWindow::CSSKeyframeRule

◆ CSSKeyframesRule

attribute CSSKeyframesRuleConstructor DOMWindow::CSSKeyframesRule

◆ CSSMediaRule

attribute CSSMediaRuleConstructor DOMWindow::CSSMediaRule

◆ CSSNamespaceRule

attribute CSSNamespaceRuleConstructor DOMWindow::CSSNamespaceRule

◆ CSSPageRule

attribute CSSPageRuleConstructor DOMWindow::CSSPageRule

◆ CSSPrimitiveValue

attribute DeprecatedCSSOMPrimitiveValueConstructor DOMWindow::CSSPrimitiveValue

◆ CSSRule

attribute CSSRuleConstructor DOMWindow::CSSRule

◆ CSSRuleList

attribute CSSRuleListConstructor DOMWindow::CSSRuleList

◆ CSSStyleDeclaration

attribute CSSStyleDeclarationConstructor DOMWindow::CSSStyleDeclaration

◆ CSSStyleRule

attribute CSSStyleRuleConstructor DOMWindow::CSSStyleRule

◆ CSSStyleSheet

attribute CSSStyleSheetConstructor DOMWindow::CSSStyleSheet

◆ CSSSupportsRule

attribute CSSSupportsRuleConstructor DOMWindow::CSSSupportsRule

◆ CSSValue

attribute DeprecatedCSSOMValueConstructor DOMWindow::CSSValue

◆ CSSValueList

attribute DeprecatedCSSOMValueListConstructor DOMWindow::CSSValueList

◆ CustomElementRegistry

attribute CustomElementRegistryConstructor DOMWindow::CustomElementRegistry

◆ customElements

readonly attribute CustomElementRegistry DOMWindow::customElements

◆ CustomEvent

attribute CustomEventConstructor DOMWindow::CustomEvent

◆ Database

attribute DatabaseConstructor DOMWindow::Database

◆ DataCue

attribute DataCueConstructor DOMWindow::DataCue

◆ DataTransfer

attribute DataTransferConstructor DOMWindow::DataTransfer

◆ defaultStatus

attribute DOMString DOMWindow::defaultStatus

◆ defaultstatus

attribute DOMString DOMWindow::defaultstatus

◆ DelayNode

attribute DelayNodeConstructor DOMWindow::DelayNode

◆ DeviceMotionEvent

attribute DeviceMotionEventConstructor DOMWindow::DeviceMotionEvent

◆ DeviceOrientationEvent

attribute DeviceOrientationEventConstructor DOMWindow::DeviceOrientationEvent

◆ devicePixelRatio

HRESULT DOMWindow::devicePixelRatio

◆ document

HRESULT DOMWindow::document

◆ Document

attribute DocumentConstructor DOMWindow::Document

◆ DocumentFragment

attribute DocumentFragmentConstructor DOMWindow::DocumentFragment

◆ DocumentTimeline

attribute DocumentTimelineConstructor DOMWindow::DocumentTimeline

◆ DocumentType

attribute DocumentTypeConstructor DOMWindow::DocumentType

◆ DOMException

attribute DOMCoreExceptionConstructor DOMWindow::DOMException

◆ DOMImplementation

attribute DOMImplementationConstructor DOMWindow::DOMImplementation

◆ DOMParser

attribute DOMParserConstructor DOMWindow::DOMParser

◆ DOMPoint

attribute DOMPointConstructor DOMWindow::DOMPoint

◆ DOMPointReadOnly

attribute DOMPointReadOnlyConstructor DOMWindow::DOMPointReadOnly

◆ DOMRect

attribute DOMRectConstructor DOMWindow::DOMRect

◆ DOMRectReadOnly

attribute DOMRectReadOnlyConstructor DOMWindow::DOMRectReadOnly

◆ DOMStringList

attribute DOMStringListConstructor DOMWindow::DOMStringList

◆ DOMStringMap

attribute DOMStringMapConstructor DOMWindow::DOMStringMap

◆ DOMTokenList

attribute DOMTokenListConstructor DOMWindow::DOMTokenList

◆ DynamicsCompressorNode

attribute DynamicsCompressorNodeConstructor DOMWindow::DynamicsCompressorNode

◆ Element

attribute ElementConstructor DOMWindow::Element

◆ ErrorEvent

attribute ErrorEventConstructor DOMWindow::ErrorEvent

◆ event

readonly attribute Event DOMWindow::event

◆ Event

attribute EventConstructor DOMWindow::Event

◆ EventSource

attribute EventSourceConstructor DOMWindow::EventSource

◆ EventTarget

attribute EventTargetConstructor DOMWindow::EventTarget

◆ File

attribute FileConstructor DOMWindow::File

◆ FileError

attribute FileErrorConstructor DOMWindow::FileError

◆ FileList

attribute FileListConstructor DOMWindow::FileList

◆ FileReader

attribute FileReaderConstructor DOMWindow::FileReader

◆ FocusEvent

attribute FocusEventConstructor DOMWindow::FocusEvent

◆ FontFace

attribute FontFaceConstructor DOMWindow::FontFace

◆ FontFaceSet

attribute FontFaceSetConstructor DOMWindow::FontFaceSet

◆ FormData

attribute DOMFormDataConstructor DOMWindow::FormData

◆ frameElement

readonly attribute Element DOMWindow::frameElement

◆ frames

readonly attribute DOMWindow DOMWindow::frames

◆ GainNode

attribute GainNodeConstructor DOMWindow::GainNode

◆ Gamepad

attribute GamepadConstructor DOMWindow::Gamepad

◆ GamepadButton

attribute GamepadButtonConstructor DOMWindow::GamepadButton

◆ GamepadEvent

attribute GamepadEventConstructor DOMWindow::GamepadEvent

◆ HashChangeEvent

attribute HashChangeEventConstructor DOMWindow::HashChangeEvent

◆ Headers

attribute FetchHeadersConstructor DOMWindow::Headers

◆ history

readonly attribute History DOMWindow::history

◆ History

attribute HistoryConstructor DOMWindow::History

◆ HTMLAllCollection

attribute HTMLAllCollectionConstructor DOMWindow::HTMLAllCollection

◆ HTMLAnchorElement

attribute HTMLAnchorElementConstructor DOMWindow::HTMLAnchorElement

◆ HTMLAppletElement

attribute HTMLAppletElementConstructor DOMWindow::HTMLAppletElement

◆ HTMLAreaElement

attribute HTMLAreaElementConstructor DOMWindow::HTMLAreaElement

◆ HTMLAttachmentElement

attribute HTMLAttachmentElementConstructor DOMWindow::HTMLAttachmentElement

◆ HTMLAudioElement

attribute HTMLAudioElementConstructor DOMWindow::HTMLAudioElement

◆ HTMLBaseElement

attribute HTMLBaseElementConstructor DOMWindow::HTMLBaseElement

◆ HTMLBodyElement

attribute HTMLBodyElementConstructor DOMWindow::HTMLBodyElement

◆ HTMLBRElement

attribute HTMLBRElementConstructor DOMWindow::HTMLBRElement

◆ HTMLButtonElement

attribute HTMLButtonElementConstructor DOMWindow::HTMLButtonElement

◆ HTMLCanvasElement

attribute HTMLCanvasElementConstructor DOMWindow::HTMLCanvasElement

◆ HTMLCollection

attribute HTMLCollectionConstructor DOMWindow::HTMLCollection

◆ HTMLDataElement

attribute HTMLDataElementConstructor DOMWindow::HTMLDataElement

◆ HTMLDataListElement

attribute HTMLDataListElementConstructor DOMWindow::HTMLDataListElement

◆ HTMLDetailsElement

attribute HTMLDetailsElementConstructor DOMWindow::HTMLDetailsElement

◆ HTMLDirectoryElement

attribute HTMLDirectoryElementConstructor DOMWindow::HTMLDirectoryElement

◆ HTMLDivElement

attribute HTMLDivElementConstructor DOMWindow::HTMLDivElement

◆ HTMLDListElement

attribute HTMLDListElementConstructor DOMWindow::HTMLDListElement

◆ HTMLDocument

attribute HTMLDocumentConstructor DOMWindow::HTMLDocument

◆ HTMLElement

attribute HTMLElementConstructor DOMWindow::HTMLElement

◆ HTMLEmbedElement

attribute HTMLEmbedElementConstructor DOMWindow::HTMLEmbedElement

◆ HTMLFieldSetElement

attribute HTMLFieldSetElementConstructor DOMWindow::HTMLFieldSetElement

◆ HTMLFontElement

attribute HTMLFontElementConstructor DOMWindow::HTMLFontElement

◆ HTMLFormControlsCollection

attribute HTMLFormControlsCollectionConstructor DOMWindow::HTMLFormControlsCollection

◆ HTMLFormElement

attribute HTMLFormElementConstructor DOMWindow::HTMLFormElement

◆ HTMLFrameElement

attribute HTMLFrameElementConstructor DOMWindow::HTMLFrameElement

◆ HTMLFrameSetElement

attribute HTMLFrameSetElementConstructor DOMWindow::HTMLFrameSetElement

◆ HTMLHeadElement

attribute HTMLHeadElementConstructor DOMWindow::HTMLHeadElement

◆ HTMLHeadingElement

attribute HTMLHeadingElementConstructor DOMWindow::HTMLHeadingElement

◆ HTMLHRElement

attribute HTMLHRElementConstructor DOMWindow::HTMLHRElement

◆ HTMLHtmlElement

attribute HTMLHtmlElementConstructor DOMWindow::HTMLHtmlElement

◆ HTMLIFrameElement

attribute HTMLIFrameElementConstructor DOMWindow::HTMLIFrameElement

◆ HTMLImageElement

attribute HTMLImageElementConstructor DOMWindow::HTMLImageElement

◆ HTMLInputElement

attribute HTMLInputElementConstructor DOMWindow::HTMLInputElement

◆ HTMLKeygenElement

attribute HTMLKeygenElementConstructor DOMWindow::HTMLKeygenElement

◆ HTMLLabelElement

attribute HTMLLabelElementConstructor DOMWindow::HTMLLabelElement

◆ HTMLLegendElement

attribute HTMLLegendElementConstructor DOMWindow::HTMLLegendElement

◆ HTMLLIElement

attribute HTMLLIElementConstructor DOMWindow::HTMLLIElement

◆ HTMLLinkElement

attribute HTMLLinkElementConstructor DOMWindow::HTMLLinkElement

◆ HTMLMapElement

attribute HTMLMapElementConstructor DOMWindow::HTMLMapElement

◆ HTMLMarqueeElement

attribute HTMLMarqueeElementConstructor DOMWindow::HTMLMarqueeElement

◆ HTMLMediaElement

attribute HTMLMediaElementConstructor DOMWindow::HTMLMediaElement

◆ HTMLMenuElement

attribute HTMLMenuElementConstructor DOMWindow::HTMLMenuElement

◆ HTMLMetaElement

attribute HTMLMetaElementConstructor DOMWindow::HTMLMetaElement

◆ HTMLMeterElement

attribute HTMLMeterElementConstructor DOMWindow::HTMLMeterElement

◆ HTMLModElement

attribute HTMLModElementConstructor DOMWindow::HTMLModElement

◆ HTMLObjectElement

attribute HTMLObjectElementConstructor DOMWindow::HTMLObjectElement

◆ HTMLOListElement

attribute HTMLOListElementConstructor DOMWindow::HTMLOListElement

◆ HTMLOptGroupElement

attribute HTMLOptGroupElementConstructor DOMWindow::HTMLOptGroupElement

◆ HTMLOptionElement

attribute HTMLOptionElementConstructor DOMWindow::HTMLOptionElement

◆ HTMLOptionsCollection

attribute HTMLOptionsCollectionConstructor DOMWindow::HTMLOptionsCollection

◆ HTMLOutputElement

attribute HTMLOutputElementConstructor DOMWindow::HTMLOutputElement

◆ HTMLParagraphElement

attribute HTMLParagraphElementConstructor DOMWindow::HTMLParagraphElement

◆ HTMLParamElement

attribute HTMLParamElementConstructor DOMWindow::HTMLParamElement

◆ HTMLPictureElement

attribute HTMLPictureElementConstructor DOMWindow::HTMLPictureElement

◆ HTMLPreElement

attribute HTMLPreElementConstructor DOMWindow::HTMLPreElement

◆ HTMLProgressElement

attribute HTMLProgressElementConstructor DOMWindow::HTMLProgressElement

◆ HTMLQuoteElement

attribute HTMLQuoteElementConstructor DOMWindow::HTMLQuoteElement

◆ HTMLScriptElement

attribute HTMLScriptElementConstructor DOMWindow::HTMLScriptElement

◆ HTMLSelectElement

attribute HTMLSelectElementConstructor DOMWindow::HTMLSelectElement

◆ HTMLSlotElement

attribute HTMLSlotElementConstructor DOMWindow::HTMLSlotElement

◆ HTMLSourceElement

attribute HTMLSourceElementConstructor DOMWindow::HTMLSourceElement

◆ HTMLSpanElement

attribute HTMLSpanElementConstructor DOMWindow::HTMLSpanElement

◆ HTMLStyleElement

attribute HTMLStyleElementConstructor DOMWindow::HTMLStyleElement

◆ HTMLTableCaptionElement

attribute HTMLTableCaptionElementConstructor DOMWindow::HTMLTableCaptionElement

◆ HTMLTableCellElement

attribute HTMLTableCellElementConstructor DOMWindow::HTMLTableCellElement

◆ HTMLTableColElement

attribute HTMLTableColElementConstructor DOMWindow::HTMLTableColElement

◆ HTMLTableElement

attribute HTMLTableElementConstructor DOMWindow::HTMLTableElement

◆ HTMLTableRowElement

attribute HTMLTableRowElementConstructor DOMWindow::HTMLTableRowElement

◆ HTMLTableSectionElement

attribute HTMLTableSectionElementConstructor DOMWindow::HTMLTableSectionElement

◆ HTMLTemplateElement

attribute HTMLTemplateElementConstructor DOMWindow::HTMLTemplateElement

◆ HTMLTextAreaElement

attribute HTMLTextAreaElementConstructor DOMWindow::HTMLTextAreaElement

◆ HTMLTimeElement

attribute HTMLTimeElementConstructor DOMWindow::HTMLTimeElement

◆ HTMLTitleElement

attribute HTMLTitleElementConstructor DOMWindow::HTMLTitleElement

◆ HTMLTrackElement

attribute HTMLTrackElementConstructor DOMWindow::HTMLTrackElement

◆ HTMLUListElement

attribute HTMLUListElementConstructor DOMWindow::HTMLUListElement

◆ HTMLUnknownElement

attribute HTMLUnknownElementConstructor DOMWindow::HTMLUnknownElement

◆ HTMLVideoElement

attribute HTMLVideoElementConstructor DOMWindow::HTMLVideoElement

◆ IDBCursor

attribute IDBCursorConstructor DOMWindow::IDBCursor

◆ IDBCursorWithValue

attribute IDBCursorWithValueConstructor DOMWindow::IDBCursorWithValue

◆ IDBDatabase

attribute IDBDatabaseConstructor DOMWindow::IDBDatabase

◆ IDBFactory

attribute IDBFactoryConstructor DOMWindow::IDBFactory

◆ IDBIndex

attribute IDBIndexConstructor DOMWindow::IDBIndex

◆ IDBKeyRange

attribute IDBKeyRangeConstructor DOMWindow::IDBKeyRange

◆ IDBObjectStore

attribute IDBObjectStoreConstructor DOMWindow::IDBObjectStore

◆ IDBOpenDBRequest

attribute IDBOpenDBRequestConstructor DOMWindow::IDBOpenDBRequest

◆ IDBRequest

attribute IDBRequestConstructor DOMWindow::IDBRequest

◆ IDBTransaction

attribute IDBTransactionConstructor DOMWindow::IDBTransaction

◆ IDBVersionChangeEvent

attribute IDBVersionChangeEventConstructor DOMWindow::IDBVersionChangeEvent

◆ Image

attribute HTMLImageElementNamedConstructor DOMWindow::Image

◆ ImageData

attribute ImageDataConstructor DOMWindow::ImageData

◆ indexedDB

readonly attribute IDBFactory DOMWindow::indexedDB

◆ innerHeight

readonly attribute long DOMWindow::innerHeight

◆ innerWidth

readonly attribute long DOMWindow::innerWidth

◆ InputEvent

attribute InputEventConstructor DOMWindow::InputEvent

◆ IntersectionObserver

attribute IntersectionObserverConstructor DOMWindow::IntersectionObserver

◆ IntersectionObserverEntry

attribute IntersectionObserverEntryConstructor DOMWindow::IntersectionObserverEntry

◆ KeyboardEvent

attribute KeyboardEventConstructor DOMWindow::KeyboardEvent

◆ KeyframeEffect

attribute KeyframeEffectConstructor DOMWindow::KeyframeEffect

◆ length

readonly attribute unsigned long DOMWindow::length

◆ localStorage

readonly attribute Storage DOMWindow::localStorage

◆ location

attribute Location DOMWindow::location

◆ Location

attribute LocationConstructor DOMWindow::Location

◆ locationbar

readonly attribute BarProp DOMWindow::locationbar

◆ m_window

WebCore::DOMWindow* DOMWindow::m_window
protected

◆ MediaController

attribute MediaControllerConstructor DOMWindow::MediaController

◆ MediaElementAudioSourceNode

attribute MediaElementAudioSourceNodeConstructor DOMWindow::MediaElementAudioSourceNode

◆ MediaEncryptedEvent

attribute MediaEncryptedEventConstructor DOMWindow::MediaEncryptedEvent

◆ MediaError

attribute MediaErrorConstructor DOMWindow::MediaError

◆ MediaKeyMessageEvent

attribute MediaKeyMessageEventConstructor DOMWindow::MediaKeyMessageEvent

◆ MediaKeys

attribute MediaKeysConstructor DOMWindow::MediaKeys

◆ MediaKeySession

attribute MediaKeySessionConstructor DOMWindow::MediaKeySession

◆ MediaKeyStatusMap

attribute MediaKeyStatusMapConstructor DOMWindow::MediaKeyStatusMap

◆ MediaKeySystemAccess

attribute MediaKeySystemAccessConstructor DOMWindow::MediaKeySystemAccess

◆ MediaList

attribute MediaListConstructor DOMWindow::MediaList

◆ MediaRemoteControls

attribute MediaRemoteControlsConstructor DOMWindow::MediaRemoteControls

◆ MediaSession

attribute MediaSessionConstructor DOMWindow::MediaSession

◆ MediaSource

attribute MediaSourceConstructor DOMWindow::MediaSource

◆ MediaStream

attribute MediaStreamConstructor DOMWindow::MediaStream

◆ MediaStreamAudioDestinationNode

attribute MediaStreamAudioDestinationNodeConstructor DOMWindow::MediaStreamAudioDestinationNode

◆ MediaStreamAudioSourceNode

attribute MediaStreamAudioSourceNodeConstructor DOMWindow::MediaStreamAudioSourceNode

◆ MediaStreamEvent

attribute MediaStreamEventConstructor DOMWindow::MediaStreamEvent

◆ MediaStreamTrack

attribute MediaStreamTrackConstructor DOMWindow::MediaStreamTrack

◆ MediaStreamTrackEvent

attribute MediaStreamTrackEventConstructor DOMWindow::MediaStreamTrackEvent

◆ menubar

readonly attribute BarProp DOMWindow::menubar

◆ MessageChannel

attribute MessageChannelConstructor DOMWindow::MessageChannel

◆ MessageEvent

attribute MessageEventConstructor DOMWindow::MessageEvent

◆ MessagePort

attribute MessagePortConstructor DOMWindow::MessagePort

◆ MimeType

attribute DOMMimeTypeConstructor DOMWindow::MimeType

◆ MimeTypeArray

attribute DOMMimeTypeArrayConstructor DOMWindow::MimeTypeArray

◆ MouseEvent

attribute MouseEventConstructor DOMWindow::MouseEvent

◆ MutationEvent

attribute MutationEventConstructor DOMWindow::MutationEvent

◆ MutationObserver

attribute MutationObserverConstructor DOMWindow::MutationObserver

◆ MutationRecord

attribute MutationRecordConstructor DOMWindow::MutationRecord

◆ name

attribute DOMString DOMWindow::name

◆ NamedNodeMap

attribute NamedNodeMapConstructor DOMWindow::NamedNodeMap

◆ navigator

readonly attribute Navigator DOMWindow::navigator

◆ Navigator

attribute NavigatorConstructor DOMWindow::Navigator

◆ Node

attribute NodeConstructor DOMWindow::Node

◆ NodeFilter

attribute NodeFilterConstructor DOMWindow::NodeFilter

◆ NodeIterator

attribute NodeIteratorConstructor DOMWindow::NodeIterator

◆ NodeList

attribute NodeListConstructor DOMWindow::NodeList

◆ Notification

attribute NotificationConstructor DOMWindow::Notification

◆ OfflineAudioCompletionEvent

attribute OfflineAudioCompletionEventConstructor DOMWindow::OfflineAudioCompletionEvent

◆ offscreenBuffering

readonly attribute boolean DOMWindow::offscreenBuffering

◆ onanimationend

attribute EventHandler DOMWindow::onanimationend

◆ onanimationiteration

attribute EventHandler DOMWindow::onanimationiteration

◆ onanimationstart

attribute EventHandler DOMWindow::onanimationstart

◆ ondevicemotion

attribute EventHandler DOMWindow::ondevicemotion

◆ ondeviceorientation

attribute EventHandler DOMWindow::ondeviceorientation

◆ ongesturechange

attribute EventHandler DOMWindow::ongesturechange

◆ ongestureend

attribute EventHandler DOMWindow::ongestureend

◆ ongesturestart

attribute EventHandler DOMWindow::ongesturestart

◆ ontransitionend

attribute EventHandler DOMWindow::ontransitionend

◆ onwebkitanimationend

attribute EventHandler DOMWindow::onwebkitanimationend

◆ onwebkitanimationiteration

attribute EventHandler DOMWindow::onwebkitanimationiteration

◆ onwebkitanimationstart

attribute EventHandler DOMWindow::onwebkitanimationstart

◆ onwebkitdeviceproximity

attribute EventHandler DOMWindow::onwebkitdeviceproximity

◆ onwebkittransitionend

attribute EventHandler DOMWindow::onwebkittransitionend

◆ opener

readonly attribute DOMWindow DOMWindow::opener

◆ Option

attribute HTMLOptionElementNamedConstructor DOMWindow::Option

◆ orientation

readonly attribute long DOMWindow::orientation

◆ OscillatorNode

attribute OscillatorNodeConstructor DOMWindow::OscillatorNode

◆ outerHeight

readonly attribute long DOMWindow::outerHeight

◆ outerWidth

readonly attribute long DOMWindow::outerWidth

◆ OverconstrainedError

attribute OverconstrainedErrorConstructor DOMWindow::OverconstrainedError

◆ OverconstrainedErrorEvent

attribute OverconstrainedErrorEventConstructor DOMWindow::OverconstrainedErrorEvent

◆ OverflowEvent

attribute OverflowEventConstructor DOMWindow::OverflowEvent

◆ PageTransitionEvent

attribute PageTransitionEventConstructor DOMWindow::PageTransitionEvent

◆ pageXOffset

readonly attribute double DOMWindow::pageXOffset

◆ pageYOffset

readonly attribute double DOMWindow::pageYOffset

◆ parent

readonly attribute DOMWindow DOMWindow::parent

◆ PasswordCredential

attribute PasswordCredentialConstructor DOMWindow::PasswordCredential

◆ Path2D

attribute DOMPathConstructor DOMWindow::Path2D

◆ Performance

attribute PerformanceConstructor DOMWindow::Performance

◆ PerformanceEntry

attribute PerformanceEntryConstructor DOMWindow::PerformanceEntry

◆ PerformanceMark

attribute PerformanceMarkConstructor DOMWindow::PerformanceMark

◆ PerformanceMeasure

attribute PerformanceMeasureConstructor DOMWindow::PerformanceMeasure

◆ PerformanceNavigation

attribute PerformanceNavigationConstructor DOMWindow::PerformanceNavigation

◆ PerformanceObserver

attribute PerformanceObserverConstructor DOMWindow::PerformanceObserver

◆ PerformanceObserverEntryList

attribute PerformanceObserverEntryListConstructor DOMWindow::PerformanceObserverEntryList

◆ PerformanceResourceTiming

attribute PerformanceResourceTimingConstructor DOMWindow::PerformanceResourceTiming

◆ PerformanceTiming

attribute PerformanceTimingConstructor DOMWindow::PerformanceTiming

◆ PeriodicWave

attribute PeriodicWaveConstructor DOMWindow::PeriodicWave

◆ personalbar

readonly attribute BarProp DOMWindow::personalbar

◆ Plugin

attribute DOMPluginConstructor DOMWindow::Plugin

◆ PluginArray

attribute DOMPluginArrayConstructor DOMWindow::PluginArray

◆ PopStateEvent

attribute PopStateEventConstructor DOMWindow::PopStateEvent

◆ ProcessingInstruction

attribute ProcessingInstructionConstructor DOMWindow::ProcessingInstruction

◆ ProgressEvent

attribute ProgressEventConstructor DOMWindow::ProgressEvent

◆ RadioNodeList

attribute RadioNodeListConstructor DOMWindow::RadioNodeList

◆ Range

attribute RangeConstructor DOMWindow::Range

◆ ReadableStream

attribute ReadableStreamConstructor DOMWindow::ReadableStream

◆ Rect

attribute DeprecatedCSSOMRectConstructor DOMWindow::Rect

◆ Request

attribute FetchRequestConstructor DOMWindow::Request

◆ Response

attribute FetchResponseConstructor DOMWindow::Response

◆ RGBColor

attribute DeprecatedCSSOMRGBColorConstructor DOMWindow::RGBColor

◆ RTCDTMFToneChangeEvent

attribute RTCDTMFToneChangeEventConstructor DOMWindow::RTCDTMFToneChangeEvent

◆ RTCIceCandidate

attribute RTCIceCandidateConstructor DOMWindow::RTCIceCandidate

◆ RTCPeerConnection

attribute RTCPeerConnectionConstructor DOMWindow::RTCPeerConnection

◆ RTCRtpReceiver

attribute RTCRtpReceiverConstructor DOMWindow::RTCRtpReceiver

◆ RTCRtpSender

attribute RTCRtpSenderConstructor DOMWindow::RTCRtpSender

◆ RTCRtpTransceiver

attribute RTCRtpTransceiverConstructor DOMWindow::RTCRtpTransceiver

◆ RTCSessionDescription

attribute RTCSessionDescriptionConstructor DOMWindow::RTCSessionDescription

◆ RTCTrackEvent

attribute RTCTrackEventConstructor DOMWindow::RTCTrackEvent

◆ screen

readonly attribute Screen DOMWindow::screen

◆ Screen

attribute ScreenConstructor DOMWindow::Screen

◆ screenLeft

readonly attribute long DOMWindow::screenLeft

◆ screenTop

readonly attribute long DOMWindow::screenTop

◆ screenX

readonly attribute long DOMWindow::screenX

◆ screenY

readonly attribute long DOMWindow::screenY

◆ ScriptProcessorNode

attribute ScriptProcessorNodeConstructor DOMWindow::ScriptProcessorNode

◆ scrollbars

readonly attribute BarProp DOMWindow::scrollbars

◆ scrollX

readonly attribute double DOMWindow::scrollX

◆ scrollY

readonly attribute double DOMWindow::scrollY

◆ SecurityPolicyViolationEvent

attribute SecurityPolicyViolationEventConstructor DOMWindow::SecurityPolicyViolationEvent

◆ Selection

attribute DOMSelectionConstructor DOMWindow::Selection

◆ self

readonly attribute DOMWindow DOMWindow::self

◆ sessionStorage

readonly attribute Storage DOMWindow::sessionStorage

◆ ShadowRoot

attribute ShadowRootConstructor DOMWindow::ShadowRoot

◆ SiteBoundCredential

attribute SiteBoundCredentialConstructor DOMWindow::SiteBoundCredential

◆ SourceBuffer

attribute SourceBufferConstructor DOMWindow::SourceBuffer

◆ SourceBufferList

attribute SourceBufferListConstructor DOMWindow::SourceBufferList

◆ speechSynthesis

readonly attribute SpeechSynthesis DOMWindow::speechSynthesis

◆ SpeechSynthesisEvent

attribute SpeechSynthesisEventConstructor DOMWindow::SpeechSynthesisEvent

◆ SpeechSynthesisUtterance

attribute SpeechSynthesisUtteranceConstructor DOMWindow::SpeechSynthesisUtterance

◆ SQLError

attribute SQLErrorConstructor DOMWindow::SQLError

◆ SQLException

attribute SQLExceptionConstructor DOMWindow::SQLException

◆ SQLResultSet

attribute SQLResultSetConstructor DOMWindow::SQLResultSet

◆ SQLResultSetRowList

attribute SQLResultSetRowListConstructor DOMWindow::SQLResultSetRowList

◆ SQLTransaction

attribute SQLTransactionConstructor DOMWindow::SQLTransaction

◆ StaticRange

attribute StaticRangeConstructor DOMWindow::StaticRange

◆ status

attribute DOMString DOMWindow::status

◆ statusbar

readonly attribute BarProp DOMWindow::statusbar

◆ Storage

attribute StorageConstructor DOMWindow::Storage

◆ StorageEvent

attribute StorageEventConstructor DOMWindow::StorageEvent

◆ styleMedia

readonly attribute StyleMedia DOMWindow::styleMedia

◆ StyleSheet

attribute StyleSheetConstructor DOMWindow::StyleSheet

◆ StyleSheetList

attribute StyleSheetListConstructor DOMWindow::StyleSheetList

◆ SubtleCrypto

attribute SubtleCryptoConstructor DOMWindow::SubtleCrypto

◆ SVGAElement

attribute SVGAElementConstructor DOMWindow::SVGAElement

◆ SVGAltGlyphDefElement

attribute SVGAltGlyphDefElementConstructor DOMWindow::SVGAltGlyphDefElement

◆ SVGAltGlyphElement

attribute SVGAltGlyphElementConstructor DOMWindow::SVGAltGlyphElement

◆ SVGAltGlyphItemElement

attribute SVGAltGlyphItemElementConstructor DOMWindow::SVGAltGlyphItemElement

◆ SVGAngle

attribute SVGAngleConstructor DOMWindow::SVGAngle

◆ SVGAnimateColorElement

attribute SVGAnimateColorElementConstructor DOMWindow::SVGAnimateColorElement

◆ SVGAnimatedAngle

attribute SVGAnimatedAngleConstructor DOMWindow::SVGAnimatedAngle

◆ SVGAnimatedBoolean

attribute SVGAnimatedBooleanConstructor DOMWindow::SVGAnimatedBoolean

◆ SVGAnimatedEnumeration

attribute SVGAnimatedEnumerationConstructor DOMWindow::SVGAnimatedEnumeration

◆ SVGAnimatedInteger

attribute SVGAnimatedIntegerConstructor DOMWindow::SVGAnimatedInteger

◆ SVGAnimatedLength

attribute SVGAnimatedLengthConstructor DOMWindow::SVGAnimatedLength

◆ SVGAnimatedLengthList

attribute SVGAnimatedLengthListConstructor DOMWindow::SVGAnimatedLengthList

◆ SVGAnimatedNumber

attribute SVGAnimatedNumberConstructor DOMWindow::SVGAnimatedNumber

◆ SVGAnimatedNumberList

attribute SVGAnimatedNumberListConstructor DOMWindow::SVGAnimatedNumberList

◆ SVGAnimatedPreserveAspectRatio

attribute SVGAnimatedPreserveAspectRatioConstructor DOMWindow::SVGAnimatedPreserveAspectRatio

◆ SVGAnimatedRect

attribute SVGAnimatedRectConstructor DOMWindow::SVGAnimatedRect

◆ SVGAnimatedString

attribute SVGAnimatedStringConstructor DOMWindow::SVGAnimatedString

◆ SVGAnimatedTransformList

attribute SVGAnimatedTransformListConstructor DOMWindow::SVGAnimatedTransformList

◆ SVGAnimateElement

attribute SVGAnimateElementConstructor DOMWindow::SVGAnimateElement

◆ SVGAnimateMotionElement

attribute SVGAnimateMotionElementConstructor DOMWindow::SVGAnimateMotionElement

◆ SVGAnimateTransformElement

attribute SVGAnimateTransformElementConstructor DOMWindow::SVGAnimateTransformElement

◆ SVGAnimationElement

attribute SVGAnimationElementConstructor DOMWindow::SVGAnimationElement

◆ SVGCircleElement

attribute SVGCircleElementConstructor DOMWindow::SVGCircleElement

◆ SVGClipPathElement

attribute SVGClipPathElementConstructor DOMWindow::SVGClipPathElement

◆ SVGComponentTransferFunctionElement

attribute SVGComponentTransferFunctionElementConstructor DOMWindow::SVGComponentTransferFunctionElement

◆ SVGCursorElement

attribute SVGCursorElementConstructor DOMWindow::SVGCursorElement

◆ SVGDefsElement

attribute SVGDefsElementConstructor DOMWindow::SVGDefsElement

◆ SVGDescElement

attribute SVGDescElementConstructor DOMWindow::SVGDescElement

◆ SVGDocument

attribute XMLDocumentConstructor DOMWindow::SVGDocument

◆ SVGElement

attribute SVGElementConstructor DOMWindow::SVGElement

◆ SVGEllipseElement

attribute SVGEllipseElementConstructor DOMWindow::SVGEllipseElement

◆ SVGException

attribute SVGExceptionConstructor DOMWindow::SVGException

◆ SVGFEBlendElement

attribute SVGFEBlendElementConstructor DOMWindow::SVGFEBlendElement

◆ SVGFEColorMatrixElement

attribute SVGFEColorMatrixElementConstructor DOMWindow::SVGFEColorMatrixElement

◆ SVGFEComponentTransferElement

attribute SVGFEComponentTransferElementConstructor DOMWindow::SVGFEComponentTransferElement

◆ SVGFECompositeElement

attribute SVGFECompositeElementConstructor DOMWindow::SVGFECompositeElement

◆ SVGFEConvolveMatrixElement

attribute SVGFEConvolveMatrixElementConstructor DOMWindow::SVGFEConvolveMatrixElement

◆ SVGFEDiffuseLightingElement

attribute SVGFEDiffuseLightingElementConstructor DOMWindow::SVGFEDiffuseLightingElement

◆ SVGFEDisplacementMapElement

attribute SVGFEDisplacementMapElementConstructor DOMWindow::SVGFEDisplacementMapElement

◆ SVGFEDistantLightElement

attribute SVGFEDistantLightElementConstructor DOMWindow::SVGFEDistantLightElement

◆ SVGFEDropShadowElement

attribute SVGFEDropShadowElementConstructor DOMWindow::SVGFEDropShadowElement

◆ SVGFEFloodElement

attribute SVGFEFloodElementConstructor DOMWindow::SVGFEFloodElement

◆ SVGFEFuncAElement

attribute SVGFEFuncAElementConstructor DOMWindow::SVGFEFuncAElement

◆ SVGFEFuncBElement

attribute SVGFEFuncBElementConstructor DOMWindow::SVGFEFuncBElement

◆ SVGFEFuncGElement

attribute SVGFEFuncGElementConstructor DOMWindow::SVGFEFuncGElement

◆ SVGFEFuncRElement

attribute SVGFEFuncRElementConstructor DOMWindow::SVGFEFuncRElement

◆ SVGFEGaussianBlurElement

attribute SVGFEGaussianBlurElementConstructor DOMWindow::SVGFEGaussianBlurElement

◆ SVGFEImageElement

attribute SVGFEImageElementConstructor DOMWindow::SVGFEImageElement

◆ SVGFEMergeElement

attribute SVGFEMergeElementConstructor DOMWindow::SVGFEMergeElement

◆ SVGFEMergeNodeElement

attribute SVGFEMergeNodeElementConstructor DOMWindow::SVGFEMergeNodeElement

◆ SVGFEMorphologyElement

attribute SVGFEMorphologyElementConstructor DOMWindow::SVGFEMorphologyElement

◆ SVGFEOffsetElement

attribute SVGFEOffsetElementConstructor DOMWindow::SVGFEOffsetElement

◆ SVGFEPointLightElement

attribute SVGFEPointLightElementConstructor DOMWindow::SVGFEPointLightElement

◆ SVGFESpecularLightingElement

attribute SVGFESpecularLightingElementConstructor DOMWindow::SVGFESpecularLightingElement

◆ SVGFESpotLightElement

attribute SVGFESpotLightElementConstructor DOMWindow::SVGFESpotLightElement

◆ SVGFETileElement

attribute SVGFETileElementConstructor DOMWindow::SVGFETileElement

◆ SVGFETurbulenceElement

attribute SVGFETurbulenceElementConstructor DOMWindow::SVGFETurbulenceElement

◆ SVGFilterElement

attribute SVGFilterElementConstructor DOMWindow::SVGFilterElement

◆ SVGFontElement

attribute SVGFontElementConstructor DOMWindow::SVGFontElement

◆ SVGFontFaceElement

attribute SVGFontFaceElementConstructor DOMWindow::SVGFontFaceElement

◆ SVGFontFaceFormatElement

attribute SVGFontFaceFormatElementConstructor DOMWindow::SVGFontFaceFormatElement

◆ SVGFontFaceNameElement

attribute SVGFontFaceNameElementConstructor DOMWindow::SVGFontFaceNameElement

◆ SVGFontFaceSrcElement

attribute SVGFontFaceSrcElementConstructor DOMWindow::SVGFontFaceSrcElement

◆ SVGFontFaceUriElement

attribute SVGFontFaceUriElementConstructor DOMWindow::SVGFontFaceUriElement

◆ SVGForeignObjectElement

attribute SVGForeignObjectElementConstructor DOMWindow::SVGForeignObjectElement

◆ SVGGElement

attribute SVGGElementConstructor DOMWindow::SVGGElement

◆ SVGGlyphElement

attribute SVGGlyphElementConstructor DOMWindow::SVGGlyphElement

◆ SVGGlyphRefElement

attribute SVGGlyphRefElementConstructor DOMWindow::SVGGlyphRefElement

◆ SVGGradientElement

attribute SVGGradientElementConstructor DOMWindow::SVGGradientElement

◆ SVGGraphicsElement

attribute SVGGraphicsElementConstructor DOMWindow::SVGGraphicsElement

◆ SVGHKernElement

attribute SVGHKernElementConstructor DOMWindow::SVGHKernElement

◆ SVGImageElement

attribute SVGImageElementConstructor DOMWindow::SVGImageElement

◆ SVGLength

attribute SVGLengthConstructor DOMWindow::SVGLength

◆ SVGLengthList

attribute SVGLengthListConstructor DOMWindow::SVGLengthList

◆ SVGLinearGradientElement

attribute SVGLinearGradientElementConstructor DOMWindow::SVGLinearGradientElement

◆ SVGLineElement

attribute SVGLineElementConstructor DOMWindow::SVGLineElement

◆ SVGMarkerElement

attribute SVGMarkerElementConstructor DOMWindow::SVGMarkerElement

◆ SVGMaskElement

attribute SVGMaskElementConstructor DOMWindow::SVGMaskElement

◆ SVGMatrix

attribute SVGMatrixConstructor DOMWindow::SVGMatrix

◆ SVGMetadataElement

attribute SVGMetadataElementConstructor DOMWindow::SVGMetadataElement

◆ SVGMissingGlyphElement

attribute SVGMissingGlyphElementConstructor DOMWindow::SVGMissingGlyphElement

◆ SVGMPathElement

attribute SVGMPathElementConstructor DOMWindow::SVGMPathElement

◆ SVGNumber

attribute SVGNumberConstructor DOMWindow::SVGNumber

◆ SVGNumberList

attribute SVGNumberListConstructor DOMWindow::SVGNumberList

◆ SVGPathElement

attribute SVGPathElementConstructor DOMWindow::SVGPathElement

◆ SVGPathSeg

attribute SVGPathSegConstructor DOMWindow::SVGPathSeg

◆ SVGPathSegArcAbs

attribute SVGPathSegArcAbsConstructor DOMWindow::SVGPathSegArcAbs

◆ SVGPathSegArcRel

attribute SVGPathSegArcRelConstructor DOMWindow::SVGPathSegArcRel

◆ SVGPathSegClosePath

attribute SVGPathSegClosePathConstructor DOMWindow::SVGPathSegClosePath

◆ SVGPathSegCurvetoCubicAbs

attribute SVGPathSegCurvetoCubicAbsConstructor DOMWindow::SVGPathSegCurvetoCubicAbs

◆ SVGPathSegCurvetoCubicRel

attribute SVGPathSegCurvetoCubicRelConstructor DOMWindow::SVGPathSegCurvetoCubicRel

◆ SVGPathSegCurvetoCubicSmoothAbs

attribute SVGPathSegCurvetoCubicSmoothAbsConstructor DOMWindow::SVGPathSegCurvetoCubicSmoothAbs

◆ SVGPathSegCurvetoCubicSmoothRel

attribute SVGPathSegCurvetoCubicSmoothRelConstructor DOMWindow::SVGPathSegCurvetoCubicSmoothRel

◆ SVGPathSegCurvetoQuadraticAbs

attribute SVGPathSegCurvetoQuadraticAbsConstructor DOMWindow::SVGPathSegCurvetoQuadraticAbs

◆ SVGPathSegCurvetoQuadraticRel

attribute SVGPathSegCurvetoQuadraticRelConstructor DOMWindow::SVGPathSegCurvetoQuadraticRel

◆ SVGPathSegCurvetoQuadraticSmoothAbs

attribute SVGPathSegCurvetoQuadraticSmoothAbsConstructor DOMWindow::SVGPathSegCurvetoQuadraticSmoothAbs

◆ SVGPathSegCurvetoQuadraticSmoothRel

attribute SVGPathSegCurvetoQuadraticSmoothRelConstructor DOMWindow::SVGPathSegCurvetoQuadraticSmoothRel

◆ SVGPathSegLinetoAbs

attribute SVGPathSegLinetoAbsConstructor DOMWindow::SVGPathSegLinetoAbs

◆ SVGPathSegLinetoHorizontalAbs

attribute SVGPathSegLinetoHorizontalAbsConstructor DOMWindow::SVGPathSegLinetoHorizontalAbs

◆ SVGPathSegLinetoHorizontalRel

attribute SVGPathSegLinetoHorizontalRelConstructor DOMWindow::SVGPathSegLinetoHorizontalRel

◆ SVGPathSegLinetoRel

attribute SVGPathSegLinetoRelConstructor DOMWindow::SVGPathSegLinetoRel

◆ SVGPathSegLinetoVerticalAbs

attribute SVGPathSegLinetoVerticalAbsConstructor DOMWindow::SVGPathSegLinetoVerticalAbs

◆ SVGPathSegLinetoVerticalRel

attribute SVGPathSegLinetoVerticalRelConstructor DOMWindow::SVGPathSegLinetoVerticalRel

◆ SVGPathSegList

attribute SVGPathSegListConstructor DOMWindow::SVGPathSegList

◆ SVGPathSegMovetoAbs

attribute SVGPathSegMovetoAbsConstructor DOMWindow::SVGPathSegMovetoAbs

◆ SVGPathSegMovetoRel

attribute SVGPathSegMovetoRelConstructor DOMWindow::SVGPathSegMovetoRel

◆ SVGPatternElement

attribute SVGPatternElementConstructor DOMWindow::SVGPatternElement

◆ SVGPoint

attribute SVGPointConstructor DOMWindow::SVGPoint

◆ SVGPointList

attribute SVGPointListConstructor DOMWindow::SVGPointList

◆ SVGPolygonElement

attribute SVGPolygonElementConstructor DOMWindow::SVGPolygonElement

◆ SVGPolylineElement

attribute SVGPolylineElementConstructor DOMWindow::SVGPolylineElement

◆ SVGPreserveAspectRatio

attribute SVGPreserveAspectRatioConstructor DOMWindow::SVGPreserveAspectRatio

◆ SVGRadialGradientElement

attribute SVGRadialGradientElementConstructor DOMWindow::SVGRadialGradientElement

◆ SVGRect

attribute SVGRectConstructor DOMWindow::SVGRect

◆ SVGRectElement

attribute SVGRectElementConstructor DOMWindow::SVGRectElement

◆ SVGRenderingIntent

attribute SVGRenderingIntentConstructor DOMWindow::SVGRenderingIntent

◆ SVGScriptElement

attribute SVGScriptElementConstructor DOMWindow::SVGScriptElement

◆ SVGSetElement

attribute SVGSetElementConstructor DOMWindow::SVGSetElement

◆ SVGStopElement

attribute SVGStopElementConstructor DOMWindow::SVGStopElement

◆ SVGStringList

attribute SVGStringListConstructor DOMWindow::SVGStringList

◆ SVGStyleElement

attribute SVGStyleElementConstructor DOMWindow::SVGStyleElement

◆ SVGSVGElement

attribute SVGSVGElementConstructor DOMWindow::SVGSVGElement

◆ SVGSwitchElement

attribute SVGSwitchElementConstructor DOMWindow::SVGSwitchElement

◆ SVGSymbolElement

attribute SVGSymbolElementConstructor DOMWindow::SVGSymbolElement

◆ SVGTextContentElement

attribute SVGTextContentElementConstructor DOMWindow::SVGTextContentElement

◆ SVGTextElement

attribute SVGTextElementConstructor DOMWindow::SVGTextElement

◆ SVGTextPathElement

attribute SVGTextPathElementConstructor DOMWindow::SVGTextPathElement

◆ SVGTextPositioningElement

attribute SVGTextPositioningElementConstructor DOMWindow::SVGTextPositioningElement

◆ SVGTitleElement

attribute SVGTitleElementConstructor DOMWindow::SVGTitleElement

◆ SVGTransform

attribute SVGTransformConstructor DOMWindow::SVGTransform

◆ SVGTransformList

attribute SVGTransformListConstructor DOMWindow::SVGTransformList

◆ SVGTRefElement

attribute SVGTRefElementConstructor DOMWindow::SVGTRefElement

◆ SVGTSpanElement

attribute SVGTSpanElementConstructor DOMWindow::SVGTSpanElement

◆ SVGUnitTypes

attribute SVGUnitTypesConstructor DOMWindow::SVGUnitTypes

◆ SVGUseElement

attribute SVGUseElementConstructor DOMWindow::SVGUseElement

◆ SVGViewElement

attribute SVGViewElementConstructor DOMWindow::SVGViewElement

◆ SVGViewSpec

attribute SVGViewSpecConstructor DOMWindow::SVGViewSpec

◆ SVGVKernElement

attribute SVGVKernElementConstructor DOMWindow::SVGVKernElement

◆ SVGZoomEvent

attribute SVGZoomEventConstructor DOMWindow::SVGZoomEvent

◆ Text

attribute TextConstructor DOMWindow::Text

◆ TextDecoder

attribute TextDecoderConstructor DOMWindow::TextDecoder

◆ TextEncoder

attribute TextEncoderConstructor DOMWindow::TextEncoder

◆ TextEvent

attribute TextEventConstructor DOMWindow::TextEvent

◆ TextMetrics

attribute TextMetricsConstructor DOMWindow::TextMetrics

◆ TextTrack

attribute TextTrackConstructor DOMWindow::TextTrack

◆ TextTrackCue

attribute TextTrackCueConstructor DOMWindow::TextTrackCue

◆ TextTrackCueList

attribute TextTrackCueListConstructor DOMWindow::TextTrackCueList

◆ TextTrackList

attribute TextTrackListConstructor DOMWindow::TextTrackList

◆ TimeRanges

attribute TimeRangesConstructor DOMWindow::TimeRanges

◆ toolbar

readonly attribute BarProp DOMWindow::toolbar

◆ top

readonly attribute DOMWindow DOMWindow::top

◆ Touch

attribute TouchConstructor DOMWindow::Touch

◆ TouchEvent

attribute TouchEventConstructor DOMWindow::TouchEvent

◆ TouchList

attribute TouchListConstructor DOMWindow::TouchList

◆ TrackEvent

attribute TrackEventConstructor DOMWindow::TrackEvent

◆ TransitionEvent

attribute TransitionEventConstructor DOMWindow::TransitionEvent

◆ TreeWalker

attribute TreeWalkerConstructor DOMWindow::TreeWalker

◆ UIEvent

attribute UIEventConstructor DOMWindow::UIEvent

◆ URL

attribute DOMURLConstructor DOMWindow::URL

◆ URLSearchParams

attribute URLSearchParamsConstructor DOMWindow::URLSearchParams

◆ UserMessageHandler

attribute UserMessageHandlerConstructor DOMWindow::UserMessageHandler

◆ UserMessageHandlersNamespace

attribute UserMessageHandlersNamespaceConstructor DOMWindow::UserMessageHandlersNamespace

◆ ValidityState

attribute ValidityStateConstructor DOMWindow::ValidityState

◆ VideoTrack

attribute VideoTrackConstructor DOMWindow::VideoTrack

◆ VideoTrackList

attribute VideoTrackListConstructor DOMWindow::VideoTrackList

◆ VTTCue

attribute VTTCueConstructor DOMWindow::VTTCue

◆ VTTRegion

attribute VTTRegionConstructor DOMWindow::VTTRegion

◆ WaveShaperNode

attribute WaveShaperNodeConstructor DOMWindow::WaveShaperNode

◆ WebGL2RenderingContext

attribute WebGL2RenderingContextConstructor DOMWindow::WebGL2RenderingContext

◆ WebGLActiveInfo

attribute WebGLActiveInfoConstructor DOMWindow::WebGLActiveInfo

◆ WebGLBuffer

attribute WebGLBufferConstructor DOMWindow::WebGLBuffer

◆ WebGLContextEvent

attribute WebGLContextEventConstructor DOMWindow::WebGLContextEvent

◆ WebGLFramebuffer

attribute WebGLFramebufferConstructor DOMWindow::WebGLFramebuffer

◆ WebGLProgram

attribute WebGLProgramConstructor DOMWindow::WebGLProgram

◆ WebGLQuery

attribute WebGLQueryConstructor DOMWindow::WebGLQuery

◆ WebGLRenderbuffer

attribute WebGLRenderbufferConstructor DOMWindow::WebGLRenderbuffer

◆ WebGLRenderingContext

attribute WebGLRenderingContextConstructor DOMWindow::WebGLRenderingContext

◆ WebGLSampler

attribute WebGLSamplerConstructor DOMWindow::WebGLSampler

◆ WebGLShader

attribute WebGLShaderConstructor DOMWindow::WebGLShader

◆ WebGLShaderPrecisionFormat

attribute WebGLShaderPrecisionFormatConstructor DOMWindow::WebGLShaderPrecisionFormat

◆ WebGLSync

attribute WebGLSyncConstructor DOMWindow::WebGLSync

◆ WebGLTexture

attribute WebGLTextureConstructor DOMWindow::WebGLTexture

◆ WebGLTransformFeedback

attribute WebGLTransformFeedbackConstructor DOMWindow::WebGLTransformFeedback

◆ WebGLUniformLocation

attribute WebGLUniformLocationConstructor DOMWindow::WebGLUniformLocation

◆ WebGLVertexArrayObject

attribute WebGLVertexArrayObjectConstructor DOMWindow::WebGLVertexArrayObject

◆ WebKitAnimationEvent

attribute WebKitAnimationEventConstructor DOMWindow::WebKitAnimationEvent

◆ webkitAudioContext

attribute AudioContextConstructor DOMWindow::webkitAudioContext

◆ webkitAudioPannerNode

attribute PannerNodeConstructor DOMWindow::webkitAudioPannerNode

◆ WebKitCSSMatrix

attribute WebKitCSSMatrixConstructor DOMWindow::WebKitCSSMatrix

◆ WebKitCSSRegionRule

attribute WebKitCSSRegionRuleConstructor DOMWindow::WebKitCSSRegionRule

◆ WebKitCSSViewportRule

attribute WebKitCSSViewportRuleConstructor DOMWindow::WebKitCSSViewportRule

◆ webkitIndexedDB

readonly attribute IDBFactory DOMWindow::webkitIndexedDB

◆ WebKitMediaKeyError

attribute WebKitMediaKeyErrorConstructor DOMWindow::WebKitMediaKeyError

◆ WebKitMediaKeyMessageEvent

attribute WebKitMediaKeyMessageEventConstructor DOMWindow::WebKitMediaKeyMessageEvent

◆ WebKitMediaKeyNeededEvent

attribute WebKitMediaKeyNeededEventConstructor DOMWindow::WebKitMediaKeyNeededEvent

◆ WebKitMediaKeys

attribute WebKitMediaKeysConstructor DOMWindow::WebKitMediaKeys

◆ WebKitMediaKeySession

attribute WebKitMediaKeySessionConstructor DOMWindow::WebKitMediaKeySession

◆ WebKitMutationObserver

attribute MutationObserverConstructor DOMWindow::WebKitMutationObserver

◆ WebKitNamespace

attribute WebKitNamespaceConstructor DOMWindow::WebKitNamespace

◆ webkitOfflineAudioContext

attribute OfflineAudioContextConstructor DOMWindow::webkitOfflineAudioContext

◆ WebKitPlaybackTargetAvailabilityEvent

attribute WebKitPlaybackTargetAvailabilityEventConstructor DOMWindow::WebKitPlaybackTargetAvailabilityEvent

◆ WebKitPoint

attribute WebKitPointConstructor DOMWindow::WebKitPoint

◆ webkitStorageInfo

readonly attribute StorageInfo DOMWindow::webkitStorageInfo

◆ WebKitTransitionEvent

attribute WebKitTransitionEventConstructor DOMWindow::WebKitTransitionEvent

◆ webkitURL

attribute DOMURLConstructor DOMWindow::webkitURL

◆ WebSocket

attribute WebSocketConstructor DOMWindow::WebSocket

◆ WheelEvent

attribute WheelEventConstructor DOMWindow::WheelEvent

◆ window

readonly attribute DOMWindow DOMWindow::window

◆ Window

attribute DOMWindowConstructor DOMWindow::Window

◆ Worker

attribute WorkerConstructor DOMWindow::Worker

◆ WritableStream

attribute WritableStreamConstructor DOMWindow::WritableStream

◆ XMLDocument

attribute XMLDocumentConstructor DOMWindow::XMLDocument

◆ XMLHttpRequest

attribute XMLHttpRequestConstructor DOMWindow::XMLHttpRequest

◆ XMLHttpRequestEventTarget

attribute XMLHttpRequestEventTargetConstructor DOMWindow::XMLHttpRequestEventTarget

◆ XMLHttpRequestProgressEvent

attribute XMLHttpRequestProgressEventConstructor DOMWindow::XMLHttpRequestProgressEvent

◆ XMLHttpRequestUpload

attribute XMLHttpRequestUploadConstructor DOMWindow::XMLHttpRequestUpload

◆ XMLSerializer

attribute XMLSerializerConstructor DOMWindow::XMLSerializer

◆ XPathEvaluator

attribute XPathEvaluatorConstructor DOMWindow::XPathEvaluator

◆ XPathException

attribute XPathExceptionConstructor DOMWindow::XPathException

◆ XPathExpression

attribute XPathExpressionConstructor DOMWindow::XPathExpression

◆ XPathResult

attribute XPathResultConstructor DOMWindow::XPathResult

◆ XSLTProcessor

attribute XSLTProcessorConstructor DOMWindow::XSLTProcessor

The documentation for this class was generated from the following files: