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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RootInlineBox.cpp 315 result = computeOverAnnotationAdjustment(highestAllowedPosition);
326 result = prevRootBox()->computeOverAnnotationAdjustment(lowestAllowedPosition);
524 selectionTop -= !renderer()->style()->isFlippedLinesWritingMode() ? computeOverAnnotationAdjustment(m_lineTop) : computeUnderAnnotationAdjustment(m_lineTop);
573 selectionBottom += !renderer()->style()->isFlippedLinesWritingMode() ? computeUnderAnnotationAdjustment(m_lineBottom) : computeOverAnnotationAdjustment(m_lineBottom);
    [all...]
InlineFlowBox.h 195 LayoutUnit computeOverAnnotationAdjustment(LayoutUnit allowedPosition) const;
InlineFlowBox.cpp     [all...]
RenderBlockLineLayout.cpp     [all...]

Completed in 89 milliseconds