Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderLayer.cpp1194 int ancestorY = 0; in convertToLayerCoords() local
1195 ancestorLayer->convertToLayerCoords(fixedPositionContainerLayer, ancestorX, ancestorY); in convertToLayerCoords()
1198 yPos += (fixedContainerY - ancestorY); in convertToLayerCoords()
1231 int ancestorY = 0; in convertToLayerCoords() local
1232 ancestorLayer->convertToLayerCoords(positionedAncestor, ancestorX, ancestorY); in convertToLayerCoords()
1235 yPos += (thisY - ancestorY); in convertToLayerCoords()