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

  /external/webkit/Source/WebCore/html/
HTMLHeadingElement.cpp 24 #include "HTMLHeadingElement.h"
28 inline HTMLHeadingElement::HTMLHeadingElement(const QualifiedName& tagName, Document* document)
33 PassRefPtr<HTMLHeadingElement> HTMLHeadingElement::create(const QualifiedName& tagName, Document* document)
35 return adoptRef(new HTMLHeadingElement(tagName, document));
HTMLHeadingElement.h 30 class HTMLHeadingElement : public HTMLElement {
32 static PassRefPtr<HTMLHeadingElement> create(const QualifiedName&, Document*);
35 HTMLHeadingElement(const QualifiedName&, Document*);

Completed in 25 milliseconds