Searched refs:lastLineAnnotationsAdjustment (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlockLineLayout.cpp1582 int lastLineAnnotationsAdjustment = 0; local
1586 lastLineAnnotationsAdjustment = lastRootBox()->computeUnderAnnotationAdjustment(lowestAllowedPosition);
1588 lastLineAnnotationsAdjustment = lastRootBox()->computeOverAnnotationAdjustment(lowestAllowedPosition);
1592 setLogicalHeight(logicalHeight() + lastLineAnnotationsAdjustment + afterEdge);

Completed in 136 milliseconds