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

/external/webkit/Source/WebCore/rendering/
H A DRootInlineBox.cpp283 result = prevRootBox()->computeUnderAnnotationAdjustment(lineTop());
294 result = computeUnderAnnotationAdjustment(prevRootBox() ? prevRootBox()->lineBottom() : block()->borderBefore());
404 selectionTop -= !renderer()->style()->isFlippedLinesWritingMode() ? computeOverAnnotationAdjustment(m_lineTop) : computeUnderAnnotationAdjustment(m_lineTop);
430 selectionBottom += !renderer()->style()->isFlippedLinesWritingMode() ? computeUnderAnnotationAdjustment(m_lineBottom) : computeOverAnnotationAdjustment(m_lineBottom);
H A DInlineFlowBox.h176 int computeUnderAnnotationAdjustment(int allowedPosition) const;
H A DInlineFlowBox.cpp1354 int InlineFlowBox::computeUnderAnnotationAdjustment(int allowedPosition) const function in class:WebCore::InlineFlowBox
1362 result = max(result, static_cast<InlineFlowBox*>(curr)->computeUnderAnnotationAdjustment(allowedPosition));
H A DRenderBlockLineLayout.cpp1237 lastLineAnnotationsAdjustment = lastRootBox()->computeUnderAnnotationAdjustment(lowestAllowedPosition);

Completed in 97 milliseconds