Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
DLineWidth.h56 float currentWidth() const { return m_committedWidth + m_uncommittedWidth; } in currentWidth()
59 float committedWidth() const { return m_committedWidth; } in committedWidth()
80 float m_committedWidth; variable
DLineWidth.cpp41 , m_committedWidth(0) in LineWidth()
104 m_committedWidth += m_uncommittedWidth; in commit()
114 startOverhang = std::min<int>(startOverhang, m_committedWidth); in applyOverhang()
182 ASSERT(!m_committedWidth); in fitBelowFloats()