Home
last modified time | relevance | path

Searched refs:ancestorLayer (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderLayer.cpp1153 RenderLayer::convertToLayerCoords(const RenderLayer* ancestorLayer, int& xPos, int& yPos) const in convertToLayerCoords() argument
1155 if (ancestorLayer == this) in convertToLayerCoords()
1159 …if (position == FixedPosition && (!ancestorLayer || ancestorLayer == renderer()->view()->layer()))… in convertToLayerCoords()
1175 if (currLayer == ancestorLayer) in convertToLayerCoords()
1187 if (fixedPositionContainerLayer != ancestorLayer) { in convertToLayerCoords()
1194 ancestorLayer->convertToLayerCoords(fixedPositionContainerLayer, ancestorX, ancestorY); in convertToLayerCoords()
1212 if (parentLayer == ancestorLayer) { in convertToLayerCoords()
1231 ancestorLayer->convertToLayerCoords(positionedAncestor, ancestorX, ancestorY); in convertToLayerCoords()
1243 parentLayer->convertToLayerCoords(ancestorLayer, xPos, yPos); in convertToLayerCoords()
2768 RenderLayer* ancestorLayer = isNormalFlowOnly() ? parent() : stackingContext(); in paintPaginatedChildLayer() local
[all …]
DRenderLayerCompositor.h120 IntRect calculateCompositedBounds(const RenderLayer* layer, const RenderLayer* ancestorLayer);
DRenderLayerCompositor.cpp459 …erCompositor::calculateCompositedBounds(const RenderLayer* layer, const RenderLayer* ancestorLayer) in calculateCompositedBounds() argument
482 layer->convertToLayerCoords(ancestorLayer, ancestorRelX, ancestorRelY); in calculateCompositedBounds()
536 layer->convertToLayerCoords(ancestorLayer, ancestorRelX, ancestorRelY); in calculateCompositedBounds()
DRenderLayer.h396 void convertToLayerCoords(const RenderLayer* ancestorLayer, int& x, int& y) const;
/external/webkit/Source/WebCore/
DChangeLog-2010-01-294443 the fixed position container, and computing offsets relative to that. If the ancestorLayer
64622 skip over the ancestorLayer, thus giving the wrong result.
64625 and checking for ancestorLayer along the way. If found, compute offset of both to