Home | History | Annotate | Download | only in html

Lines Matching defs:HTMLFrameOwnerElement

22 #include "core/html/HTMLFrameOwnerElement.h"
37 HTMLFrameOwnerElement::HTMLFrameOwnerElement(const QualifiedName& tagName, Document* document)
44 RenderPart* HTMLFrameOwnerElement::renderPart() const
53 void HTMLFrameOwnerElement::setContentFrame(Frame* frame)
66 void HTMLFrameOwnerElement::clearContentFrame()
77 void HTMLFrameOwnerElement::disconnectContentFrame()
90 HTMLFrameOwnerElement::~HTMLFrameOwnerElement()
96 Document* HTMLFrameOwnerElement::contentDocument() const
101 DOMWindow* HTMLFrameOwnerElement::contentWindow() const
106 void HTMLFrameOwnerElement::setSandboxFlags(SandboxFlags flags)
111 bool HTMLFrameOwnerElement::isKeyboardFocusable() const
116 SVGDocument* HTMLFrameOwnerElement::getSVGDocument(ExceptionState& es) const
126 bool HTMLFrameOwnerElement::loadOrRedirectSubframe(const KURL& url, const AtomicString& frameName, bool lockBackForwardList)