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

  /external/webkit/WebCore/html/
HTMLHeadingElement.cpp 23 #include "HTMLHeadingElement.h"
31 HTMLHeadingElement::HTMLHeadingElement(const QualifiedName& tagName, Document *doc)
36 bool HTMLHeadingElement::checkDTD(const Node* newChild)
46 String HTMLHeadingElement::align() const
51 void HTMLHeadingElement::setAlign(const String &value)
HTMLHeadingElement.h 29 class HTMLHeadingElement : public HTMLElement {
31 HTMLHeadingElement(const QualifiedName&, Document*);

Completed in 33 milliseconds