Home | History | Annotate | Download | only in rendering

Lines Matching refs:currLayer

1175         for (RenderLayer* currLayer = parent(); currLayer; currLayer = currLayer->parent()) {
1176 if (currLayer == ancestorLayer)
1179 if (isFixedPositionedContainer(currLayer)) {
1180 fixedPositionContainerLayer = currLayer;