Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayer.cpp1598 LayoutPoint ancestorCoords; in accumulateOffsetTowardsAncestor() local
1599 ancestorLayer->convertToLayerCoords(fixedPositionContainerLayer, ancestorCoords); in accumulateOffsetTowardsAncestor()
1601 location += (fixedContainerCoords - ancestorCoords); in accumulateOffsetTowardsAncestor()
1641 LayoutPoint ancestorCoords; in accumulateOffsetTowardsAncestor() local
1642 ancestorLayer->convertToLayerCoords(positionedAncestor, ancestorCoords); in accumulateOffsetTowardsAncestor()
1644 location += (thisCoords - ancestorCoords); in accumulateOffsetTowardsAncestor()