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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFrameOwnerElement.cpp 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() cons
    [all...]
HTMLFrameOwnerElement.h 35 class HTMLFrameOwnerElement : public HTMLElement {
37 virtual ~HTMLFrameOwnerElement();
63 HTMLFrameOwnerElement(const QualifiedName& tagName, Document*);
80 inline HTMLFrameOwnerElement* toFrameOwnerElement(Node* node)
83 return static_cast<HTMLFrameOwnerElement*>(node);
99 static bool canLoadFrame(HTMLFrameOwnerElement* owner)

Completed in 571 milliseconds