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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
FloatingObjects.cpp 107 , m_lineTop(lineTop)
116 int lowValue() const { return m_lineTop; }
126 int m_lineTop;
463 return this->m_outermostFloat ? this->m_renderer->logicalBottomForFloat(this->m_outermostFloat) - this->m_lineTop : LayoutUnit(1);
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.h 51 LayoutUnit lineTop() const { return m_lineTop; }
78 m_lineTop = top;
231 LayoutUnit m_lineTop;
RootInlineBox.cpp 54 , m_lineTop(0)
182 m_lineTop += blockDirectionDelta;
395 LayoutUnit selectionTop = m_lineTop;
398 selectionTop -= !renderer().style()->isFlippedLinesWritingMode() ? computeOverAnnotationAdjustment(m_lineTop) : computeUnderAnnotationAdjustment(m_lineTop);
    [all...]

Completed in 113 milliseconds