Lines Matching defs:renderBox
502 RenderBox* renderBox = toRenderBox(r->m_object);
503 if (renderBox->isRubyRun()) {
513 toRenderRubyRun(renderBox)->getOverhang(firstLine, renderBox->style()->isLeftToRightDirection() ? previousObject : nextObject, renderBox->style()->isLeftToRightDirection() ? nextObject : previousObject, startOverhang, endOverhang);
514 setMarginStartForChild(renderBox, -startOverhang);
515 setMarginEndForChild(renderBox, -endOverhang);
517 r->m_box->setLogicalWidth(logicalWidthForChild(renderBox));
518 totalLogicalWidth += marginStartForChild(renderBox) + marginEndForChild(renderBox);