Searched refs:computeOverAnnotationAdjustment (Results 1 – 4 of 4) sorted by relevance
315 result = computeOverAnnotationAdjustment(highestAllowedPosition); in beforeAnnotationsAdjustment()326 result = prevRootBox()->computeOverAnnotationAdjustment(lowestAllowedPosition); in beforeAnnotationsAdjustment()524 …onTop -= !renderer()->style()->isFlippedLinesWritingMode() ? computeOverAnnotationAdjustment(m_lin… in selectionTop()573 …ingMode() ? computeUnderAnnotationAdjustment(m_lineBottom) : computeOverAnnotationAdjustment(m_lin… in selectionBottom()
195 LayoutUnit computeOverAnnotationAdjustment(LayoutUnit allowedPosition) const;
1465 LayoutUnit InlineFlowBox::computeOverAnnotationAdjustment(LayoutUnit allowedPosition) const in computeOverAnnotationAdjustment() function in WebCore::InlineFlowBox1473 … result = max(result, toInlineFlowBox(curr)->computeOverAnnotationAdjustment(allowedPosition)); in computeOverAnnotationAdjustment()
1809 …lastLineAnnotationsAdjustment = lastRootBox()->computeOverAnnotationAdjustment(lowestAllowedPositi… in layoutInlineChildren()