Home | History | Annotate | Download | only in html

Lines Matching defs:HTMLLIElement

24 #include "HTMLLIElement.h"
36 HTMLLIElement::HTMLLIElement(const QualifiedName& tagName, Document* doc)
43 bool HTMLLIElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
53 void HTMLLIElement::parseMappedAttribute(MappedAttribute* attr)
80 void HTMLLIElement::attach()
109 String HTMLLIElement::type() const
114 void HTMLLIElement::setType(const String& value)
119 int HTMLLIElement::value() const
124 void HTMLLIElement::setValue(int value)