Home
last modified time | relevance | path

Searched refs:isRenderMathMLRow (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/rendering/mathml/
DRenderMathMLRow.h38 virtual bool isRenderMathMLRow() const { return true; } in isRenderMathMLRow() function
DRenderMathMLBlock.h44 virtual bool isRenderMathMLRow() const { return false; } in isRenderMathMLRow() function
DRenderMathMLFraction.cpp150 if (numerator->isRenderMathMLRow()) in paint()
/external/webkit/Source/WebCore/
DChangeLog-2010-01-294266 (WebCore::RenderMathMLBlock::isRenderMathMLRow):