Searched defs:HTMLFrameOwnerElement (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/html/
H A DHTMLFrameOwnerElement.cpp22 #include "HTMLFrameOwnerElement.h"
36 HTMLFrameOwnerElement::HTMLFrameOwnerElement(const QualifiedName& tagName, Document* document) function in class:WebCore::HTMLFrameOwnerElement
43 RenderPart* HTMLFrameOwnerElement::renderPart() const
52 void HTMLFrameOwnerElement::willRemove()
65 HTMLFrameOwnerElement::~HTMLFrameOwnerElement()
71 Document* HTMLFrameOwnerElement::contentDocument() const
76 DOMWindow* HTMLFrameOwnerElement::contentWindow() const
81 void HTMLFrameOwnerElement
[all...]
H A DHTMLFrameOwnerElement.h37 class HTMLFrameOwnerElement : public HTMLElement { class in namespace:WebCore
39 virtual ~HTMLFrameOwnerElement();
59 HTMLFrameOwnerElement(const QualifiedName& tagName, Document*);

Completed in 55 milliseconds