Searched refs:yPosEstimate (Results 1 – 2 of 2) sorted by relevance
943 void RenderBlock::collapseMargins(RenderBox* child, MarginInfo& marginInfo, int yPosEstimate) in collapseMargins() argument1032 view()->addLayoutDelta(IntSize(0, yPosEstimate - ypos)); in collapseMargins()1034 if (ypos != yPosEstimate) { in collapseMargins()1106 int yPosEstimate = height(); in estimateVerticalPosition() local1109 yPosEstimate += max(marginInfo.margin(), childMarginTop); in estimateVerticalPosition()1111 return yPosEstimate; in estimateVerticalPosition()1295 int yPosEstimate = estimateVerticalPosition(child, marginInfo); in layoutBlockChildren() local1303 view()->addLayoutDelta(IntSize(0, child->y() - yPosEstimate)); in layoutBlockChildren()1304 child->setLocation(child->x(), yPosEstimate); in layoutBlockChildren()1307 if (yPosEstimate != oldRect.y() && !child->avoidsFloats() && child->containsFloats()) in layoutBlockChildren()[all …]
446 void collapseMargins(RenderBox* child, MarginInfo&, int yPosEstimate);