HomeSort by relevance Sort by last modified time
    Searched defs:HTMLFrameOwnerElement (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/html/
HTMLFrameOwnerElement.cpp 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) cons
    [all...]
HTMLFrameOwnerElement.h 36 class HTMLFrameOwnerElement : public HTMLElement {
38 virtual ~HTMLFrameOwnerElement();
53 HTMLFrameOwnerElement(const QualifiedName& tagName, Document*);

Completed in 2607 milliseconds