HomeSort by relevance Sort by last modified time
    Searched refs:m_totalRows (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/html/
HTMLFrameSetElement.h 39 int totalRows() const { return m_totalRows; }
87 int m_totalRows;
HTMLFrameSetElement.cpp 47 , m_totalRows(1)
78 m_rowLengths = newLengthArray(attr->value().string(), m_totalRows);

Completed in 33 milliseconds