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

  /external/webkit/WebCore/html/
HTMLParagraphElement.h 29 class HTMLParagraphElement : public HTMLElement {
31 HTMLParagraphElement(const QualifiedName&, Document*);
HTMLParagraphElement.cpp 24 #include "HTMLParagraphElement.h"
36 HTMLParagraphElement::HTMLParagraphElement(const QualifiedName& tagName, Document *doc)
42 bool HTMLParagraphElement::checkDTD(const Node* newChild)
47 bool HTMLParagraphElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
56 void HTMLParagraphElement::parseMappedAttribute(MappedAttribute *attr)
72 String HTMLParagraphElement::align() const
77 void HTMLParagraphElement::setAlign(const String &value)

Completed in 32 milliseconds