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

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

Completed in 90 milliseconds