Searched refs:currLayer (Results 1 – 4 of 4) sorted by relevance
1706 for (const FillLayer* currLayer = layers; currLayer; currLayer = currLayer->next()) { in getPropertyCSSValue() local1707 if (currLayer->image()) in getPropertyCSSValue()1708 list->append(currLayer->image()->cssValue()); in getPropertyCSSValue()1722 for (const FillLayer* currLayer = layers; currLayer; currLayer = currLayer->next()) in getPropertyCSSValue() local1723 list->append(valueForFillSize(currLayer->size(), *style)); in getPropertyCSSValue()1734 for (const FillLayer* currLayer = layers; currLayer; currLayer = currLayer->next()) in getPropertyCSSValue() local1735 list->append(valueForFillRepeat(currLayer->repeatX(), currLayer->repeatY())); in getPropertyCSSValue()1749 for (const FillLayer* currLayer = layers; currLayer; currLayer = currLayer->next()) in getPropertyCSSValue() local1750 list->append(valueForFillSourceType(currLayer->maskSourceType())); in getPropertyCSSValue()1761 for (const FillLayer* currLayer = layers; currLayer; currLayer = currLayer->next()) in getPropertyCSSValue() local[all …]
1015 for (const FillLayer* currLayer = layer; currLayer; currLayer = currLayer->next()) in allLayersAreFixed() local1016 allFixed &= (currLayer->image() && currLayer->attachment() == FixedBackgroundAttachment); in allLayersAreFixed()
1581 for (RenderLayer* currLayer = layer->parent(); currLayer; currLayer = currLayer->parent()) { in accumulateOffsetTowardsAncestor() local1582 if (currLayer == ancestorLayer) in accumulateOffsetTowardsAncestor()1585 if (isFixedPositionedContainer(currLayer)) { in accumulateOffsetTowardsAncestor()1586 fixedPositionContainerLayer = currLayer; in accumulateOffsetTowardsAncestor()1662 const RenderLayer* currLayer = this; in convertToLayerCoords() local1663 while (currLayer && currLayer != ancestorLayer) in convertToLayerCoords()1664 currLayer = accumulateOffsetTowardsAncestor(currLayer, ancestorLayer, location); in convertToLayerCoords()
1560 …for (RenderLayer* currLayer = layer->firstChild(); currLayer; currLayer = currLayer->nextSibling()) in clearMappingForRenderLayerIncludingDescendants() local1561 clearMappingForRenderLayerIncludingDescendants(currLayer); in clearMappingForRenderLayerIncludingDescendants()