Searched refs:yPosEstimate (Results 1 – 1 of 1) sorted by relevance
1220 int yPosEstimate = height(); in estimateVerticalPosition() local1223 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() local1416 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 …]