Searched refs:m_lineTop (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DFloatingObjects.cpp107 , m_lineTop(lineTop)
116 int lowValue() const { return m_lineTop; }
126 int m_lineTop; member in class:blink::ComputeFloatOffsetAdapter
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);
H A DRootInlineBox.h51 LayoutUnit lineTop() const { return m_lineTop; }
78 m_lineTop = top;
231 LayoutUnit m_lineTop; member in class:blink::RootInlineBox
H A DRootInlineBox.cpp54 , m_lineTop(0)
182 m_lineTop += blockDirectionDelta;
395 LayoutUnit selectionTop = m_lineTop;
398 selectionTop -= !renderer().style()->isFlippedLinesWritingMode() ? computeOverAnnotationAdjustment(m_lineTop) : computeUnderAnnotationAdjustment(m_lineTop);

Completed in 92 milliseconds