Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderLayer.cpp1193 int ancestorX = 0; in convertToLayerCoords() local
1195 ancestorLayer->convertToLayerCoords(fixedPositionContainerLayer, ancestorX, ancestorY); in convertToLayerCoords()
1197 xPos += (fixedContainerX - ancestorX); in convertToLayerCoords()
1230 int ancestorX = 0; in convertToLayerCoords() local
1232 ancestorLayer->convertToLayerCoords(positionedAncestor, ancestorX, ancestorY); in convertToLayerCoords()
1234 xPos += (thisX - ancestorX); in convertToLayerCoords()