Searched refs:childBottomEdge (Results 1 – 1 of 1) sorted by relevance
2806 int childBottomEdge = lastLineBox()->y() + lastLineBox()->height(); in lowestPosition() local2807 bottom = max(bottom, childBottomEdge + paddingBottom() + relativeOffset); in lowestPosition()2815 … int childBottomEdge = currBox->y() + currBox->height() + currBox->collapsedMarginBottom(); in lowestPosition() local2816 bottom = max(bottom, childBottomEdge + paddingBottom() + relativeOffset); in lowestPosition()