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

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

Completed in 266 milliseconds