Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/html/
DHTMLFrameSetElement.h46 const Length* colLengths() const { return m_colLengths.get(); } in colLengths()
85 OwnArrayPtr<Length> m_colLengths; variable
DHTMLFrameSetElement.cpp83 m_colLengths = newLengthArray(attr->value().string(), m_totalCols); in parseMappedAttribute()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-06131104 Renamed m_rows and m_cols to m_rowLengths and m_colLengths and used