Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderBlock.cpp943 void RenderBlock::collapseMargins(RenderBox* child, MarginInfo& marginInfo, int yPosEstimate) in collapseMargins() argument
1032 view()->addLayoutDelta(IntSize(0, yPosEstimate - ypos)); in collapseMargins()
1034 if (ypos != yPosEstimate) { in collapseMargins()
1106 int yPosEstimate = height(); in estimateVerticalPosition() local
1109 yPosEstimate += max(marginInfo.margin(), childMarginTop); in estimateVerticalPosition()
1111 return yPosEstimate; in estimateVerticalPosition()
1295 int yPosEstimate = estimateVerticalPosition(child, marginInfo); in layoutBlockChildren() local
1303 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 …]
DRenderBlock.h446 void collapseMargins(RenderBox* child, MarginInfo&, int yPosEstimate);