HomeSort by relevance Sort by last modified time
    Searched refs:m_committedWidth (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
LineWidth.h 54 float currentWidth() const { return m_committedWidth + m_uncommittedWidth; }
57 float committedWidth() const { return m_committedWidth; }
76 float m_committedWidth;
LineWidth.cpp 41 , m_committedWidth(0)
126 m_committedWidth += m_uncommittedWidth;
136 startOverhang = std::min<int>(startOverhang, m_committedWidth);
146 ASSERT(!m_committedWidth);

Completed in 68 milliseconds