Home
last modified time | relevance | path

Searched refs:m_overhangWidth (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DLineWidth.cpp42 , m_overhangWidth(0) in LineWidth()
141 m_overhangWidth += startOverhang + endOverhang; in applyOverhang()
180 m_availableWidth = newLineWidth + m_overhangWidth; in fitBelowFloats()
194 m_availableWidth = max(0.0f, m_right - m_left) + m_overhangWidth; in computeAvailableWidthFromLeftAndRight()
DLineWidth.h77 …float m_overhangWidth; // The amount by which |m_availableWidth| has been inflated to account for … variable