Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/html/
DHTMLFrameSetElement.h39 int totalRows() const { return m_totalRows; } in totalRows()
87 int m_totalRows; variable
DHTMLFrameSetElement.cpp47 , m_totalRows(1) in HTMLFrameSetElement()
78 m_rowLengths = newLengthArray(attr->value().string(), m_totalRows); in parseMappedAttribute()