HomeSort by relevance Sort by last modified time
    Searched refs:computeUnderAnnotationAdjustment (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/rendering/
RootInlineBox.cpp 283 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);
    [all...]
InlineFlowBox.h 176 int computeUnderAnnotationAdjustment(int allowedPosition) const;
InlineFlowBox.cpp     [all...]
RenderBlockLineLayout.cpp     [all...]

Completed in 185 milliseconds