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

  /external/webkit/WebCore/mathml/
MathMLMathElement.cpp 30 #include "MathMLMathElement.h"
39 MathMLMathElement::MathMLMathElement(const QualifiedName& tagName, Document* document)
44 PassRefPtr<MathMLMathElement> MathMLMathElement::create(const QualifiedName& tagName, Document* document)
46 return new MathMLMathElement(tagName, document);
MathMLMathElement.h 34 class MathMLMathElement : public MathMLInlineContainerElement {
36 static PassRefPtr<MathMLMathElement> create(const QualifiedName& tagName, Document*);
39 MathMLMathElement(const QualifiedName& tagName, Document*);

Completed in 20 milliseconds