Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderBlock.cpp2806 int childBottomEdge = lastLineBox()->y() + lastLineBox()->height(); in lowestPosition() local
2807 bottom = max(bottom, childBottomEdge + paddingBottom() + relativeOffset); in lowestPosition()
2815 … int childBottomEdge = currBox->y() + currBox->height() + currBox->collapsedMarginBottom(); in lowestPosition() local
2816 bottom = max(bottom, childBottomEdge + paddingBottom() + relativeOffset); in lowestPosition()