webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#import <DOMHTMLIFrameElement.h>
Protected Member Functions | |
() | - DOMHTMLIFrameElement |
Protected Member Functions inherited from DOMHTMLElement | |
() | - DOMHTMLElement |
Protected Member Functions inherited from DOMElement | |
() | - DOMElement |
() | - ~DOMElement |
Additional Inherited Members | |
Class Methods inherited from DOMElement | |
(static IDOMElement *) | + createInstance |
Class Methods inherited from WebScriptObject | |
(BOOL) | + throwException: |
(BOOL) | + throwException: |
(id) | + _convertValueToObjcValue:originRootObject:rootObject: |
(id) | + _convertValueToObjcValue:originRootObject:rootObject: |
(id) | + scriptObjectForJSObject:originRootObject:rootObject: |
(id) | + scriptObjectForJSObject:originRootObject:rootObject: |
Protected Attributes inherited from DOMElement | |
WebCore::Element * | m_element |
Protected Attributes inherited from DOMObject | |
package DOMObjectInternal * | _internal |
Protected Attributes inherited from WebScriptObject | |
WebScriptObjectPrivate * | _private |
ULONG | m_refCount { 0 } |
- DOMHTMLIFrameElement | (WebCore::Element *) | e |
Reimplemented from DOMHTMLElement.
- (virtual HRESULT STDMETHODCALLTYPE) appendChild | (_In_opt_ IDOMNode *) | oldChild | |
(_COM_Outptr_opt_ IDOMNode **) | result | ||
Reimplemented from DOMHTMLElement.
- (virtual HRESULT STDMETHODCALLTYPE) attributes | (_COM_Outptr_opt_ IDOMNamedNodeMap **) | result |
Reimplemented from DOMHTMLElement.
- (virtual HRESULT STDMETHODCALLTYPE) blur |
Reimplemented from DOMHTMLElement.
- (virtual HRESULT STDMETHODCALLTYPE) callWebScriptMethod | (_In_ BSTR) | name | |
(__in_ecount_opt(cArgs) const VARIANT) | args[] | ||
(int) | cArgs | ||
(_Out_ VARIANT *) | result | ||
Reimplemented from DOMHTMLElement.
- (virtual HRESULT STDMETHODCALLTYPE) childNodes | (_COM_Outptr_opt_ IDOMNodeList **) | result |
Reimplemented from DOMHTMLElement.
Reimplemented from DOMHTMLElement.
Reimplemented from DOMHTMLElement.
Provided by category DOMHTMLIFrameElement(WebDOMHTMLIFrameElementOperations).
Reimplemented from DOMHTMLElement.
Reimplemented from DOMHTMLElement.
Reimplemented from DOMHTMLElement.
- (virtual HRESULT STDMETHODCALLTYPE) focus |
Reimplemented from DOMHTMLElement.
Reimplemented from DOMHTMLElement.
- (virtual HRESULT STDMETHODCALLTYPE) getAttributeNode | (_In_ BSTR) | name | |
(_COM_Outptr_opt_ IDOMAttr **) | result | ||
Reimplemented from DOMHTMLElement.
- (virtual HRESULT STDMETHODCALLTYPE) getAttributeNodeNS | (_In_ BSTR) | namespaceURI | |
(_In_ BSTR) | localName | ||
(_COM_Outptr_opt_ IDOMAttr **) | result | ||
Reimplemented from DOMHTMLElement.
- (virtual HRESULT STDMETHODCALLTYPE) getAttributeNS | (_In_ BSTR) | namespaceURI | |
(_In_ BSTR) | localName | ||
(__deref_opt_out BSTR *) | result | ||
Reimplemented from DOMHTMLElement.
- (virtual HRESULT STDMETHODCALLTYPE) getElementsByTagName | (_In_ BSTR) | name | |
(_COM_Outptr_opt_ IDOMNodeList **) | result | ||
Reimplemented from DOMHTMLElement.
- (virtual HRESULT STDMETHODCALLTYPE) getElementsByTagNameNS | (_In_ BSTR) | namespaceURI | |
(_In_ BSTR) | localName | ||
(_COM_Outptr_opt_ IDOMNodeList **) | result | ||
Reimplemented from DOMHTMLElement.
Reimplemented from DOMHTMLElement.
- (virtual HRESULT STDMETHODCALLTYPE) hasAttributeNS | (_In_ BSTR) | namespaceURI | |
(_In_ BSTR) | localName | ||
(_Out_ BOOL *) | result | ||
Reimplemented from DOMHTMLElement.
Reimplemented from DOMHTMLElement.
Reimplemented from DOMHTMLElement.
Reimplemented from DOMHTMLElement.
Reimplemented from DOMHTMLElement.
Reimplemented from DOMHTMLElement.
- (virtual HRESULT STDMETHODCALLTYPE) insertBefore | (_In_opt_ IDOMNode *) | newChild | |
(_In_opt_ IDOMNode *) | refChild | ||
(_COM_Outptr_opt_ IDOMNode **) | result | ||
Reimplemented from DOMHTMLElement.
Reimplemented from DOMHTMLElement.
Reimplemented from DOMHTMLElement.
- (virtual HRESULT STDMETHODCALLTYPE) isSupported | (_In_ BSTR) | feature | |
(_In_ BSTR) | version | ||
(_Out_ BOOL *) | result | ||
Reimplemented from DOMHTMLElement.
Reimplemented from DOMHTMLElement.
Reimplemented from DOMHTMLElement.
Reimplemented from DOMHTMLElement.
Reimplemented from DOMHTMLElement.
Reimplemented from DOMHTMLElement.
Reimplemented from DOMHTMLElement.
- (virtual HRESULT STDMETHODCALLTYPE) nodeType | (_Out_ unsigned short *) | result |
Reimplemented from DOMHTMLElement.
Reimplemented from DOMHTMLElement.
- (virtual HRESULT STDMETHODCALLTYPE) normalize |
Reimplemented from DOMHTMLElement.
- (virtual HRESULT STDMETHODCALLTYPE) ownerDocument | (_COM_Outptr_opt_ IDOMDocument **) | result |
Reimplemented from DOMHTMLElement.
Reimplemented from DOMHTMLElement.
Reimplemented from DOMHTMLElement.
Reimplemented from DOMHTMLElement.
Reimplemented from DOMHTMLElement.
Reimplemented from DOMHTMLElement.
Reimplemented from DOMHTMLElement.
- (virtual HRESULT STDMETHODCALLTYPE) removeAttributeNode | (_In_opt_ IDOMAttr *) | oldAttr | |
(_COM_Outptr_opt_ IDOMAttr **) | result | ||
Reimplemented from DOMHTMLElement.
- (virtual HRESULT STDMETHODCALLTYPE) removeAttributeNS | (_In_ BSTR) | namespaceURI | |
(_In_ BSTR) | localName | ||
Reimplemented from DOMHTMLElement.
- (virtual HRESULT STDMETHODCALLTYPE) removeChild | (_In_opt_ IDOMNode *) | oldChild | |
(_COM_Outptr_opt_ IDOMNode **) | result | ||
Reimplemented from DOMHTMLElement.
Reimplemented from DOMHTMLElement.
- (virtual HRESULT STDMETHODCALLTYPE) replaceChild | (_In_opt_ IDOMNode *) | newChild | |
(_In_opt_ IDOMNode *) | oldChild | ||
(_COM_Outptr_opt_ IDOMNode **) | result | ||
Reimplemented from DOMHTMLElement.
Reimplemented from DOMHTMLElement.
- (virtual HRESULT STDMETHODCALLTYPE) setAttributeNode | (_In_opt_ IDOMAttr *) | newAttr | |
(_COM_Outptr_opt_ IDOMAttr **) | result | ||
Reimplemented from DOMHTMLElement.
- (virtual HRESULT STDMETHODCALLTYPE) setAttributeNodeNS | (_In_opt_ IDOMAttr *) | newAttr | |
(_COM_Outptr_opt_ IDOMAttr **) | result | ||
Reimplemented from DOMHTMLElement.
- (virtual HRESULT STDMETHODCALLTYPE) setAttributeNS | (_In_ BSTR) | namespaceURI | |
(_In_ BSTR) | qualifiedName | ||
(_In_ BSTR) | value | ||
Reimplemented from DOMHTMLElement.
Reimplemented from DOMHTMLElement.
Reimplemented from DOMHTMLElement.
Reimplemented from DOMHTMLElement.
Reimplemented from DOMHTMLElement.
Reimplemented from DOMHTMLElement.
Reimplemented from DOMHTMLElement.
Reimplemented from DOMHTMLElement.
Reimplemented from DOMHTMLElement.
Reimplemented from DOMHTMLElement.
Reimplemented from DOMHTMLElement.
Reimplemented from DOMHTMLElement.
- (virtual HRESULT STDMETHODCALLTYPE) setWebScriptValueAtIndex | (unsigned) | index | |
(VARIANT) | val | ||
Reimplemented from DOMHTMLElement.
- (virtual HRESULT STDMETHODCALLTYPE) stringRepresentation | (__deref_opt_out BSTR *) | stringRepresentation |
Reimplemented from DOMHTMLElement.
Reimplemented from DOMHTMLElement.
Reimplemented from DOMHTMLElement.
- (virtual HRESULT STDMETHODCALLTYPE) throwException | (_In_ BSTR) | exceptionMessage | |
(_Out_ BOOL *) | result | ||
Reimplemented from DOMHTMLElement.
Reimplemented from DOMHTMLElement.
- (DOMAbstractView* contentWindow) WEBKIT_AVAILABLE_MAC | (10_6) |
- (virtual HRESULT STDMETHODCALLTYPE) webScriptValueAtIndex | (unsigned) | index | |
(_Out_ VARIANT *) | result | ||
Reimplemented from DOMHTMLElement.
|
readwriteatomiccopy |
|
readatomicstrong |
|
readwriteatomiccopy |
|
readwriteatomiccopy |
|
readwriteatomiccopy |
|
readwriteatomiccopy |
|
readwriteatomiccopy |