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

  /external/webkit/WebCore/html/
HTMLOListElement.h 29 class HTMLOListElement : public HTMLElement {
31 HTMLOListElement(const QualifiedName&, Document*);
HTMLOListElement.cpp 23 #include "HTMLOListElement.h"
35 HTMLOListElement::HTMLOListElement(const QualifiedName& tagName, Document* doc)
42 bool HTMLOListElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
52 void HTMLOListElement::parseMappedAttribute(MappedAttribute* attr)
81 bool HTMLOListElement::compact() const
86 void HTMLOListElement::setCompact(bool b)
91 void HTMLOListElement::setStart(int start)
96 String HTMLOListElement::type() const
101 void HTMLOListElement::setType(const String& value
    [all...]

Completed in 83 milliseconds