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

  /external/webkit/Source/WebCore/html/
HTMLFrameSetElement.h 40 int totalCols() const { return m_totalCols; }
88 int m_totalCols;
HTMLFrameSetElement.cpp 48 , m_totalCols(1)
83 m_colLengths = newLengthArray(attr->value().string(), m_totalCols);

Completed in 17 milliseconds