HomeSort by relevance Sort by last modified time
    Searched refs:stretchToHeight (Results 1 - 10 of 10) sorted by null

  /external/webkit/Source/WebCore/rendering/mathml/
RenderMathMLRow.h 41 virtual void stretchToHeight(int) {}
RenderMathMLUnderOver.h 44 virtual void stretchToHeight(int pixelHeight);
RenderMathMLSubSup.h 43 virtual void stretchToHeight(int pixelHeight);
RenderMathMLOperator.h 41 virtual void stretchToHeight(int pixelHeight);
RenderMathMLBlock.cpp 68 void RenderMathMLBlock::stretchToHeight(int height)
73 block->stretchToHeight(height);
RenderMathMLBlock.h 48 virtual void stretchToHeight(int height);
RenderMathMLRow.cpp 109 block->stretchToHeight(maxHeight);
RenderMathMLSubSup.cpp 106 void RenderMathMLSubSup::stretchToHeight(int height)
114 block->stretchToHeight(static_cast<int>(gSubSupStretch * height));
RenderMathMLUnderOver.cpp 121 void RenderMathMLUnderOver::stretchToHeight(int height)
140 block->stretchToHeight(height);
RenderMathMLOperator.cpp 63 void RenderMathMLOperator::stretchToHeight(int height)

Completed in 688 milliseconds