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/
DLineWidth.h54 float currentWidth() const { return m_committedWidth + m_uncommittedWidth; } in currentWidth()
57 float committedWidth() const { return m_committedWidth; } in committedWidth()
76 float m_committedWidth; variable
DLineWidth.cpp41 , m_committedWidth(0) in LineWidth()
126 m_committedWidth += m_uncommittedWidth; in commit()
136 startOverhang = std::min<int>(startOverhang, m_committedWidth); in applyOverhang()
146 ASSERT(!m_committedWidth); in fitBelowFloats()