Searched refs:RenderMathMLRoot (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/rendering/mathml/
H A DRenderMathMLRoot.h35 class RenderMathMLRoot : public RenderMathMLBlock { class in namespace:WebCore
37 RenderMathMLRoot(Node* fraction);
H A DRenderMathMLRoot.cpp31 #include "RenderMathMLRoot.h"
67 RenderMathMLRoot::RenderMathMLRoot(Node *expression) function in class:WebCore::RenderMathMLRoot
72 void RenderMathMLRoot::addChild(RenderObject* child, RenderObject* )
97 void RenderMathMLRoot::paint(PaintInfo& info, int tx, int ty)
201 void RenderMathMLRoot::layout()
/external/webkit/Source/WebCore/mathml/
H A DMathMLInlineContainerElement.cpp37 #include "RenderMathMLRoot.h"
78 return new (arena) RenderMathMLRoot(this);

Completed in 96 milliseconds