Home | History | Annotate | Download | only in rendering

Lines Matching defs:childLayer

407                 RenderLayer* childLayer = child->layer();
408 childLayer->setStaticInlinePosition(xPos);
409 if (childLayer->staticBlockPosition() != yPos) {
410 childLayer->setStaticBlockPosition(yPos);
642 RenderLayer* childLayer = child->layer();
643 childLayer->setStaticInlinePosition(borderStart() + paddingStart());
644 if (childLayer->staticBlockPosition() != height()) {
645 childLayer->setStaticBlockPosition(height());