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

  /external/webkit/WebCore/html/
HTMLIFrameElement.h 31 class HTMLIFrameElement : public HTMLFrameElementBase {
33 static PassRefPtr<HTMLIFrameElement> create(const QualifiedName&, Document*);
36 HTMLIFrameElement(const QualifiedName&, Document*);
HTMLIFrameElement.cpp 26 #include "HTMLIFrameElement.h"
39 inline HTMLIFrameElement::HTMLIFrameElement(const QualifiedName& tagName, Document* document)
45 PassRefPtr<HTMLIFrameElement> HTMLIFrameElement::create(const QualifiedName& tagName, Document* document)
47 return adoptRef(new HTMLIFrameElement(tagName, document));
50 bool HTMLIFrameElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
104 void HTMLIFrameElement::parseMappedAttribute(MappedAttribute* attr)
132 bool HTMLIFrameElement::rendererIsNeeded(RenderStyle* style)
137 RenderObject* HTMLIFrameElement::createRenderer(RenderArena* arena, RenderStyle*
    [all...]

Completed in 21 milliseconds