Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DColumnInfo.h41 , m_columnHeight(0) in ColumnInfo()
55 int columnHeight() const { return m_columnHeight; } in columnHeight()
62 m_columnHeight = height; in setColumnCountAndHeight()
64 void setColumnHeight(int height) { m_columnHeight = height; } in setColumnHeight()
80 ASSERT(!m_columnHeight); in addForcedBreak()
94 int m_columnHeight; variable