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 287 result = computeOverAnnotationAdjustment(highestAllowedPosition);
298 result = prevRootBox()->computeOverAnnotationAdjustment(lowestAllowedPosition);
407 selectionTop -= !renderer().style()->isFlippedLinesWritingMode() ? computeOverAnnotationAdjustment(m_lineTop) : computeUnderAnnotationAdjustment(m_lineTop);
456 selectionBottom += !renderer().style()->isFlippedLinesWritingMode() ? computeUnderAnnotationAdjustment(m_lineBottom) : computeOverAnnotationAdjustment(m_lineBottom);
    [all...]
InlineFlowBox.h 198 LayoutUnit computeOverAnnotationAdjustment(LayoutUnit allowedPosition) const;
InlineFlowBox.cpp     [all...]
RenderBlockLineLayout.cpp     [all...]

Completed in 58 milliseconds