Home
last modified time | relevance | path

Searched refs:computeOverAnnotationAdjustment (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRootInlineBox.cpp315 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()
DInlineFlowBox.h195 LayoutUnit computeOverAnnotationAdjustment(LayoutUnit allowedPosition) const;
DInlineFlowBox.cpp1465 LayoutUnit InlineFlowBox::computeOverAnnotationAdjustment(LayoutUnit allowedPosition) const in computeOverAnnotationAdjustment() function in WebCore::InlineFlowBox
1473 … result = max(result, toInlineFlowBox(curr)->computeOverAnnotationAdjustment(allowedPosition)); in computeOverAnnotationAdjustment()
DRenderBlockLineLayout.cpp1809 …lastLineAnnotationsAdjustment = lastRootBox()->computeOverAnnotationAdjustment(lowestAllowedPositi… in layoutInlineChildren()