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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFrameElementBase.h 32 class HTMLFrameElementBase : public HTMLFrameOwnerElement {
42 HTMLFrameElementBase(const QualifiedName&, Document&);
83 DEFINE_HTMLELEMENT_TYPE_CASTS_WITH_FUNCTION(HTMLFrameElementBase);
HTMLFrameElementBase.cpp 25 #include "core/html/HTMLFrameElementBase.h"
45 HTMLFrameElementBase::HTMLFrameElementBase(const QualifiedName& tagName, Document& document)
53 bool HTMLFrameElementBase::isURLAllowed() const
73 void HTMLFrameElementBase::openURL(bool lockBackForwardList)
100 void HTMLFrameElementBase::parseAttribute(const QualifiedName& name, const AtomicString& value)
135 void HTMLFrameElementBase::setNameAndOpenURL()
141 Node::InsertionNotificationRequest HTMLFrameElementBase::insertedInto(ContainerNode* insertionPoint)
147 void HTMLFrameElementBase::didNotifySubtreeInsertionsToDocument()
158 void HTMLFrameElementBase::attach(const AttachContext& context
    [all...]

Completed in 1060 milliseconds