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

  /external/webkit/Source/WebCore/rendering/
RootInlineBox.cpp 290 result = computeOverAnnotationAdjustment(highestAllowedPosition);
301 result = prevRootBox()->computeOverAnnotationAdjustment(lowestAllowedPosition);
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 175 int computeOverAnnotationAdjustment(int allowedPosition) const;
InlineFlowBox.cpp     [all...]
RenderBlockLineLayout.cpp     [all...]

Completed in 1099 milliseconds