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

  /external/webkit/WebCore/html/
HTMLDivElement.cpp 24 #include "HTMLDivElement.h"
35 HTMLDivElement::HTMLDivElement(const QualifiedName& tagName, Document *doc)
41 HTMLDivElement::~HTMLDivElement()
45 bool HTMLDivElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
54 void HTMLDivElement::parseMappedAttribute(MappedAttribute *attr)
70 String HTMLDivElement::align() const
75 void HTMLDivElement::setAlign(const String &value)
HTMLDivElement.h 29 class HTMLDivElement : public HTMLElement {
31 HTMLDivElement(const QualifiedName&, Document*);
32 ~HTMLDivElement();

Completed in 681 milliseconds