HomeSort by relevance Sort by last modified time
    Searched refs:MathMLElement (Results 1 - 6 of 6) 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*);
MathMLTextElement.cpp 41 : MathMLElement(tagName, document)
55 return MathMLElement::createRenderer(arena, style);
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)
MathMLInlineContainerElement.h 31 #include "MathMLElement.h"
35 class MathMLInlineContainerElement : public MathMLElement {
MathMLTextElement.h 31 #include "MathMLElement.h"
35 class MathMLTextElement : public MathMLElement {
MathMLInlineContainerElement.cpp 48 : MathMLElement(tagName, document)

Completed in 48 milliseconds