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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RootInlineBox.cpp 280 result = prevRootBox()->computeUnderAnnotationAdjustment(lineTop());
291 result = computeUnderAnnotationAdjustment(prevRootBox() ? prevRootBox()->lineBottom() : static_cast<LayoutUnit>(block().borderBefore()));
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 199 LayoutUnit computeUnderAnnotationAdjustment(LayoutUnit allowedPosition) const;
InlineFlowBox.cpp     [all...]
RenderBlockLineLayout.cpp     [all...]

Completed in 46 milliseconds