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

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

Completed in 25 milliseconds