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

/external/webkit/Source/WebCore/mathml/
H A DMathMLInlineContainerElement.cpp41 #include "RenderMathMLUnderOver.h"
68 return new (arena) RenderMathMLUnderOver(this);
70 return new (arena) RenderMathMLUnderOver(this);
72 return new (arena) RenderMathMLUnderOver(this);
/external/webkit/Source/WebCore/rendering/mathml/
H A DRenderMathMLUnderOver.h36 class RenderMathMLUnderOver : public RenderMathMLBlock { class in namespace:WebCore
38 RenderMathMLUnderOver(Node* expression);
H A DRenderMathMLUnderOver.cpp30 #include "RenderMathMLUnderOver.h"
41 RenderMathMLUnderOver::RenderMathMLUnderOver(Node* expression) function in class:WebCore::RenderMathMLUnderOver
58 void RenderMathMLUnderOver::addChild(RenderObject* child, RenderObject* beforeChild)
121 void RenderMathMLUnderOver::stretchToHeight(int height)
145 void RenderMathMLUnderOver::layout()
246 int RenderMathMLUnderOver::baselinePosition(FontBaseline, bool firstLine, LineDirectionMode direction, LinePositionMode linePositionMode) const
281 int RenderMathMLUnderOver::nonOperatorHeight() const

Completed in 187 milliseconds