Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBoxModelObject.cpp1085 …LayoutUnit computedYPosition = minimumValueForLength(fillLayer->yPosition(), availableHeight, rend… in calculateBackgroundImageGeometry() local
1095 …try.tileSize().height() ? geometry.tileSize().height() - roundToInt(computedYPosition + top) % geo… in calculateBackgroundImageGeometry()
1121 …try.tileSize().height() ? geometry.tileSize().height() - roundToInt(computedYPosition + top) % geo… in calculateBackgroundImageGeometry()
1128 computedYPosition = minimumValueForLength(Length(), availableHeight, renderView, true); in calculateBackgroundImageGeometry()
1130 …geometry.setPhaseY(actualHeight ? actualHeight - roundToInt(computedYPosition + top) % actualHeigh… in calculateBackgroundImageGeometry()
1136 …Layer->backgroundYOrigin() == BottomEdge ? availableHeight - computedYPosition : computedYPosition; in calculateBackgroundImageGeometry()