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.cpp271 result = prevRootBox()->computeUnderAnnotationAdjustment(lineTop()); in beforeAnnotationsAdjustment()
282 …result = computeUnderAnnotationAdjustment(prevRootBox() ? prevRootBox()->lineBottom() : static_cas… in beforeAnnotationsAdjustment()
398 …ritingMode() ? computeOverAnnotationAdjustment(m_lineTop) : computeUnderAnnotationAdjustment(m_lin… in selectionTop()
449 …ottom += !renderer().style()->isFlippedLinesWritingMode() ? computeUnderAnnotationAdjustment(m_lin… in selectionBottom()
DInlineFlowBox.h198 LayoutUnit computeUnderAnnotationAdjustment(LayoutUnit allowedPosition) const;
DInlineFlowBox.cpp1248 LayoutUnit InlineFlowBox::computeUnderAnnotationAdjustment(LayoutUnit allowedPosition) const in computeUnderAnnotationAdjustment() function in blink::InlineFlowBox
1256 …result = std::max(result, toInlineFlowBox(curr)->computeUnderAnnotationAdjustment(allowedPosition)… in computeUnderAnnotationAdjustment()
DRenderBlockLineLayout.cpp1586 …lastLineAnnotationsAdjustment = lastRootBox()->computeUnderAnnotationAdjustment(lowestAllowedPosit… in layoutInlineChildren()