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

  /external/webkit/WebCore/html/
HTMLLIElement.h 29 class HTMLLIElement : public HTMLElement {
31 HTMLLIElement(const QualifiedName&, Document*);
HTMLLIElement.cpp 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
    [all...]

Completed in 35 milliseconds