computeUnderAnnotationAdjustment 1543 Source/core/rendering/InlineFlowBox.cpp             result = max(result, toInlineFlowBox(curr)->computeUnderAnnotationAdjustment(allowedPosition));
computeUnderAnnotationAdjustment  196 Source/core/rendering/InlineFlowBox.h     LayoutUnit computeUnderAnnotationAdjustment(LayoutUnit allowedPosition) const;
computeUnderAnnotationAdjustment 1758 Source/core/rendering/RenderBlockLineLayout.cpp             lastLineAnnotationsAdjustment = lastRootBox()->computeUnderAnnotationAdjustment(lowestAllowedPosition);
computeUnderAnnotationAdjustment  280 Source/core/rendering/RootInlineBox.cpp             result = prevRootBox()->computeUnderAnnotationAdjustment(lineTop());
computeUnderAnnotationAdjustment  291 Source/core/rendering/RootInlineBox.cpp             result = computeUnderAnnotationAdjustment(prevRootBox() ? prevRootBox()->lineBottom() : static_cast<LayoutUnit>(block().borderBefore()));
computeUnderAnnotationAdjustment  407 Source/core/rendering/RootInlineBox.cpp         selectionTop -= !renderer().style()->isFlippedLinesWritingMode() ? computeOverAnnotationAdjustment(m_lineTop) : computeUnderAnnotationAdjustment(m_lineTop);
computeUnderAnnotationAdjustment  456 Source/core/rendering/RootInlineBox.cpp         selectionBottom += !renderer().style()->isFlippedLinesWritingMode() ? computeUnderAnnotationAdjustment(m_lineBottom) : computeOverAnnotationAdjustment(m_lineBottom);