Searched refs:computeUnderAnnotationAdjustment (Results 1 – 4 of 4) sorted by relevance
308 result = prevRootBox()->computeUnderAnnotationAdjustment(lineTop()); in beforeAnnotationsAdjustment()319 …result = computeUnderAnnotationAdjustment(prevRootBox() ? prevRootBox()->lineBottom() : static_cas… in beforeAnnotationsAdjustment()524 …ritingMode() ? computeOverAnnotationAdjustment(m_lineTop) : computeUnderAnnotationAdjustment(m_lin… in selectionTop()573 …ttom += !renderer()->style()->isFlippedLinesWritingMode() ? computeUnderAnnotationAdjustment(m_lin… in selectionBottom()
196 LayoutUnit computeUnderAnnotationAdjustment(LayoutUnit allowedPosition) const;
1513 LayoutUnit InlineFlowBox::computeUnderAnnotationAdjustment(LayoutUnit allowedPosition) const in computeUnderAnnotationAdjustment() function in WebCore::InlineFlowBox1521 … result = max(result, toInlineFlowBox(curr)->computeUnderAnnotationAdjustment(allowedPosition)); in computeUnderAnnotationAdjustment()
1807 …lastLineAnnotationsAdjustment = lastRootBox()->computeUnderAnnotationAdjustment(lowestAllowedPosit… in layoutInlineChildren()