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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RootInlineBox.h 52 LayoutUnit lineBottom() const { return m_lineBottom; }
79 m_lineBottom = bottom;
232 LayoutUnit m_lineBottom;
FloatingObjects.cpp 108 , m_lineBottom(lineBottom)
117 int highValue() const { return m_lineBottom; }
127 int m_lineBottom;
470 if (floatingObject->type() != FloatTypeValue || !rangesIntersect(interval.low(), interval.high(), m_lineTop, m_lineBottom))
488 ShapeOutsideDeltas shapeDeltas = shapeOutside->computeDeltasForContainingBlockLine(*m_renderer, floatingObject, m_lineTop, m_lineBottom - m_lineTop);
507 ShapeOutsideDeltas shapeDeltas = shapeOutside->computeDeltasForContainingBlockLine(*m_renderer, floatingObject, m_lineTop, m_lineBottom - m_lineTop);
RootInlineBox.cpp 55 , m_lineBottom(0)
183 m_lineBottom += blockDirectionDelta;
449 selectionBottom += !renderer().style()->isFlippedLinesWritingMode() ? computeUnderAnnotationAdjustment(m_lineBottom) : computeOverAnnotationAdjustment(m_lineBottom);
    [all...]

Completed in 103 milliseconds