Home | History | Annotate | Download | only in rendering

Lines Matching refs:currLayer

1858         for (RenderLayer* currLayer = layer->parent(); currLayer; currLayer = currLayer->parent()) {
1859 if (currLayer == ancestorLayer)
1862 if (isFixedPositionedContainer(currLayer)) {
1863 fixedPositionContainerLayer = currLayer;
1939 const RenderLayer* currLayer = this;
1940 while (currLayer && currLayer != ancestorLayer)
1941 currLayer = accumulateOffsetTowardsAncestor(currLayer, ancestorLayer, location);