Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderBlock.cpp1220 int yPosEstimate = height(); in estimateVerticalPosition() local
1223 yPosEstimate += max(marginInfo.margin(), childMarginTop); in estimateVerticalPosition()
1225 yPosEstimate += getClearDelta(child, yPosEstimate); in estimateVerticalPosition()
1226 return yPosEstimate; in estimateVerticalPosition()
1408 int yPosEstimate = estimateVerticalPosition(child, marginInfo); in layoutBlockChildren() local
1416 view()->addLayoutDelta(IntSize(0, child->y() - yPosEstimate)); in layoutBlockChildren()
1417 child->setLocation(child->x(), yPosEstimate); in layoutBlockChildren()
1420 …if (yPosEstimate != oldRect.y() && !child->avoidsFloats() && child->isBlockFlow() && toRenderBlock… in layoutBlockChildren()
1426 if (fb > yPosEstimate) in layoutBlockChildren()
1449 view()->addLayoutDelta(IntSize(0, yPosEstimate - yAfterClear)); in layoutBlockChildren()
[all …]