Home
last modified time | relevance | path

Searched refs:currLayer (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSComputedStyleDeclaration.cpp1706 for (const FillLayer* currLayer = layers; currLayer; currLayer = currLayer->next()) { in getPropertyCSSValue() local
1707 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() local
1723 list->append(valueForFillSize(currLayer->size(), *style)); in getPropertyCSSValue()
1734 for (const FillLayer* currLayer = layers; currLayer; currLayer = currLayer->next()) in getPropertyCSSValue() local
1735 list->append(valueForFillRepeat(currLayer->repeatX(), currLayer->repeatY())); in getPropertyCSSValue()
1749 for (const FillLayer* currLayer = layers; currLayer; currLayer = currLayer->next()) in getPropertyCSSValue() local
1750 list->append(valueForFillSourceType(currLayer->maskSourceType())); in getPropertyCSSValue()
1761 for (const FillLayer* currLayer = layers; currLayer; currLayer = currLayer->next()) in getPropertyCSSValue() local
[all …]
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.cpp1015 for (const FillLayer* currLayer = layer; currLayer; currLayer = currLayer->next()) in allLayersAreFixed() local
1016 allFixed &= (currLayer->image() && currLayer->attachment() == FixedBackgroundAttachment); in allLayersAreFixed()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayer.cpp1581 for (RenderLayer* currLayer = layer->parent(); currLayer; currLayer = currLayer->parent()) { in accumulateOffsetTowardsAncestor() local
1582 if (currLayer == ancestorLayer) in accumulateOffsetTowardsAncestor()
1585 if (isFixedPositionedContainer(currLayer)) { in accumulateOffsetTowardsAncestor()
1586 fixedPositionContainerLayer = currLayer; in accumulateOffsetTowardsAncestor()
1662 const RenderLayer* currLayer = this; in convertToLayerCoords() local
1663 while (currLayer && currLayer != ancestorLayer) in convertToLayerCoords()
1664 currLayer = accumulateOffsetTowardsAncestor(currLayer, ancestorLayer, location); in convertToLayerCoords()
DRenderLayerCompositor.cpp1560 …for (RenderLayer* currLayer = layer->firstChild(); currLayer; currLayer = currLayer->nextSibling()) in clearMappingForRenderLayerIncludingDescendants() local
1561 clearMappingForRenderLayerIncludingDescendants(currLayer); in clearMappingForRenderLayerIncludingDescendants()