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

  /external/webkit/WebCore/html/
HTMLUListElement.h 29 class HTMLUListElement : public HTMLElement {
31 HTMLUListElement(const QualifiedName&, Document*);
HTMLUListElement.cpp 23 #include "HTMLUListElement.h"
33 HTMLUListElement::HTMLUListElement(const QualifiedName& tagName, Document* doc)
39 bool HTMLUListElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
49 void HTMLUListElement::parseMappedAttribute(MappedAttribute *attr)
57 bool HTMLUListElement::compact() const
62 void HTMLUListElement::setCompact(bool b)
67 String HTMLUListElement::type() const
72 void HTMLUListElement::setType(const String &value)

Completed in 41 milliseconds