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

/external/webkit/Source/WebCore/html/
H A DHTMLFrameElementBase.h32 class HTMLFrameElementBase : public HTMLFrameOwnerElement { class in namespace:WebCore
51 HTMLFrameElementBase(const QualifiedName&, Document*);
66 void checkInDocumentTimerFired(Timer<HTMLFrameElementBase>*);
92 Timer<HTMLFrameElementBase> m_checkInDocumentTimer;
H A DHTMLFrameElementBase.cpp25 #include "HTMLFrameElementBase.h"
50 HTMLFrameElementBase::HTMLFrameElementBase(const QualifiedName& tagName, Document* document) function in class:WebCore::HTMLFrameElementBase
55 , m_checkInDocumentTimer(this, &HTMLFrameElementBase::checkInDocumentTimerFired)
61 bool HTMLFrameElementBase::isURLAllowed() const
93 void HTMLFrameElementBase::openURL(bool lockHistory, bool lockBackForwardList)
110 void HTMLFrameElementBase::parseMappedAttribute(Attribute* attr)
151 void HTMLFrameElementBase::setNameAndOpenURL()
159 void HTMLFrameElementBase::updateOnReparenting()
167 void HTMLFrameElementBase
[all...]

Completed in 169 milliseconds