Home | History | Annotate | Download | only in html

Lines Matching refs:HTMLFrameOwnerElement

22 #include "HTMLFrameOwnerElement.h"
35 HTMLFrameOwnerElement::HTMLFrameOwnerElement(const QualifiedName& tagName, Document* document)
42 void HTMLFrameOwnerElement::willRemove()
52 HTMLFrameOwnerElement::~HTMLFrameOwnerElement()
58 Document* HTMLFrameOwnerElement::contentDocument() const
63 DOMWindow* HTMLFrameOwnerElement::contentWindow() const
68 void HTMLFrameOwnerElement::setSandboxFlags(SandboxFlags flags)
80 SVGDocument* HTMLFrameOwnerElement::getSVGDocument(ExceptionCode& ec) const