Searched refs:m_colLengths (Results 1 – 2 of 2) sorted by relevance
41 size_t totalCols() const { return std::max<size_t>(1, m_colLengths.size()); } in totalCols()47 const Vector<HTMLDimension>& colLengths() const { return m_colLengths; } in colLengths()76 Vector<HTMLDimension> m_colLengths; variable
82 m_colLengths = parseListOfDimensions(value.string()); in parseAttribute()