Home
last modified time | relevance | path

Searched refs:isRenderMathMLBlock (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/rendering/mathml/
DRenderMathMLRow.cpp48 if (current->isRenderMathMLBlock()) { in nonOperatorHeight()
77 if (current->isRenderMathMLBlock()) { in layout()
107 if (current->isRenderMathMLBlock()) { in layout()
124 if (firstChild() && firstChild()->isRenderMathMLBlock()) { in baselinePosition()
DRenderMathMLBlock.h42 virtual bool isRenderMathMLBlock() const { return true; } in isRenderMathMLBlock() function
97 ASSERT(!object || object->isRenderMathMLBlock()); in toRenderMathMLBlock()
103 ASSERT(!object || object->isRenderMathMLBlock()); in toRenderMathMLBlock()
DRenderMathMLFraction.cpp145 if (firstChild()->isRenderMathMLBlock()) { in paint()
172 if (firstChild() && firstChild()->isRenderMathMLBlock()) { in baselinePosition()
DRenderMathMLUnderOver.cpp138 if (base && base->isRenderMathMLBlock()) { in stretchToHeight()
285 if (current->firstChild()->isRenderMathMLBlock()) { in nonOperatorHeight()
DRenderMathMLBlock.cpp71 if (current->isRenderMathMLBlock()) { in stretchToHeight()
DRenderMathMLSubSup.cpp112 if (base->firstChild()->isRenderMathMLBlock()) { in stretchToHeight()
/external/webkit/Source/WebCore/rendering/
DRenderObject.h326 virtual bool isRenderMathMLBlock() const { return false; } in isRenderMathMLBlock() function
/external/webkit/Source/WebCore/
DChangeLog-2010-01-294239 Added support for RenderMathMLBlock base object and isRenderMathMLBlock()
4264 (WebCore::RenderMathMLBlock::isRenderMathMLBlock):
4272 (WebCore::RenderObject::isRenderMathMLBlock):