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

  /external/webkit/Source/WebCore/mathml/
MathMLMathElement.cpp 31 #include "MathMLMathElement.h"
37 inline MathMLMathElement::MathMLMathElement(const QualifiedName& tagName, Document* document)
42 PassRefPtr<MathMLMathElement> MathMLMathElement::create(const QualifiedName& tagName, Document* document)
44 return adoptRef(new MathMLMathElement(tagName, document));
47 void MathMLMathElement::insertedIntoDocument()
55 RenderObject* MathMLMathElement::createRenderer(RenderArena* arena, RenderStyle*)
MathMLMathElement.h 35 class MathMLMathElement : public MathMLInlineContainerElement {
37 static PassRefPtr<MathMLMathElement> create(const QualifiedName& tagName, Document*);
40 MathMLMathElement(const QualifiedName& tagName, Document*);

Completed in 54 milliseconds