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

  /external/webkit/Source/WebCore/rendering/mathml/
RenderMathMLSubSup.h 37 class RenderMathMLSubSup : public RenderMathMLBlock {
39 RenderMathMLSubSup(Element* fraction);
RenderMathMLSubSup.cpp 30 #include "RenderMathMLSubSup.h"
49 RenderMathMLSubSup::RenderMathMLSubSup(Element* element)
64 void RenderMathMLSubSup::addChild(RenderObject* child, RenderObject* beforeChild)
106 void RenderMathMLSubSup::stretchToHeight(int height)
138 int RenderMathMLSubSup::nonOperatorHeight() const
145 void RenderMathMLSubSup::layout()
175 int RenderMathMLSubSup::baselinePosition(FontBaseline, bool firstLine, LineDirectionMode direction, LinePositionMode linePositionMode) const

Completed in 102 milliseconds