Home | History | Annotate | Download | only in rendering

Lines Matching defs:childLayer

412                 RenderLayer* childLayer = child->layer();
413 childLayer->setStaticInlinePosition(xPos);
414 if (childLayer->staticBlockPosition() != yPos) {
415 childLayer->setStaticBlockPosition(yPos);
650 RenderLayer* childLayer = child->layer();
651 childLayer->setStaticInlinePosition(borderStart() + paddingStart());
652 if (childLayer->staticBlockPosition() != height()) {
653 childLayer->setStaticBlockPosition(height());