Searched refs:m_lineTop (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | FloatingObjects.cpp | 107 , m_lineTop(lineTop) in ComputeFloatOffsetAdapter() 116 int lowValue() const { return m_lineTop; } in lowValue() 126 int m_lineTop; member in blink::ComputeFloatOffsetAdapter 463 … this->m_renderer->logicalBottomForFloat(this->m_outermostFloat) - this->m_lineTop : LayoutUnit(1); in heightRemaining() 470 …() != FloatTypeValue || !rangesIntersect(interval.low(), interval.high(), m_lineTop, m_lineBottom)) in collectIfNeeded() 488 …puteDeltasForContainingBlockLine(*m_renderer, floatingObject, m_lineTop, m_lineBottom - m_lineTop); in updateOffsetIfNeeded() 507 …puteDeltasForContainingBlockLine(*m_renderer, floatingObject, m_lineTop, m_lineBottom - m_lineTop); in updateOffsetIfNeeded()
|
D | RootInlineBox.h | 51 LayoutUnit lineTop() const { return m_lineTop; } in lineTop() 78 m_lineTop = top; 231 LayoutUnit m_lineTop; variable
|
D | RootInlineBox.cpp | 54 , m_lineTop(0) in RootInlineBox() 182 m_lineTop += blockDirectionDelta; in adjustPosition() 395 LayoutUnit selectionTop = m_lineTop; in selectionTop() 398 …sWritingMode() ? computeOverAnnotationAdjustment(m_lineTop) : computeUnderAnnotationAdjustment(m_l… in selectionTop()
|