Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRootInlineBox.cpp308 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()
DInlineFlowBox.h196 LayoutUnit computeUnderAnnotationAdjustment(LayoutUnit allowedPosition) const;
DInlineFlowBox.cpp1513 LayoutUnit InlineFlowBox::computeUnderAnnotationAdjustment(LayoutUnit allowedPosition) const in computeUnderAnnotationAdjustment() function in WebCore::InlineFlowBox
1521 … result = max(result, toInlineFlowBox(curr)->computeUnderAnnotationAdjustment(allowedPosition)); in computeUnderAnnotationAdjustment()
DRenderBlockLineLayout.cpp1807 …lastLineAnnotationsAdjustment = lastRootBox()->computeUnderAnnotationAdjustment(lowestAllowedPosit… in layoutInlineChildren()