Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderLayer.cpp1193 int ancestorY = 0; in convertToLayerCoords() local
1194 ancestorLayer->convertToLayerCoords(fixedPositionContainerLayer, ancestorX, ancestorY); in convertToLayerCoords()
1197 yPos += (fixedContainerY - ancestorY); in convertToLayerCoords()
1230 int ancestorY = 0; in convertToLayerCoords() local
1231 ancestorLayer->convertToLayerCoords(positionedAncestor, ancestorX, ancestorY); in convertToLayerCoords()
1234 yPos += (thisY - ancestorY); in convertToLayerCoords()