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

  /external/webkit/Source/WebCore/mathml/
MathMLElement.h 36 class MathMLElement : public StyledElement {
38 static PassRefPtr<MathMLElement> create(const QualifiedName& tagName, Document*);
41 MathMLElement(const QualifiedName& tagName, Document*);
MathMLElement.cpp 32 #include "MathMLElement.h"
41 MathMLElement::MathMLElement(const QualifiedName& tagName, Document* document)
46 PassRefPtr<MathMLElement> MathMLElement::create(const QualifiedName& tagName, Document* document)
48 return adoptRef(new MathMLElement(tagName, document));
51 bool MathMLElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
63 void MathMLElement::parseMappedAttribute(Attribute* attr)

Completed in 3187 milliseconds