Home | History | Annotate | Download | only in rendering

Lines Matching refs:childBlock

295     RenderBox* childBlock = innerBlockRenderer ? innerBlockRenderer : innerTextRenderer;
296 currentHeight = childBlock->height();
298 childBlock->setY((height() - currentHeight) / 2);