Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/html/
DHTMLFrameSetElement.h40 int totalCols() const { return m_totalCols; } in totalCols()
88 int m_totalCols; variable
DHTMLFrameSetElement.cpp48 , m_totalCols(1) in HTMLFrameSetElement()
83 m_colLengths = newLengthArray(attr->value().string(), m_totalCols); in parseMappedAttribute()