HomeSort by relevance Sort by last modified time
    Searched defs:m_lineBottom (Results 1 - 2 of 2) 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);

Completed in 148 milliseconds