Searched refs:m_lineBottom (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | FloatingObjects.cpp | 110 , m_lineBottom(lineBottom) in ComputeFloatOffsetAdapter() 117 int highValue() const { return m_lineBottom; } in highValue() 129 int m_lineBottom; member in WebCore::ComputeFloatOffsetAdapter 376 …tsideInfo* shapeOutside = shapeInfoForFloat(m_outermostFloat, m_renderer, m_lineTop, m_lineBottom)) in shapeOffset() 385 …tsideInfo* shapeOutside = shapeInfoForFloat(m_outermostFloat, m_renderer, m_lineTop, m_lineBottom)) in shapeOffset() 472 …() != FloatTypeValue || !rangesIntersect(interval.low(), interval.high(), m_lineTop, m_lineBottom)) in collectIfNeeded()
|
D | RootInlineBox.h | 53 LayoutUnit lineBottom() const { return m_lineBottom; } in lineBottom() 83 m_lineBottom = bottom; in setLineTopBottomPositions() 217 LayoutUnit m_lineBottom; variable
|
D | RootInlineBox.cpp | 55 , m_lineBottom(0) in RootInlineBox() 194 m_lineBottom += blockDirectionDelta; in adjustPosition() 570 LayoutUnit selectionBottom = m_lineBottom; in selectionBottom() 573 …tingMode() ? computeUnderAnnotationAdjustment(m_lineBottom) : computeOverAnnotationAdjustment(m_li… in selectionBottom()
|