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.cpp278 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()
DInlineFlowBox.h197 LayoutUnit computeOverAnnotationAdjustment(LayoutUnit allowedPosition) const;
DInlineFlowBox.cpp1200 LayoutUnit InlineFlowBox::computeOverAnnotationAdjustment(LayoutUnit allowedPosition) const in computeOverAnnotationAdjustment() function in blink::InlineFlowBox
1208 …result = std::max(result, toInlineFlowBox(curr)->computeOverAnnotationAdjustment(allowedPosition)); in computeOverAnnotationAdjustment()
DRenderBlockLineLayout.cpp1588 …lastLineAnnotationsAdjustment = lastRootBox()->computeOverAnnotationAdjustment(lowestAllowedPositi… in layoutInlineChildren()