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

  /external/webkit/WebCore/mathml/
MathMLElement.cpp 30 #include "MathMLElement.h"
39 MathMLElement::MathMLElement(const QualifiedName& tagName, Document* document)
44 PassRefPtr<MathMLElement> MathMLElement::create(const QualifiedName& tagName, Document* document)
46 return new MathMLElement(tagName, document);
49 RenderObject* MathMLElement::createRenderer(RenderArena*, RenderStyle* style)
MathMLElement.h 34 class MathMLElement : public StyledElement {
36 static PassRefPtr<MathMLElement> create(const QualifiedName& tagName, Document*);
43 MathMLElement(const QualifiedName& tagName, Document*);
MathMLInlineContainerElement.h 30 #include "MathMLElement.h"
34 class MathMLInlineContainerElement : public MathMLElement {
MathMLTextElement.h 30 #include "MathMLElement.h"
34 class MathMLTextElement : public MathMLElement {
MathMLInlineContainerElement.cpp 40 : MathMLElement(tagName, document)
MathMLTextElement.cpp 40 : MathMLElement(tagName, document)

Completed in 49 milliseconds