Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRootInlineBox.cpp300 int lowestAllowedPosition = max(prevRootBox()->lineBottom(), lineTop()) - result; in beforeAnnotationsAdjustment() local
301 result = prevRootBox()->computeOverAnnotationAdjustment(lowestAllowedPosition); in beforeAnnotationsAdjustment()
DRenderBlockLineLayout.cpp1235 … int lowestAllowedPosition = max(lastRootBox()->lineBottom(), logicalHeight() + paddingAfter()); in layoutInlineChildren() local
1237 …LineAnnotationsAdjustment = lastRootBox()->computeUnderAnnotationAdjustment(lowestAllowedPosition); in layoutInlineChildren()
1239 …tLineAnnotationsAdjustment = lastRootBox()->computeOverAnnotationAdjustment(lowestAllowedPosition); in layoutInlineChildren()