Home | History | Annotate | Download | only in rendering

Lines Matching refs:childLayer

1020     RenderLayer* childLayer = child->layer();
1024 childLayer->setStaticInlinePosition(inlinePosition); // FIXME: Not right for regions.
1027 if (childLayer->staticBlockPosition() != staticBlockPosition) {
1028 childLayer->setStaticBlockPosition(staticBlockPosition);