Home
last modified time | relevance | path

Searched defs:currLayer (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSComputedStyleDeclaration.cpp1614 …const FillLayer* currLayer = propertyID == CSSPropertyWebkitMaskImage ? &style->maskLayers() : &st… in getPropertyCSSValue() local
1627 …const FillLayer* currLayer = propertyID == CSSPropertyWebkitMaskSize ? &style->maskLayers() : &sty… in getPropertyCSSValue() local
1635 …const FillLayer* currLayer = propertyID == CSSPropertyWebkitMaskRepeat ? &style->maskLayers() : &s… in getPropertyCSSValue() local
1642 … for (const FillLayer* currLayer = &style->maskLayers(); currLayer; currLayer = currLayer->next()) in getPropertyCSSValue() local
1649 …const FillLayer* currLayer = propertyID == CSSPropertyWebkitMaskComposite ? &style->maskLayers() :… in getPropertyCSSValue() local
1656 …for (const FillLayer* currLayer = &style->backgroundLayers(); currLayer; currLayer = currLayer->ne… in getPropertyCSSValue() local
1668 …const FillLayer* currLayer = (propertyID == CSSPropertyWebkitMaskClip || propertyID == CSSProperty… in getPropertyCSSValue() local
1678 …const FillLayer* currLayer = propertyID == CSSPropertyWebkitMaskPosition ? &style->maskLayers() : … in getPropertyCSSValue() local
1686 …const FillLayer* currLayer = propertyID == CSSPropertyWebkitMaskPositionX ? &style->maskLayers() :… in getPropertyCSSValue() local
1694 …const FillLayer* currLayer = propertyID == CSSPropertyWebkitMaskPositionY ? &style->maskLayers() :… in getPropertyCSSValue() local
[all …]
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.cpp1010 for (const FillLayer* currLayer = &layer; currLayer; currLayer = currLayer->next()) { in allLayersAreFixed() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayer.cpp1371 for (RenderLayer* currLayer = layer->parent(); currLayer; currLayer = currLayer->parent()) { in accumulateOffsetTowardsAncestor() local
1451 const RenderLayer* currLayer = this; in convertToLayerCoords() local