Searched refs:computeOverAnnotationAdjustment (Results 1 – 4 of 4) sorted by relevance
278 result = computeOverAnnotationAdjustment(highestAllowedPosition); in beforeAnnotationsAdjustment()289 result = prevRootBox()->computeOverAnnotationAdjustment(lowestAllowedPosition); in beforeAnnotationsAdjustment()398 …ionTop -= !renderer().style()->isFlippedLinesWritingMode() ? computeOverAnnotationAdjustment(m_lin… in selectionTop()449 …ingMode() ? computeUnderAnnotationAdjustment(m_lineBottom) : computeOverAnnotationAdjustment(m_lin… in selectionBottom()
197 LayoutUnit computeOverAnnotationAdjustment(LayoutUnit allowedPosition) const;
1200 LayoutUnit InlineFlowBox::computeOverAnnotationAdjustment(LayoutUnit allowedPosition) const in computeOverAnnotationAdjustment() function in blink::InlineFlowBox1208 …result = std::max(result, toInlineFlowBox(curr)->computeOverAnnotationAdjustment(allowedPosition)); in computeOverAnnotationAdjustment()
1588 …lastLineAnnotationsAdjustment = lastRootBox()->computeOverAnnotationAdjustment(lowestAllowedPositi… in layoutInlineChildren()