Searched refs:isRenderMathMLBlock (Results 1 – 8 of 8) sorted by relevance
48 if (current->isRenderMathMLBlock()) { in nonOperatorHeight()77 if (current->isRenderMathMLBlock()) { in layout()107 if (current->isRenderMathMLBlock()) { in layout()124 if (firstChild() && firstChild()->isRenderMathMLBlock()) { in baselinePosition()
42 virtual bool isRenderMathMLBlock() const { return true; } in isRenderMathMLBlock() function97 ASSERT(!object || object->isRenderMathMLBlock()); in toRenderMathMLBlock()103 ASSERT(!object || object->isRenderMathMLBlock()); in toRenderMathMLBlock()
145 if (firstChild()->isRenderMathMLBlock()) { in paint()172 if (firstChild() && firstChild()->isRenderMathMLBlock()) { in baselinePosition()
138 if (base && base->isRenderMathMLBlock()) { in stretchToHeight()285 if (current->firstChild()->isRenderMathMLBlock()) { in nonOperatorHeight()
71 if (current->isRenderMathMLBlock()) { in stretchToHeight()
112 if (base->firstChild()->isRenderMathMLBlock()) { in stretchToHeight()
326 virtual bool isRenderMathMLBlock() const { return false; } in isRenderMathMLBlock() function
4239 Added support for RenderMathMLBlock base object and isRenderMathMLBlock()4264 (WebCore::RenderMathMLBlock::isRenderMathMLBlock):4272 (WebCore::RenderObject::isRenderMathMLBlock):